http://yieldstar.com/ws/AppExchange/v1
complexType fullPropertyParameters

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://yieldstar.com/ws/AppExchange/v1}fullPropertyParameters (restriction)

Documentation
				Group containing name and List of parameters
			
Properties
This component is not nillable.

Model
<...>
(groupName, parameter* )
</...>


Nested Element Summary
xs:stringgroupName
           This is the name of the parameterGroup.  
tns:parameterparameter
           These are the parameters for the given property  
Source
<xs:complexType name="fullPropertyParameters">
<xs:sequence>
<xs:element name="groupName" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="parameter" type="tns:parameter">
</xs:element>
</xs:sequence>
</xs:complexType>


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