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

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

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

Model
<...>
(name, floorPlanParameters* )
</...>


Nested Element Summary
tns:floorPlanParametersfloorPlanParameters
           These are the Nonmarket Unit Rent parameters for the given floorplan  
xs:stringname
           This is the name of the floorplan.  
Source
<xs:complexType name="floorPlanParams">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="floorPlanParameters" type="tns:floorPlanParameters">
</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.