<xsd:complexType name="DateTimeSpanWindows_Detail">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DateTimeSpanWindows</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ota2-0400:DateTimeSpanWindows">
<xsd:sequence>
<xsd:element minOccurs="0" name="StartWindow" type="ota2-0400:TimeSpan">
<xsd:annotation>
<xsd:documentation source="Description">The earliest and latest dates acceptable for the start date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EndWindow" type="ota2-0400:TimeSpan">
<xsd:annotation>
<xsd:documentation source="Description">The earliest and latest dates acceptable for the end date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="100" minOccurs="0" name="Duration" type="xsd:duration">
<xsd:annotation>
<xsd:documentation source="Description">The duration data type represents a combination of year, month, day and time values representing a single duration of time, encoded as a single string.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DurationUnit" type="ota2-0300:DurationUnit_Enum">
<xsd:annotation>
<xsd:documentation source="Description">The unit of elapsed time or the day of the week applied to the value.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|