BatteryML:2.0
element DeviceDB

Documentation
	Main database with device definitions. Definitions can exist
	only in DeviceDB. The device definitions are referenced from
	other databases by argument ref that is linked to
	device id.
      
Properties
This component is not nillable.

Model
<DeviceDB>
(Device*, DeviceSet* )
</DeviceDB>


Nested Element Summary
 Device
          
 DeviceSet
          
Source
<xsd:element name="DeviceDB">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Device"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="DeviceSet"/>
<xsd:group minOccurs="0" ref="ElementInfoGroup"/>
</xsd:sequence>
<xsd:attributeGroup ref="OptionalNameGroup"/>
</xsd:complexType>
<xsd:key name="DeviceIdKey">
<xsd:selector xpath="./Device | ./DeviceSet"/>
<xsd:field xpath="@id"/>
</xsd:key>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.