nc:ZuluDateTimeSimpleType
simpleType ZuluDateTimeSimpleType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a datetime constrained to always be ZULU.
Diagram
XML Schema
<xs:simpleType name="ZuluDateTimeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a datetime constrained to always be ZULU.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:dateTime">
<xs:pattern value=".*Z">
<xs:annotation>
<xs:documentation>
Restricted to UTC time zone</xs:documentation>
</xs:annotation>
</xs:pattern>
</xs:restriction>
</xs:simpleType>