BatteryML:2.0
element PartDB

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

Model
<PartDB>
(Part*, PartSet* )
</PartDB>


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