Class <<DataType>> NumericAgeRange
Class to represent general age assignment using numeric measurement results. All attributes have cardinality 1; report with nilReason="missing" if a value is absent.
Local Subclasses: (none)
Attributes
Name |
Type |
Bounds |
From Class |
Notes |
reportingDate
|
GeologicDateEstimate
|
1..1 |
NumericAgeRange |
Single time coordinate value to report as representative for this NumericAge assignment |
Attribute tagged values
Tag |
Value |
sequenceNumber |
1 |
|
|
|
|
olderBoundDate
|
GeologicDateEstimate
|
1..1 |
NumericAgeRange |
The older bounding time coordinate in an age range |
Attribute tagged values
Tag |
Value |
nillable |
True |
sequenceNumber |
2 |
|
|
|
|
youngerBoundDate
|
GeologicDateEstimate
|
1..1 |
NumericAgeRange |
The younger bounding time coordinate in an age range |
Attribute tagged values
Tag |
Value |
nillable |
True |
sequenceNumber |
3 |
|
|
|
|
Outbound Associations
Name |
Type |
Multiplicity |
From Class |
Notes |
Constraints
Constraint |
Type |
Status |
Weight |
Tagged values
Tag |
Value |
Notes |
isCollection |
false |
|
noPropertyType |
false |
|
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NumericAgeRange" substitutionGroup="gml:AbstractObject" type="gsmlga:NumericAgeRangeType">
<xs:annotation>
<xs:documentation>Class to represent general age assignment using numeric measurement results. All attributes have cardinality 1; report with nilReason="missing" if a value is absent.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NumericAgeRangeType">
<xs:sequence>
<xs:element name="reportingDate" type="gsmlga:GeologicDateEstimatePropertyType">
<xs:annotation>
<xs:documentation>Single time coordinate value to report as representative for this NumericAge assignment</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="olderBoundDate" nillable="true">
<xs:annotation>
<xs:documentation>The older bounding time coordinate in an age range</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="gsmlga:GeologicDateEstimatePropertyType">
<xs:attribute name="nilReason" type="gml:NilReasonType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name="youngerBoundDate" nillable="true">
<xs:annotation>
<xs:documentation>The younger bounding time coordinate in an age range</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="gsmlga:GeologicDateEstimatePropertyType">
<xs:attribute name="nilReason" type="gml:NilReasonType"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NumericAgeRangePropertyType">
<xs:sequence>
<xs:element ref="gsmlga:NumericAgeRange"/>
</xs:sequence>
<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>
|