BatteryML:2.0
element CellSandwichSet

Documentation
	CellSandwich set element in CellSandwichDB.
      
Properties
This component is not nillable.

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


Nested Element Summary
CellSandwichRefTypeCellSandwich
          
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="CellSandwichSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CellSandwich" type="CellSandwichRefType"/>
<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="CellSandwichSetIdKey">
<xsd:selector xpath="./CellSandwich"/>
<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.