<xs:group name="ShippingAmounts">
<xs:sequence>
<xs:element name="DeclaredValue" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the declared monetary value of the contents of a shipping unit or a delivery for insurance purposes.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EstimatedFreightCost" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is used to describe the estimated cost of transporting the items or products being sold, produced or purchased. This amount is usually determined at the time the sales order is created and is quoted to the customer, before the actual shipping method, weight or number of units is known. This is also customarily known as a general “Shipping and Handling” charge.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalAmount" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Represents a summary sub-total or grand-total amount associated with a business document or line item entity. It may be a cost, it may be an expense, or it may be a price. The meaning is based on the context in the instance of the BOD.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FreightCost" type="Amount" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is used to report the total price charged to the customer for transporting the items or products being sold, produced or purchased. This amount is determined by the shipping partner and/or reported by the carrier partner upon shipment or delivery of the product. The shipper's total operational freight cost (which may be different the price charged) can be reported using FreightOperationalAmount.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
|