BatteryML:2.0
element Variables

Documentation
	Container for Variable and VariableSet entries with enforced uniqueness on id-s
      
Properties
This component is not nillable.

Model
<Variables>
((VariableSet* | Variable*)* , (Description?, Comment?, Documentation?)? )
</Variables>


Nested Element Summary
StringTypeComment
          
StringTypeDescription
          
EmbeddedXMLTypeDocumentation
          
ParameterTypeVariable
          
ParameterSetTypeVariableSet
          
Source
<xsd:element name="Variables" type="VariablesType">
<xsd:unique name="VariableIdKey">
<xsd:selector xpath="./*"/>
<xsd:field xpath="@id"/>
</xsd:unique>
</xsd:element>


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