<complexType name="TimeOrdinalReferenceSystemType" final="#all">
<annotation>
<documentation xml:lang="en">
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).
</documentation>
</annotation>
<complexContent>
<extension base="gml:TimeReferenceSystemType">
<sequence>
<element name="component" type="gml:TimeOrdinalReferenceSystemMemberType" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|