The type of a calendar date with an optional time part which may be truncated from the second part to the month part |
<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> |