Class <<Type>> NumericEraBoundary (extends TimeOrdinalEraBoundary )
Used for pre-Ediacaran and Pleistocene / Holocene boundaries in the standard timescale
Local Subclasses: StandardGlobalNumericalAgeAttributes
| Name | Type | Bounds | From Class | Notes |
|---|
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes |
|---|
Constraints
| Constraint | Type | Status | Weight |
|---|
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | false | Values: true | false Default: false Description: enforce the 'by value' property pattern without xlinks |
| noPropertyType | false | Values: true | false Default: false Description: suppress automatic creation of *PropertyType complexType |
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NumericEraBoundary" substitutionGroup="gsmltrs:TimeOrdinalEraBoundary" type="gsmlgt:NumericEraBoundaryType">
<xs:annotation>
<xs:documentation>Used for pre-Ediacaran and Pleistocene / Holocene boundaries in the standard timescale</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NumericEraBoundaryType">
<xs:complexContent>
<xs:extension base="gsmltrs:TimeOrdinalEraBoundaryType"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NumericEraBoundaryPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsmlgt:NumericEraBoundary"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|