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

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

Properties
This component is not nillable.

Model
<...>
(name, required, prompt, help ) (default?, min?, max?, length?, validValues? )
</...>


Nested Element Summary
xsd:stringdefault
          
xsd:stringhelp
          
xsd:integerlength
          
xsd:stringmax
          
xsd:stringmin
          
xsd:stringname
          
xsd:stringprompt
          
xsd:booleanrequired
          
psetdef:stringEnumvalidValues
          
Source
<xsd:complexType name="string">
<xsd:complexContent>
<xsd:extension base="psetdef:parameter">
<xsd:sequence>
<xsd:element minOccurs="0" name="default" type="xsd:string"/>
<xsd:element minOccurs="0" name="min" type="xsd:string"/>
<xsd:element minOccurs="0" name="max" type="xsd:string"/>
<xsd:element minOccurs="0" name="length" type="xsd:integer"/>
<xsd:element minOccurs="0" name="validValues" type="psetdef:stringEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>


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