BatteryML:2.0
element ModuleSet

Documentation
	Module set element in ModuleDB.
      
Properties
This component is not nillable.

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


Nested Element Summary
ModelTypeModel
          
DefinitionTypeModelDefinition
          
ModuleRefTypeModule
          
 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="ModuleSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Module" type="ModuleRefType"/>
<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="ModuleSetIdKey">
<xsd:selector xpath="./Module"/>
<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.