BatteryML:2.0
element PackDB

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

Model
<PackDB>
(Pack*, PackSet* )
</PackDB>


Nested Element Summary
 Pack
          
 PackSet
          
Source
<xsd:element name="PackDB">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Pack"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="PackSet"/>
<xsd:group minOccurs="0" ref="ElementInfoGroup"/>
</xsd:sequence>
<xsd:attributeGroup ref="OptionalNameGroup"/>
</xsd:complexType>
<xsd:key name="PackIdKey">
<xsd:selector xpath="./Pack | ./PackSet"/>
<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.