BatteryML:2.0
element MaterialDB

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

Model
<MaterialDB>
Material*
</MaterialDB>


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