cac:EventLineItem
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:EventLineItemType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:LineNumberNumeric [0..1]The number of this event line item.
- cac:ParticipatingLocationsLocation [0..1]The location of the stores involved in the event described in this line item.
- cac:RetailPlannedImpact [0..*]A planned impact of the event described in this line item.
- cac:SupplyItem [1..1]The product with which the event is associated.
Attributes
None
Used in
- Type cac:MiscellaneousEventType (Element cac:MiscellaneousEvent)
- Type cac:PromotionalEventLineItemType (Element cac:PromotionalEventLineItem)
Sample instance
<cac:EventLineItem> <cbc:LineNumberNumeric>1</cbc:LineNumberNumeric> <cac:ParticipatingLocationsLocation> <cbc:ID>ACME_BR_BE_0023</cbc:ID> </cac:ParticipatingLocationsLocation> <cac:RetailPlannedImpact> <cbc:Amount currencyID="GBP">0.0</cbc:Amount> <cbc:ForecastPurposeCode>SALES_FORECAST</cbc:ForecastPurposeCode> <cbc:ForecastTypeCode>PROMOTIONAL</cbc:ForecastTypeCode> <cac:Period> <cbc:StartDate>2010-05-12</cbc:StartDate> <cbc:EndDate>2010-06-12</cbc:EndDate> </cac:Period> </cac:RetailPlannedImpact> <cac:SupplyItem> <cbc:Description>Acme knitwear scarf</cbc:Description> <cbc:Name>scarf</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:SupplyItem> </cac:EventLineItem>