BatteryML:2.0
element BuildingBlockDB

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

Model
<BuildingBlockDB>
(BuildingBlock* | BuildingBlockSet*)*
</BuildingBlockDB>


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