DateOptTimeType

The type of a date (required) and a time (optional).

Simple Type Information

Used By

Source

<xs:simpleType name="DateOptTimeType">
  <xs:annotation>
    <xs:documentation>The type of a date (required) and a time (optional).</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:date xs:dateTime"/>
</xs:simpleType>