BatteryML:2.0
element BatteryML_Doc

Documentation
	Main instance of battery device type. Contains all the hierarchical
	components of the battery instance.
      
Properties
This component is not nillable.

Model
<BatteryML_Doc
  name = ShortTokenType>
(BuildingBlockDB? ; CellSandwichDB? ; CellDB? ; ModuleDB? ; PackDB? ; PartDB? ; DeviceDB? ; ModelDB? ; UnitsDB? ; SimulationDB? ; Description? ; Comment? ; Documentation?)?
</BatteryML_Doc>


Nested Element Summary
 BuildingBlockDB
          
 CellDB
          
 CellSandwichDB
          
StringTypeComment
          
StringTypeDescription
          
 DeviceDB
          
EmbeddedXMLTypeDocumentation
          
 ModelDB
          
 ModuleDB
          
 PackDB
          
 PartDB
          
 SimulationDB
          
 UnitsDB
          

Attribute Summary
 ShortTokenTypename
          

Attribute Detail

name

Type:
ShortTokenType
Use:
optional
Form:
unqualified

Source
<xsd:element name="BatteryML_Doc">
<xsd:complexType>
<xsd:all minOccurs="0">
<xsd:element minOccurs="0" ref="BuildingBlockDB"/>
<xsd:element minOccurs="0" ref="CellSandwichDB"/>
<xsd:element minOccurs="0" ref="CellDB"/>
<xsd:element minOccurs="0" ref="ModuleDB"/>
<xsd:element minOccurs="0" ref="PackDB"/>
<xsd:element minOccurs="0" ref="PartDB"/>
<xsd:element minOccurs="0" ref="DeviceDB"/>
<xsd:element minOccurs="0" ref="ModelDB"/>
<xsd:element minOccurs="0" ref="UnitsDB"/>
<xsd:element minOccurs="0" ref="SimulationDB"/>
<xsd:element minOccurs="0" name="Description" type="StringType"/>
<xsd:element minOccurs="0" name="Comment" type="StringType"/>
<xsd:element minOccurs="0" name="Documentation" type="EmbeddedXMLType"/>
</xsd:all>
<xsd:attributeGroup ref="OptionalNameGroup"/>
</xsd:complexType>
</xsd:element>


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