cac:DespatchLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:DespatchLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ID [1..1] Identifies the Despatch Line.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:Note [0..1] Free-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cbc:LineStatusCode [0..1] Identifies the status of the Despatch Line with respect to its original state.
- cbc:DeliveredQuantity [0..1] The quantity despatched.
- cbc:BackorderQuantity [0..1] The quantity on Back Order at the Supplier.
- cbc:BackorderReason [0..1] The reason for the Back Order.
- cbc:OutstandingQuantity [0..1] The quantity outstanding (which will follow in a later despatch).
- cbc:OutstandingReason [0..1] The reason for the Outstanding Quantity.
- cbc:OversupplyQuantity [0..1] The quantity over-supplied.
- cac:OrderLineReference [1..*] An association to Order Line Reference.
- cac:DocumentReference [0..*] An association to Document Reference.
- cac:Item [1..1] An association to Item.
- cac:Shipment [0..*] An association to Shipment.
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="KG">90</cbc:DeliveredQuantity> <cbc:BackorderQuantity unitCode="KG">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>