cac:OrderLine
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.0.xsd
Type: cac:OrderLineType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:SubstitutionStatusCode [0..1] A code indicating the substitution status of the Order Line. Order Line may indicate that a substitute is proposed by the buyer or by the seller (in Order Response) or that a substitution has been made by the seller (in Order Response).
- cbc:Note [0..1] Free-form text applying to the Order Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.
- cac:LineItem [1..1] An association to Line Item.
- cac:SellerProposedSubstituteLineItem [0..*] Substitute Line Items proposed by the seller (in Order Response).
- cac:SellerSubstitutedLineItem [0..*] Item(s) replaced by the seller. The original ordered quantity and pricing may be different from the substituted item. However, when an item is substituted by the seller, it is assumed that other information, such as shipment details, will be the same.
- cac:BuyerProposedSubstituteLineItem [0..*] Possible alternatives, proposed by the buyer, to the Line Item.
- cac:CatalogueLineReference [0..1] An associative reference to Catalogue Line.
- cac:QuotationLineReference [0..1] an associative reference to Quotation Line.
- cac:DocumentReference [0..*] An association to Document Reference.
Attributes
None
Used in
- Type OrderChangeType (Element OrderChange)
- Type OrderResponseType (Element OrderResponse)
- Type OrderType (Element Order)
Sample instance
<cac:OrderLine> <cac:LineItem> <cbc:ID>1</cbc:ID> <cbc:Quantity unitCode="KG">12</cbc:Quantity> <cac:Price> <cbc:PriceAmount currencyID="GBP">29.99</cbc:PriceAmount> </cac:Price> <cac:Item> <cbc:Name>DestructionFest 2005</cbc:Name> <cac:SellersItemIdentification> <cbc:ID>AY2345</cbc:ID> </cac:SellersItemIdentification> </cac:Item> </cac:LineItem> </cac:OrderLine>