Documentation for fieldgml

Simple Type: TimeUnitType

[Table of contents]

Super-types: None
Sub-types: None
Name TimeUnitType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'year'|'day'|'hour'|'minute'|'second'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = other:\w{2,}
Documentation Standard units for measuring time intervals (see ISO 31-1).
Diagram
Schema Component Representation
<simpleType name="TimeUnitType">
<union>
<simpleType>
<restriction base=" string ">
<enumeration value="year"/>
<enumeration value="day"/>
<enumeration value="hour"/>
<enumeration value="minute"/>
<enumeration value="second"/>
</restriction>
</simpleType>
<simpleType>
<restriction base=" string ">
<pattern value="other:\w{2,}"/>
</restriction>
</simpleType>
</union>
</simpleType>