The type of a date (required) and a time (optional). |
<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> |