The base type for approximate dates. |
Complex Type | ApproximateDateTimePropType |
<xs:simpleType name="UnionDateTimeType"> <xs:annotation> <xs:documentation>The base type for approximate dates.</xs:documentation> </xs:annotation> <xs:union memberTypes="xs:dateTime xs:date xs:gYearMonth xs:gYear xs:gMonth xs:gMonthDay xs:gDay"/> </xs:simpleType> |