BatteryML:2.0
element BuildingBlockSet

Documentation
	BuildingBlock set element in BuildingBlockDB.
      
Properties
This component is not nillable.

Model
<BuildingBlockSet
  id = ShortNameType
  name = ShortTokenType>
(BuildingBlock*, BuildingBlockSet*, (Model? | ModelDefinition?)? , Parameters? )
</BuildingBlockSet>


Nested Element Summary
BuildingBlockRefTypeBuildingBlock
          
BuildingBlockRefTypeBuildingBlockSet
          
ModelTypeModel
          
DefinitionTypeModelDefinition
          
 Parameters
          

Attribute Summary
 ShortNameTypeid
          
 ShortTokenTypename
          

Attribute Detail

id

Type:
ShortNameType
Use:
required
Form:
unqualified

name

Type:
ShortTokenType
Use:
optional
Form:
unqualified

Source
<xsd:element name="BuildingBlockSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="BuildingBlock" type="BuildingBlockRefType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="BuildingBlockSet" type="BuildingBlockRefType"/>
<xsd:choice minOccurs="0">
<xsd:element minOccurs="0" name="Model" type="ModelType"/>
<xsd:element minOccurs="0" name="ModelDefinition" type="DefinitionType"/>
</xsd:choice>
<xsd:element minOccurs="0" ref="Parameters"/>
<xsd:group minOccurs="0" ref="ElementInfoGroup"/>
</xsd:sequence>
<xsd:attribute name="name" type="ShortTokenType" use="optional"/>
<xsd:attribute name="id" type="ShortNameType" use="required"/>
</xsd:complexType>
<xsd:key name="BuildingBlockSetIdKey">
<xsd:selector xpath="./BuildingBlock | ./BuildingBlockSet"/>
<xsd:field xpath="@idref"/>
</xsd:key>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.