Showing:

Annotations
Diagrams
Facets
Source
Simple Type ComponentValueCodeType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: A classification of the price component used to determine how to apply the amount
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((PERCENT)|(VALUE))
Source
<xs:simpleType name="ComponentValueCodeType">
  <xs:annotation>
    <xs:documentation>Fully adopted GS1 classifier: A classification of the price component used to determine how to apply the amount</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="PERCENT"/>
    <xs:pattern value="VALUE"/>
  </xs:restriction>
</xs:simpleType>