<xsd:complexType name="TimeSpan">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the arrival date and departure date which covers the whole Reservation.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TimeSpan</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="ota2:Empty">
<xsd:attribute name="start" type="ota2-0400:DateTime" use="required">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the start date for the booking as a whole.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2016-08-22T19:32:52Z</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="end" type="ota2-0400:DateTime" use="required">
<xsd:annotation>
<xsd:documentation source="Description">Specifies the end date for the booking as a whole.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">2016-08-28T04:32:52Z</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|