simpleType DateUtcType
namespace http://www.fixm.aero/base/4.3
type restriction of xs:date
properties
base xs:date
used by
element FlightRouteInformationType/airacReference
facets
Kind Value Annotation
pattern ([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])Z
annotation
documentation
Describes a date represented in Coordinated Universal Time (UTC). [FIXM]
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>


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