BatteryML:2.0
element CellDB

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

Model
<CellDB>
(Cell*, CellSet* )
</CellDB>


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