BatteryML:2.0
element ModelDB

Documentation
	Main database with model definitions. Definitions can exist
	only in ModelDB. The model definitions are referenced from
	Component or ComponentSet by argument ref that is linked to
	model id.
      
Properties
This component is not nillable.

Model
<ModelDB>
Model*
</ModelDB>


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