Documentation for fieldgml

Complex Type: TimeNodeType

[Table of contents]

Super-types: gml:AbstractTimePrimitiveType < AbstractTimeTopologyPrimitiveType (by extension) < TimeNodeType (by extension)
Sub-types: None
Name TimeNodeType
Abstract no
Documentation Type declaration of the element "TimeNode".
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]
<gml:previousEdge> gml:TimeEdgePropertyType </gml:previousEdge> [0..*]
<gml:nextEdge> gml:TimeEdgePropertyType </gml:nextEdge> [0..*]
<gml:position> gml:TimeInstantPropertyType </gml:position> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="TimeNodeType">
<complexContent>
<extension base=" gml:AbstractTimeTopologyPrimitiveType ">
<sequence>
<element name="previousEdge" type=" gml:TimeEdgePropertyType " minOccurs="0" maxOccurs="unbounded"/>
<element name="nextEdge" type=" gml:TimeEdgePropertyType " minOccurs="0" maxOccurs="unbounded"/>
<element name="position" type=" gml:TimeInstantPropertyType " minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>