Documentation for fieldgml

Complex Type: GeometryPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name GeometryPropertyType
Abstract no
Documentation A geometric property can either be any geometry element encapsulated in an element of this type or an XLink reference to a remote geometry element (where remote includes geometry elements located elsewhere in the same document). Note that either the reference or the contained element must be given, but not both or none.
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
<gml:_Geometry> ... </gml:_Geometry> [1]
End Sequence
</...>
Diagram
h-1715590034 h-1617836024
Schema Component Representation
<complexType name="GeometryPropertyType">
<sequence minOccurs="0">
<element ref=" gml:_Geometry "/>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>