<xs:element name="DocumentInstructions" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">A container of document instructions.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="DocumentInstruction" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">A stored document instruction number to be used in ticketing.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Number" type="Numeric1to99" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">A document number to be used in ticketing the itinerary.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="OverrideStoredInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the stored document instructions should not be used in ticketing.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UsePrimaryInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, use the primary stored document instruction in ticketing.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|