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