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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:EventTactic

Element information

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

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

Type: cac:EventTacticType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:Comment [0..1]Generic field to add additional information or to specify mutually defined eventTacticTypes that are not currently listed.
    3. cbc:Quantity [0..1]The currencies, units, etc. that describes what is need for the event or promotion Usage example: Number of pallets per store for a stack display
    4. cac:EventTacticEnumeration [1..1]The set of codes that describes this event tactic.
    5. cac:Period [0..1]The period covered by this event tactic.

Attributes

None

Used in

Sample instance

<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>