<xsd:complexType name="OrderedShipmentType">
<xsd:annotation>
<xsd:documentation>
<ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Ordered Shipment. Details</ccts:DictionaryEntryName>
<ccts:Definition>information directly relating to an ordered shipment</ccts:Definition>
<ccts:ObjectClass>Ordered Shipment</ccts:ObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="Shipment" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>
<ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Ordered Shipment. Shipment</ccts:DictionaryEntryName>
<ccts:Definition>associates the ordered shipment with the shipment</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Ordered Shipment</ccts:ObjectClass>
<ccts:PropertyTerm>Shipment</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Shipment</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Package" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>
<ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Ordered Shipment. Package</ccts:DictionaryEntryName>
<ccts:Definition>associates the ordered shipment to packaging information. Note that this association is true at the order stage, but at the later delivery stage the association is via the transport handling unit.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Ordered Shipment</ccts:ObjectClass>
<ccts:PropertyTerm>Package</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Package</ccts:AssociatedObjectClass>
</ccts:Component>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|