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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:PromotionalEventLineItem

Element information

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

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

Type: cac:PromotionalEventLineItemType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:Amount [1..1]The amount associated with this promotional event line item.
    3. cac:EventLineItem [1..1]A line item describing the expected impacts associated with this promotional event for a specific product at a specific location.

Attributes

None

Used in

Sample instance

<cac:PromotionalEventLineItem>
   <cbc:Amount currencyID="GBP">100.0</cbc:Amount>
   <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>
</cac:PromotionalEventLineItem>