Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type PerformanceRequirementType
Namespace No namespace
Annotations
Telema classifier: defines the group of price performance requirement
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((CAMPAIGN_PLACEMENT)|(CAMPAIGN_PLACEMENT_HM)|(CAMPAIGN_MATERIALS_POSITION)|(STOCK_AFTER_CAMPAIGN)|(CAMPAIGN_CLEARING_BILL))
Used by
Source
<xs:simpleType name="PerformanceRequirementType">
  <xs:annotation>
    <xs:documentation>Telema classifier: defines the group of price performance requirement</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="CAMPAIGN_PLACEMENT"/>
    <!-- Placement of campaign products -->
    <xs:pattern value="CAMPAIGN_PLACEMENT_HM"/>
    <!-- Placement of campaign products in hypermarket-->
    <xs:pattern value="CAMPAIGN_MATERIALS_POSITION"/>
    <!-- Position or type of campaign materials -->
    <xs:pattern value="STOCK_AFTER_CAMPAIGN"/>
    <!-- Handling of product's stock after the end of the campaign -->
    <xs:pattern value="CAMPAIGN_CLEARING_BILL"/>
    <!-- Handling of campaign bill -->
  </xs:restriction>
</xs:simpleType>