<xsd:complexType name="Rerouting">
<xsd:annotation>
<xsd:documentation source="Description">Indicates if the rerouting, which made the exchange necessary was voluntary or involuntary.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ValueWithAttributes" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Rerouting</otm:OTA2Entity>
<otm:Example context="fin" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Rerouted due to overbooking</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="fin-0300:Rerouting_Enum">
<xsd:attribute name="reason" type="ota2-0400:StringShort" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Gives more information about the rerouting.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|