<xs:element name="Endorsement" minOccurs="0" maxOccurs="6">
<xs:annotation>
<xs:documentation xml:lang="en">Remark provided to ensure common understanding between the passenger and the airline concerning any restrictions that may apply.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Info" type="StringLength1to255" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the endorsement information for the ticket to be issued.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|