simpleType UomTime
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute Time/@uom
facets
Kind Value Annotation
enumeration DATETIME
documentation
Specific date and time, GMT
enumeration DATETIME_FORMAT
documentation
Format of DATETIME
enumeration DURATION
documentation
Time between two events
enumeration DURATION_FORMAT
documentation
Format of DURATION
annotation
documentation
Unit of measure for time
source <xs:simpleType name="UomTime">
 
<xs:annotation>
   
<xs:documentation>Unit of measure for time</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="DATETIME">
     
<xs:annotation>
       
<xs:documentation>Specific date and time, GMT</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DATETIME_FORMAT">
     
<xs:annotation>
       
<xs:documentation>Format of DATETIME</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DURATION">
     
<xs:annotation>
       
<xs:documentation>Time between two events</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="DURATION_FORMAT">
     
<xs:annotation>
       
<xs:documentation>Format of DURATION</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy