<xs:simpleType name="BatteryQualifierType">
<xs:annotation>
<xs:documentation>Fully adopted GS1 classifier: defines whether it is battery or cell</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="BATTERY"/>
<xs:pattern value="CELL"/>
</xs:restriction>
</xs:simpleType>
|