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