cac:SalesItem
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:SalesItemType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:Quantity [1..1] The quantity the given information are related to
- cac:ActivityProperty [0..*] A class to describe the activity (for example "sales", "movement", ...) related to the item.
- cac:TaxExclusivePrice [0..*] A price for this sales item, exclusive of tax.
- cac:TaxInclusivePrice [0..*] A price for this sales item, including tax.
- cac:Item [1..1] The sales item itself.
Attributes
None
Used in
- Type cac:ForecastLineType (Element cac:ForecastLine)
- Type cac:ForecastRevisionLineType (Element cac:ForecastRevisionLine)
- Type cac:ItemInformationRequestLineType (Element cac:ItemInformationRequestLine)
- Type cac:ActivityDataLineType (Elements cac:ActivityDataLine, cac:SupplyChainActivityDataLine)
Sample instance
<cac:SalesItem> <cbc:Quantity unitCode="KGM">20</cbc:Quantity> <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:StandardItemIdentification> <cbc:ID>00123450000584</cbc:ID> </cac:StandardItemIdentification> </cac:Item> </cac:SalesItem>