<xs:complexType name="ShipUnitReference">
<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="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.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|