Definition Type: Element
Name: ShippingInfo
Containing Schema: OTA_CommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Informtion pertaining to the shipment of a product to the recipient.
Collapse XSD Schema Diagram:
Drilldown into DecimalPlaces in schema ota_commontypes_xsd1 Drilldown into CurrencyCode in schema ota_commontypes_xsd1 Drilldown into CurrencyCodeGroup in schema ota_commontypes_xsd Drilldown into Amount in schema ota_commontypes_xsd1 Drilldown into CurrencyAmountGroup in schema ota_commontypes_xsd Drilldown into ShippingCarrier in schema ota_commontypes_xsd1 Drilldown into ShippingType in schema ota_commontypes_xsd1XSD Diagram of ShippingInfo in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="ShippingInfo" minOccurs="0">
    <xs:annotation>
        <xs:documentation xml:lang="en">Informtion pertaining to the shipment of a product to the recipient.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="ShippingType" type="StringLength1to16" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The method of shipment (e.g., air, ground, pickup).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ShippingCarrier" type="StringLength1to32" use="optional">
            <xs:annotation>
                <xs:documentation xml:lang="en">The shipping carrier (e.g., USPS, UPS, FedEx).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attributeGroup ref="CurrencyAmountGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">The charges associated with shipment of the item.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
ShippingType ShippingType Optional
ShippingCarrier ShippingCarrier Optional
Amount Amount Optional
CurrencyCode CurrencyCode Optional
DecimalPlaces DecimalPlaces Optional