urn:schemas-cosylab-com:psetdef:1.0
complexType psetdef

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

Properties
This component is not nillable.

Model
<...>
(name, comment?, param+ )
</...>


Nested Element Summary
xsd:stringcomment
          
xsd:stringname
          
psetdef:parameterparam
          
Source
<xsd:complexType name="psetdef">
<xsd:sequence>
<xsd:element name="name" type="xsd:string"/>
<xsd:element minOccurs="0" name="comment" type="xsd:string"/>
<xsd:element maxOccurs="unbounded" name="param" type="psetdef: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.