Class <<Type>> TimeOrdinalEraBoundary
A point in Earth's history which bounds a TimeOrdinalEra.
Local Subclasses: GeochronologicBoundary NumericEraBoundaryAttributes
Name | Type | Bounds | From Class | Notes | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
position | TM_Instant | 1..1 | TimeOrdinalEraBoundary | A point in time corresponding to the era boundary | ||||||||
|
||||||||||||
positionalUncertainty | DQ_QuantitativeAttributeAccuracy | 1..1 | TimeOrdinalEraBoundary | A measure of the uncertainty in the estimate of the point in time of the era boundary | ||||||||
|
||||||||||||
Outbound Associations
Name | Type | Multiplicity | From Class | Notes | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
nextEra | TimeOrdinalEra | 1..* | TimeOrdinalEraBoundary | |||||||||
|
||||||||||||
previousEra | TimeOrdinalEra | 1..* | TimeOrdinalEraBoundary | |||||||||
|
||||||||||||
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="TimeOrdinalEraBoundary" substitutionGroup="gml:AbstractGML" type="gsmltrs:TimeOrdinalEraBoundaryType"> <xs:annotation> <xs:documentation>A point in Earth's history which bounds a TimeOrdinalEra.</xs:documentation> </xs:annotation> </xs:element> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeOrdinalEraBoundaryType"> <xs:complexContent> <xs:extension base="gml:AbstractGMLType"> <xs:sequence> <xs:element name="position" type="gml:TimeInstantPropertyType"> <xs:annotation> <xs:documentation>A point in time corresponding to the era boundary</xs:documentation> </xs:annotation> </xs:element> <xs:element name="positionalUncertainty" type="gmd:DQ_QuantitativeAttributeAccuracy_PropertyType" nillable="true"> <xs:annotation> <xs:documentation>A measure of the uncertainty in the estimate of the point in time of the era boundary</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="unbounded" minOccurs="1" name="nextEra" type="gsmltrs:TimeOrdinalEraPropertyType" nillable="true"/> <xs:element maxOccurs="unbounded" minOccurs="1" name="previousEra" type="gsmltrs:TimeOrdinalEraPropertyType" nillable="true"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TimeOrdinalEraBoundaryPropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gsmltrs:TimeOrdinalEraBoundary"/> </xs:sequence> <xs:attributeGroup ref="gml:AssociationAttributeGroup"/> <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/> </xs:complexType> |