Documentation for fieldgml

Complex Type: AbstractTimeTopologyPrimitiveType

[Table of contents]

Super-types: gml:AbstractTimePrimitiveType < AbstractTimeTopologyPrimitiveType (by extension)
Sub-types:
Name AbstractTimeTopologyPrimitiveType
Abstract yes
Documentation The element "complex" carries a reference to the complex containing this primitive.
XML Instance Representation
<...
gml:id="[0..1]">
<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.'

<gml:relatedTime> gml:RelatedTimeType </gml:relatedTime> [0..*]
<gml:complex> gml:ReferenceType </gml:complex> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AbstractTimeTopologyPrimitiveType" abstract="true">
<complexContent>
<extension base=" gml:AbstractTimePrimitiveType ">
<sequence>
<element name="complex" type=" gml:ReferenceType " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>