Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type BatteryQualifierType
Namespace No namespace
Annotations
Fully adopted GS1 classifier: defines whether it is battery or cell
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
pattern (\c+) & ((BATTERY)|(CELL))
Used by
Source
<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>