<xsd:complexType name="Driver_ID">
<xsd:annotation>
<xsd:documentation source="Description">Driver information.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="BusinessObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Driver</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="Identifier" type="ota2-0400:Identifier">
<xsd:annotation>
<xsd:documentation source="Description">The unique identifier element allows the trading partners to uniquely identify each Booking Rule, for transaction tracability.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DriverRef" type="xsd:IDREF">
<xsd:annotation>
<xsd:documentation source="Description">Refers to the objID on an object defined elsewhere in the current document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="objID" type="xsd:ID" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A unique identifier within this document for this object.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="number" type="ota2-0400:StringTiny" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The driver&apos;s identification.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|