Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type PriceValueType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: defines a code based on which a specific price value is acted upon
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((VALUE)|(PERCENT))
Used by
Source
<xs:simpleType name="PriceValueType">
  <xs:annotation>
    <xs:documentation>Fully adopted GS1 classifier: defines a code based on which a specific price value is acted upon</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="VALUE"/>
    <xs:pattern value="PERCENT"/>
  </xs:restriction>
</xs:simpleType>