DateOrDurationType

Either a date (with all its possible formats) or a duration
(same)

Simple Type Information

Used By

Source

<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>