The ListDateTimeType is an array of date-time values.
<xs:simpleType name="ListDateTimeType"> <xs:annotation> <xs:documentation>The ListDateTimeType is an array of date-time values.</xs:documentation> </xs:annotation> <xs:list itemType="xs:dateTime"/> </xs:simpleType>