| namespace | https://mmixm.aero/base/4 | |||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||
| 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> |