<xs:element name="Segment" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Used to specify segments to be cancelled.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ItinSegNbr" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Number identifying the segment item to be cancelled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FirstItinSegNbr" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The beginning number in a range that identifies the first segment item to be cancelled.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LastItinSegNbr" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The last number in a range that identifies the last segment item to be cancelled.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|