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

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

Documentation
				Group containing floorplan 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:parameterWithMultipleValuesparameter
           These are the Nonmarket Unit Rent parameters for the given floorplan  
Source
<xs:complexType name="floorPlanParameters">
<xs:sequence>
<xs:element name="groupName" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="parameter" type="tns:parameterWithMultipleValues">
</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.