cac:OrderLineReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.2.xsd
Type: cac:OrderLineReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:LineID [1..1]An identifier for the referenced order line, assigned by the buyer.
- cbc:SalesOrderLineID [0..1]An identifier for the referenced order line, assigned by the seller.
- cbc:UUID [0..1]A universally unique identifier for this order line reference.
- cbc:LineStatusCode [0..1]A code signifying the status of the referenced order line with respect to its original state.
- cac:OrderReference [0..1]A reference to the Order containing the referenced order line.
Attributes
None
Used in
- Type cac:CreditNoteLineType (Elements cac:CreditNoteLine, cac:SubCreditNoteLine)
- Type cac:DespatchLineType (Elements cac:DespatchLine, cac:HandlingUnitDespatchLine)
- Type cac:InvoiceLineType (Elements cac:InvoiceLine, cac:SubInvoiceLine)
- Type cac:OrderLineType (Element cac:OrderLine)
- Type cac:ReceiptLineType (Elements cac:ReceiptLine, cac:ReceivedHandlingUnitReceiptLine)
Sample instance
<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>