Documentation for fieldgml

Complex Type: TimeCoordinateSystemType

[Table of contents]

Super-types: gml:DefinitionType < AbstractTimeReferenceSystemType (by extension) < TimeCoordinateSystemType (by extension)
Sub-types: None
Name TimeCoordinateSystemType
Abstract no
Documentation A temporal coordinate system is based on a continuous interval scale defined in terms of a single time interval.
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
<gml:domainOfValidity> string </gml:domainOfValidity> [0..1]
Start Choice [1]
<gml:originPosition> gml:TimePositionType </gml:originPosition> [1]
<gml:origin> gml:TimeInstantPropertyType </gml:origin> [1]
End Choice
<gml:interval> gml:TimeIntervalLengthType </gml:interval> [1]
</...>
Diagram
Schema Component Representation
<complexType name="TimeCoordinateSystemType">
<complexContent>
<extension base=" gml:AbstractTimeReferenceSystemType ">
<sequence>
<choice>
<element name="originPosition" type=" gml:TimePositionType "/>
<element name="origin" type=" gml:TimeInstantPropertyType "/>
</choice>
<element name="interval" type=" gml:TimeIntervalLengthType "/>
</sequence>
</extension>
</complexContent>
</complexType>