cac:PromotionalEvent
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.3.xsd
Type: cac:PromotionalEventType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ext:UBLExtensions [0..1]A container for extensions foreign to the document.
- cbc:PromotionalEventTypeCode [1..1]A code signifying the type of this promotional event. Examples can be: Holiday, Seasonal Event, Store Closing, Trade Item Introduction
- cbc:SubmissionDate [0..1]The date on which a proposal for this promotional event was submitted.
- cbc:FirstShipmentAvailibilityDate [0..1]The first day that products will be available to ship from buyer to seller if the proposal for this promotional event is accepted.
- cbc:LatestProposalAcceptanceDate [0..1]The deadline for acceptance of this promotional event.
- cac:PromotionalSpecification [1..*]A specification for a promotional event.
Attributes
None
Used in
- Type RetailEventType (Element RetailEvent)
Sample instance
<cac:PromotionalEvent> <cbc:PromotionalEventTypeCode>STORE_OPENING</cbc:PromotionalEventTypeCode> <cbc:SubmissionDate>2009-12-01</cbc:SubmissionDate> <cbc:LatestProposalAcceptanceDate>2010-01-06</cbc:LatestProposalAcceptanceDate> <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> </cac:PromotionalEvent>