BatteryML:2.0
element ModuleDB

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

Model
<ModuleDB>
(Module*, ModuleSet* )
</ModuleDB>


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