Documentation for fieldgml

Element: TimeNode

[Table of contents]

Name TimeNode
Type gml:TimeNodeType
Nillable no
Abstract no
Documentation "TimeNode" is a zero dimensional temporal topology primitive, expresses a position in topological time, and is a start and an end of time edge, which represents states of time. Time node may be isolated. However, it cannot describe the ordering relationships with other primitives. An isolated node may not be an element of any temporal topology complex.
Logical Diagram
XML Instance Representation
<gml:TimeNode
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.'

<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]
</gml:TimeNode>
Diagram
h1845046639
Schema Component Representation
<element name="TimeNode" type=" gml:TimeNodeType " substitutionGroup="gml:_TimeTopologyPrimitive"/>