Documentation for fieldgml

Complex Type: PriorityLocationPropertyType

[Table of contents]

Super-types: LocationPropertyType < PriorityLocationPropertyType (by extension)
Sub-types: None
Name PriorityLocationPropertyType
Abstract no
Documentation G-XML component

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]"
priority="string [0..1]">
Start Sequence [0..1]
Start Choice [1]
<gml:_Geometry> ... </gml:_Geometry> [1]
<gml:Null> ... </gml:Null> [1]
End Choice
End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="PriorityLocationPropertyType">
<complexContent>
<extension base=" gml:LocationPropertyType ">
<attribute name="priority" type=" string " use="optional"/>
</extension>
</complexContent>
</complexType>