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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:PromotionalSpecification

Element information

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

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

Type: cac:PromotionalSpecificationType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:SpecificationID [0..1]An identifier for this promotional specification.
    3. cac:PromotionalEventLineItem [1..*]A line item for a promotional event involving a specific product at a specific location; it describes the expected impacts associated with the event and specifies the promotional price of the item."
    4. cac:EventTactic [0..*]An event tactic associated with this promotion.

Attributes

None

Used in

Sample instance

<cac:PromotionalSpecification>
   <cbc:SpecificationID>ACME_STROP_0023823</cbc:SpecificationID>
   <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>
   <cac:EventTactic>
      <cac:EventTacticEnumeration>
         <cbc:DisplayTacticTypeCode>DISPLAY_GENERAL</cbc:DisplayTacticTypeCode>
      </cac:EventTacticEnumeration>
      <cac:Period>
         <cbc:StartDate>2010-04-01</cbc:StartDate>
         <cbc:EndDate>2010-06-12</cbc:EndDate>
      </cac:Period>
   </cac:EventTactic>
</cac:PromotionalSpecification>