cac:OrderLineReference
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:OrderLineReferenceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:LineID [1..1] Identifies the referenced Order Line assigned by the buyer.
- cbc:SalesOrderLineID [0..1] Identifies the referenced Order Line assigned by the seller.
- cbc:UUID [0..1] A universally unique identifier for an instance of this ABIE.
- cbc:LineStatusCode [0..1] Identifies the status of the referenced Order Line with respect to its original state.
- cac:OrderReference [0..1] An association to Order Reference.
Attributes
None
Used in
- Type cac:InvoiceLineType (Element cac:InvoiceLine)
- Type cac:DespatchLineType (Elements cac:DespatchLine, cac:HandlingUnitDespatchLine)
- 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>