Either a date (with all its possible formats) or a duration (same) |
<xs:simpleType name="DateOrDurationType"> <xs:annotation> <xs:documentation>Either a date (with all its possible formats) or a duration (same)</xs:documentation> </xs:annotation> <xs:union memberTypes="DateTimeType DateDurationType"/> </xs:simpleType> |