BatteryML:2.0
element Parameters

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

Model
<Parameters>
((ParameterSet* | Parameter*)* , (Description?, Comment?, Documentation?)? )
</Parameters>


Nested Element Summary
StringTypeComment
          
StringTypeDescription
          
EmbeddedXMLTypeDocumentation
          
ParameterTypeParameter
          
ParameterSetTypeParameterSet
          
Source
<xsd:element name="Parameters" type="ParametersType">
<xsd:unique name="ParameterIdKey">
<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.