<xs:complexType name="SCEUnit">
<xs:complexContent>
<xs:extension base="Noun">
<xs:sequence>
<xs:element name="ContainerId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the identifier of a container.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContainerSealId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the tamper-proof seal placed on a shipping container to prevent pilfering of the contents.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ContainerType" type="Type" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a classification of containers.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FreightItemNumber" type="Code" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Identifies the item number assigned to the type of goods for the purposes of freight classification and cost calculation.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShippersCost" type="AmountPerQuantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is used to describe the shipper's total cost of transporting the items or products being sold, produced or purchased, if it is different that the freight amount being charged to the customer. (Certain businesses may want to track the internal cost of a free shipping promotion or utilize their shipping operations as a profit center.) To report the total freight charge the customer is to pay, use FreightAmount.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShippingTrackingId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a unique identifier for the purpose of tracking an individual package or shipment.
Examples of valid TrackingIds are:
- An express parcel tracking nmber at typicall assigned by UPS, DHL, Federal Express or other similar carriers.
- A UCC (Uniform Code Council) Serialized Shipping Container (SCC-18) identifier, as assigned by the shipper.
- A "Pro Number" (Progressive Number), as assigned by an LTL (less-than-truckload) freight carrier. Since the same Pro Number can be assigned to multiple shipping units within an LTL shipment the ShipUnitSequence and ShipUnitTotal identifiers may be used to identify the individual pieces.
- The unique identifier of a motor freight trailer or railroad box or tank car, ocean freight container or other transportation vessel.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="ShippingMaterial" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is an identifier is the part number of a shipping container or material.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShipUnitSequence" type="SequenceCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">In a set of similar shipping units for a delivery, ShipUnitSequenceId represents a particular unit out of the total set. When used in conjunction with ShipUnitTotalId and printed on a shipping unit label or packing list, the receiving partner can easily ascertain whether or not the delivery was complete.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShipUnitTotalId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">In a set of similar shipping units for a delivery, ShipUnitTotalId represents the total or final unit in the set. When used in conjunction with ShipUnitSequenceId and printed on a shipping unit label or packing list, the receiving partner can easily ascertain whether or not the delivery was complete.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Disposition" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Used to indicate that a particular shipping unit has been received</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalWeight" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Quantifies the weight, or heaviness, of an item, container or shipment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TotalVolume" type="Quantity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Quantifies the volume, or amount of space, that is occupied by an item, container or shipment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="Temperatures" minOccurs="0" />
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
<xs:group ref="Notes" minOccurs="0" />
<xs:element ref="Charges" minOccurs="0" />
<xs:group ref="References" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|