niem-xs:dateTime
complexType dateTime in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
A data type for objects with integer-valued year, month, day, hour and minute properties, a decimal-valued second property, and a boolean timezoned property.
Diagram
XML Schema
<xs:complexType name="dateTime">
<xs:annotation>
<xs:documentation>
A data type for objects with integer-valued year, month, day, hour and minute properties, a decimal-valued second property, and a boolean timezoned property.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:dateTime">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>