Definition Type: Element
Name: BaggageDetail
Namespace: http://www.opentravel.org/OTA/2003/05
Type: Unresolved link to baggagespecificationtype
Containing Schema: OTA_AirBaggageRS.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Baggage details for one RFISC product code.
Collapse XSD Schema Diagram:
Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into ServiceRPH in schema ota_airbaggagers_xsd Drilldown into ServiceDate in schema ota_airbaggagers_xsd Drilldown into ServiceLocation in schema ota_airbaggagers_xsd Drilldown into Method in schema ota_airbaggagers_xsd Drilldown into EMD_TypeValue in schema ota_airbaggagers_xsd Drilldown into Quantity in schema ota_airbaggagers_xsd Drilldown into MaximumPieces in schema ota_airbaggagers_xsdXSD Diagram of BaggageDetail in schema ota_airbaggagers_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Weight Unresolved link to weight 0 (1)
Size Unresolved link to size 0 (1)
SpecialItem Unresolved link to specialitem 0 (1)
TPA_Extensions Unresolved link to tpa_extensions 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Pieces Unresolved link to pieces Optional
MaximumPieces nsA:MaximumPieces Optional
Quantity nsA:Quantity Optional
EMD_TypeValue nsA:EMD_TypeValue Optional
Method nsA:Method Optional
ServiceLocation nsA:ServiceLocation Optional
ServiceDate nsA:ServiceDate Optional
ServiceRPH nsA:ServiceRPH Optional
Collapse Derivation Tree:
  • Unresolved link to baggagespecificationtype
    • BaggageDetail