namespace | http://www.fixm.aero/base/4.3 | ||||||
type | restriction of xs:date | ||||||
properties |
|
||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="DateUtcType"> <xs:annotation> <xs:documentation>Describes a date represented in Coordinated Universal Time (UTC). [FIXM]</xs:documentation> </xs:annotation> <xs:restriction base="xs:date"> <xs:pattern value="([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])Z"/> </xs:restriction> </xs:simpleType> |