Definition Type: ComplexType
Name: TransportationTermType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
When a seller ships something via common to a buyer in accordance with the Uniform Commerical Code and international legal agreements, you must specify a particular "phrase" that states who assumes the risk of shipment, who is responsible for loading and unloading the goods, where ownership or title to the goods passes, who paid or pays the carrirer, etc. Examples of these "phrases" include: - "FOB Origin Prepaid and Add" (Free On Board - no cost for loading, title passes at seller's dock, seller prepaid freight cost and delivery insurance, seller will freight costs to cost of goods) - "FOB Destination" or "FOB Destination Prepaid" (Free On Board - no cost for loading, title passes at buyer's dock, seller prepaid freight cost and delivery insurance) In software applications, this phrase is commonly split into two coded pieces, a "legal terms" risk and responsibility component for use with common carriers (FOB Destination) and some kind of qualifying component (Prepaid and Add).
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into FreightTermCode in schema fields_xsd1 Drilldown into ShipmentServiceLevelCode in schema fields_xsd1 Drilldown into PlaceOfOwnershipTransferLocation in schema components_xsd1 Drilldown into IncotermsCode in schema fields_xsd1XSD Diagram of TransportationTermType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TransportationTermType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">When a seller ships something via common to a buyer in accordance with the Uniform Commerical Code and international legal agreements, you must specify a particular "phrase" that states who assumes the risk of shipment, who is responsible for loading and unloading the goods, where ownership or title to the goods passes, who paid or pays the carrirer, etc.

Examples of these "phrases" include:
- "FOB Origin Prepaid and Add" (Free On Board - no cost for loading, title passes at seller's dock, seller prepaid freight cost and delivery insurance, seller will freight costs to cost of goods)
- "FOB Destination" or "FOB Destination Prepaid" (Free On Board - no cost for loading, title passes at buyer's dock, seller prepaid freight cost and delivery insurance)

In software applications, this phrase is commonly split into two coded pieces, a "legal terms" risk and responsibility component for use with common carriers (FOB Destination) and some kind of qualifying component (Prepaid and Add).
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="IncotermsCode" minOccurs="0" />
        <xsd:element ref="PlaceOfOwnershipTransferLocation" minOccurs="0" />
        <xsd:element ref="ShipmentServiceLevelCode" minOccurs="0" />
        <xsd:element ref="FreightTermCode" minOccurs="0" />
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncotermsCode oa:IncotermsCode 0 (1)
PlaceOfOwnershipTransferLocation oa:PlaceOfOwnershipTransferLocation 0 (1)
ShipmentServiceLevelCode oa:ShipmentServiceLevelCode 0 (1)
FreightTermCode oa:FreightTermCode 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:TransportationTerm