<xs:element name="BaggageDetail">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Baggage details for one RFISC product code.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="BaggageSpecificationType">
<xs:attribute name="MaximumPieces" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">The maximum pieces of baggage allowed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Quantity" type="xs:positiveInteger" use="optional">
<xs:annotation>
<xs:documentation>Number of pieces.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EMD_TypeValue" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">The EMD type value.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1 - Standalone" />
<xs:enumeration value="2 - Associated to a Flight" />
<xs:enumeration value="3 - Standalone No Flight Ticket Associated" />
<xs:enumeration value="4 - Carrier Directed No EMD" />
<xs:enumeration value="5 - Eticket" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Method" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">The allowance method.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="D - Direct Settlement" />
<xs:enumeration value="EA - EMD Associated" />
<xs:enumeration value="ES - EMD Standalone" />
<xs:enumeration value="F - Fare Integrated" />
<xs:enumeration value="MA - Flight Associated Settled via MCO" />
<xs:enumeration value="MA - Standalone Settled via MCO" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ServiceLocation" type="AlphaLength3" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">The 3 letter IATA city or airport code related to the service location.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServiceDate" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">The date of service.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ServiceRPH" type="RPH_Type" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">A unique identifier to reference this set of service information.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|