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

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

Documentation
                This represents a floor plan for available units.
            
Properties
This component is not nillable.

Model
<...>
(floorPlanName, unit*, bedRooms, bathRooms, sqFt )
</...>


Nested Element Summary
xs:decimalbathRooms
           This is the number of bathrooms in this floor plan.  
xs:decimalbedRooms
           This is the number of bedrooms in this floor plan.  
xs:stringfloorPlanName
          This is the floor plan that matches the Price Optimizer dashboard. 
xs:intsqFt
           This is the average square footage of this floor plan.  
tns:availableUnitsUnitunit
          
Source
<xs:complexType name="availableUnitsFloorPlan">
<xs:sequence>
<xs:element name="floorPlanName" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="unit" type="tns:availableUnitsUnit"/>
<xs:element name="bedRooms" type="xs:decimal">
</xs:element>
<xs:element name="bathRooms" type="xs:decimal">
</xs:element>
<xs:element name="sqFt" type="xs:int">
</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.