Documentation for fieldgml

Complex Type: TimeOrdinalReferenceSystemType

[Table of contents]

Super-types: gml:DefinitionType < AbstractTimeReferenceSystemType (by extension) < TimeOrdinalReferenceSystemType (by extension)
Sub-types: None
Name TimeOrdinalReferenceSystemType
Abstract no
Documentation In an ordinal reference system the order of events in time can be well established, but the magnitude of the intervals between them can not be accurately determined (e.g. a stratigraphic sequence).
XML Instance Representation
<...
gml:id="[1]">
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [1..*]
<gml:domainOfValidity> string </gml:domainOfValidity> [0..1]
<gml:component> gml:TimeOrdinalEraPropertyType </gml:component> [1..*]
</...>
Diagram
Schema Component Representation
<complexType name="TimeOrdinalReferenceSystemType">
<complexContent>
<extension base=" gml:AbstractTimeReferenceSystemType ">
<sequence>
<element name="component" type=" gml:TimeOrdinalEraPropertyType " maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>