cac:DespatchLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:DespatchLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1]An identifier for this despatch line.
- cbc:UUID [0..1]A universally unique identifier for this despatch line.
- cbc:Note [0..*]Free-form text conveying information that is not contained explicitly in other structures.
- cbc:LineStatusCode [0..1]A code signifying the status of this despatch line with respect to its original state.
- cbc:DeliveredQuantity [0..1]The quantity despatched (picked up).
- cbc:BackorderQuantity [0..1]The quantity on back order at the supplier.
- cbc:BackorderReason [0..*]The reason for the back order.
- cbc:OutstandingQuantity [0..1]The quantity outstanding (which will follow in a later despatch).
- cbc:OutstandingReason [0..*]The reason for the outstanding quantity.
- cbc:OversupplyQuantity [0..1]The quantity over-supplied, i.e., the quantity over and above that ordered.
- cac:OrderLineReference [1..*]A reference to an order line associated with this despatch line.
- cac:DocumentReference [0..*]A reference to a document associated with this despatch line.
- cac:Item [1..1]The item associated with this despatch line.
- cac:Shipment [0..*]A shipment associated with this despatch line.
Attributes
None
Used in
- Type DespatchAdviceType (Element DespatchAdvice)
Sample instance
<cac:DespatchLine> <cbc:ID>1</cbc:ID> <cbc:Note>Mrs Green agreed to waive charge</cbc:Note> <cbc:LineStatusCode>NoStatus</cbc:LineStatusCode> <cbc:DeliveredQuantity unitCode="KGM">90</cbc:DeliveredQuantity> <cbc:BackorderQuantity unitCode="KGM">10</cbc:BackorderQuantity> <cbc:BackorderReason>lack of stock as explained on telephone today</cbc:BackorderReason> <cac:OrderLineReference> <cbc:LineID>1</cbc:LineID> <cbc:SalesOrderLineID>A</cbc:SalesOrderLineID> <cac:OrderReference> <cbc:ID>AEG012345</cbc:ID> <cbc:SalesOrderID>CON0095678</cbc:SalesOrderID> <cbc:UUID>6E09886B-DC6E-439F-82D1-7CCAC7F4E3B1</cbc:UUID> <cbc:IssueDate>2005-06-20</cbc:IssueDate> </cac:OrderReference> </cac:OrderLineReference> <cac:Item> <cbc:Description>Acme beeswax</cbc:Description> <cbc:Name>beeswax</cbc:Name> <cac:BuyersItemIdentification> <cbc:ID>6578489</cbc:ID> </cac:BuyersItemIdentification> <cac:SellersItemIdentification> <cbc:ID>17589683</cbc:ID> </cac:SellersItemIdentification> <cac:ItemInstance> <cac:LotIdentification> <cbc:LotNumberID>546378239</cbc:LotNumberID> <cbc:ExpiryDate>2010-01-01</cbc:ExpiryDate> </cac:LotIdentification> </cac:ItemInstance> </cac:Item> </cac:DespatchLine>