urn:schemas-cosylab-com:pset:1.0
complexType parameterset

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:pset:1.0}parameterset (restriction)

Documentation
			This is the schema which describes the paramset that the user of an OFFLINE task will write.
			
Properties
This component is not nillable.

Model
<...>
(psetdef, name, param+ )
</...>


Nested Element Summary
xsd:stringname
          
pset:parameterparam
          
xsd:stringpsetdef
          
Source
<xsd:complexType name="parameterset">
<xsd:sequence>
<xsd:element name="psetdef" type="xsd:string"/>
<xsd:element name="name" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" name="param" type="pset:parameter"/>
</xsd:sequence>
</xsd:complexType>


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