BatteryML:2.0
element Functions

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

Model
<Functions>
(Function*, (Description?, Comment?, Documentation?)? )
</Functions>


Nested Element Summary
StringTypeComment
          
StringTypeDescription
          
EmbeddedXMLTypeDocumentation
          
FunctionTypeFunction
          
Source
<xsd:element name="Functions" type="FunctionsType">
<xsd:unique name="FunctionIdKey">
<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.