Showing:

Annotations
Diagrams
Facets
Source
Simple Type eml:GeochronologicalRank
Namespace http://www.energistics.org/energyml/data/commonv2
Annotations
Qualifier for the geological time denoted by the GeochronologicalUnit: eon, era, epoch, etc.
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_TypeEnum.tmp#TypeEnum
Type restriction of eml:TypeEnum
Type hierarchy
Facets
maxLength 64
enumeration eon
enumeration era
enumeration period
enumeration epoch
enumeration age
enumeration chron
Source
<xs:simpleType name="GeochronologicalRank">
  <xs:annotation>
    <xs:documentation>Qualifier for the geological time denoted by the GeochronologicalUnit: eon, era, epoch, etc.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="eml:TypeEnum">
    <xs:enumeration value="eon"/>
    <xs:enumeration value="era"/>
    <xs:enumeration value="period"/>
    <xs:enumeration value="epoch"/>
    <xs:enumeration value="age"/>
    <xs:enumeration value="chron"/>
  </xs:restriction>
</xs:simpleType>