Documentation for fieldgml

Complex Type: PolygonPropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name PolygonPropertyType
Abstract no
Documentation This type is deprecated with GML 3 and shall not be used. It is included for backwards compatibility with GML 2. Use SurfacePropertyType instead. A property that has a polygon as its value domain can either be an appropriate 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). Either the reference or the contained element must be given, but neither both nor 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:Polygon> ... </gml:Polygon> [1]
End Sequence
</...>
Diagram
h-631703849 h-1617836024
Schema Component Representation
<complexType name="PolygonPropertyType">
<sequence minOccurs="0">
<element ref=" gml:Polygon "/>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>