TruncatedDateTimeType

The type of a calendar date with an optional time part which may be truncated from the second part to the month part

Simple Type Information

Used By

Source

<xs:simpleType name="TruncatedDateTimeType">
  <xs:annotation>
    <xs:documentation>The type of a calendar date with an optional time part which may be truncated from the second part to the month part</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:date xs:dateTime xs:gYearMonth xs:gYear"/>
</xs:simpleType>