<xs:element name="Segment" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify a segment that has been cancelled.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="UniqueID" type="UniqueID_Type" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Contains the supplier's cancellation or confirmation number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Warnings" type="WarningsType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Warning information for the segment that was requested to be cancelled.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="ItinSegNbr" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Number identifying the segment item that was cancelled.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|