| Namespace |
http://www.opengis.net/gml/3.2 |
|
Diagram
|
|
| Type |
restriction of gml:ArcStringType |
| Type hierarchy |
|
|
Used by
|
|
| Model |
(gml:pos | gml:pointProperty | gml:pointRep | gml:posList | gml:coordinates)
|
| Children |
gml:coordinates, gml:pointProperty, gml:pointRep, gml:pos, gml:posList |
|
Attributes
|
|
|
Source
|
<complexType name="ArcType">
<complexContent>
<restriction base="gml:ArcStringType">
<sequence>
<choice>
<choice minOccurs="3" maxOccurs="3">
<element ref="gml:pos"/>
<element ref="gml:pointProperty"/>
<element ref="gml:pointRep"/>
</choice>
<element ref="gml:posList"/>
<element ref="gml:coordinates"/>
</choice>
</sequence>
<attribute name="numArc" type="integer" fixed="1"/>
</restriction>
</complexContent>
</complexType> |
|
| Schema location |
http://schemas.opengis.net/gml/3.2.1/geometryPrimitives.xsd |