Documentation for fieldgml

Complex Type: SurfacePropertyType

[Table of contents]

Super-types: None
Sub-types: None
Name SurfacePropertyType
Abstract no
Documentation A property that has a surface 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:_Surface> ... </gml:_Surface> [1]
End Sequence
</...>
Diagram
h-859743951 h-1617836024
Schema Component Representation
<complexType name="SurfacePropertyType">
<sequence minOccurs="0">
<element ref=" gml:_Surface "/>
</sequence>
<attributeGroup ref=" gml:AssociationAttributeGroup "/>
</complexType>