Documentation for fieldgml

Complex Type: LocationPropertyType

[Table of contents]

Super-types: None
Sub-types:
Name LocationPropertyType
Abstract no
Documentation Convenience property for generalised location. A representative location for plotting or analysis. Often augmented by one or more additional geometry properties with more specific semantics.

Deprecated in GML 3.1.0
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]
Start Choice [1]
<gml:_Geometry> ... </gml:_Geometry> [1]
<gml:LocationKeyWord> ... </gml:LocationKeyWord> [1]
<gml:LocationString> ... </gml:LocationString> [1]
<gml:Null> ... </gml:Null> [1]
End Choice
End Sequence
</...>
Diagram
h-1715590034 h123017521 h-723168279 h-574303990 h-1617836024
Schema Component Representation
<complexType name="LocationPropertyType">
<sequence minOccurs="0">
<choice>
<element ref=" gml:_Geometry "/>
<element ref=" gml:LocationKeyWord "/>
<element ref=" gml:LocationString "/>
<element ref=" gml:Null "/>
</choice>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>