Documentation for fieldgml

Complex Type: AbstractGMLType

[Table of contents]

Super-types: None
Sub-types:
Name AbstractGMLType
Abstract yes
Documentation All complexContent GML elements are directly or indirectly derived from this abstract supertype to establish a hierarchy of GML types that may be distinguished from other XML types by their ancestry. Elements in this hierarchy may have an ID and are thus referenceable.
XML Instance Representation
<...
gml:id="[0..1]">
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

</...>
Diagram
h-1598992241 h-1016565346
Schema Component Representation
<complexType name="AbstractGMLType" abstract="true">
<sequence>
<group ref=" gml:StandardObjectProperties "/>
</sequence>
<attribute ref=" gml:id " use="optional"/>
</complexType>