Class <<Type>> TimeOrdinalReferenceSystem (extends TM_ReferenceSystem )
A time reference system comprised of an ordered set of time periods (time ordinal eras).
Local Subclasses: GeologicTimescaleAttributes
| Name | Type | Bounds | From Class | Notes |
|---|
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| component | TimeOrdinalEra | 1..* | TimeOrdinalReferenceSystem | |||||||||
|
||||||||||||
| referencePoint | TimeOrdinalEraBoundary | 2..* | TimeOrdinalReferenceSystem | |||||||||
|
||||||||||||
Constraints
| Constraint | Type | Status | Weight |
|---|
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | false | Values: false Default: false Description: Create a property type that requires that the instance is encoded inline (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE. |
| isCollection | false | Values: true | false Default: false Description: Identifies the type as an object collection. |
| noPropertyType | false | Values: false Default: false Description: Surpress creation of a standard property type that supports inline or by-reference encoding (applies to ISO 19136:2007 encoding rule). Always set to false in INSPIRE. |
| xsdEncodingRule | iso19136_2007 | Values: iso19136_2007 | iso19139_2007 | iso19136_2007_INSPIRE_Extensions Default: iso19136_2007 Description: XML Schema encoding rule to apply |
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeOrdinalReferenceSystem" substitutionGroup="gml:TimeReferenceSystem" type="gsmltrs:TimeOrdinalReferenceSystemType">
<xs:annotation>
<xs:documentation>A time reference system comprised of an ordered set of time periods (time ordinal eras).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeOrdinalReferenceSystemType">
<xs:complexContent>
<xs:extension base="gml:TimeReferenceSystemType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="component" type="gsmltrs:TimeOrdinalEraPropertyType"/>
<xs:element maxOccurs="unbounded" minOccurs="2" name="referencePoint" type="gsmltrs:TimeOrdinalEraBoundaryPropertyType" nillable="true"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeOrdinalReferenceSystemPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmltrs:TimeOrdinalReferenceSystem"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|