<xs:simpleType name="BatteryType">
<xs:annotation>
<xs:documentation>Telema classifier: defines the type of battery</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="CARS"/>
<!-- Designated for Cars -->
<xs:pattern value="INDS"/>
<!-- Industrial -->
<xs:pattern value="PTBL"/>
<!-- Portable -->
</xs:restriction>
</xs:simpleType>
|