simpleType DateTimeUtcHighPrecisionType
namespace http://www.fixm.aero/base/4.3
type restriction of xs:dateTime
properties
base xs:dateTime
used by
elements MessageType/timestamp MessageCollectionType/timestamp
simpleType DateTimeUtcType
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])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Describes instances identified by the combination of a date and a time expressed in Coordinated Universal Time (UTC).  [FIXM]
source <xs:simpleType name="DateTimeUtcHighPrecisionType">
 
<xs:annotation>
   
<xs:documentation>Describes instances identified by the combination of a date and a time expressed in Coordinated Universal Time (UTC).  [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:dateTime">
   
<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])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z"/>
 
</xs:restriction>
</xs:simpleType>


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