A list of days of week utiliziing the day of week enumerated list.
XSD Schema Diagram:
XSD Schema Code:
<xsd:simpleType name="ListOfDayOfWeek_Enum">
<xsd:annotation>
<xsd:documentation source="Description">A list of days of week utiliziing the day of week enumerated list.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ListOfDayOfWeek_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:list itemType="ota2-0300:DayOfWeek_Enum" />
</xsd:simpleType>