Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:OrderLineReference
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:OrderLineReference

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:OrderLineReferenceType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:LineID [1..1]An identifier for the referenced order line, assigned by the buyer.
    3. cbc:SalesOrderLineID [0..1]An identifier for the referenced order line, assigned by the seller.
    4. cbc:UUID [0..1]A universally unique identifier for this order line reference.
    5. cbc:LineStatusCode [0..1]A code signifying the status of the referenced order line with respect to its original state.
    6. cac:OrderReference [0..1]A reference to the Order containing the referenced order line.

Attributes

None

Used in

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>