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

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

Documentation
                This represents a floor plan and unit type combination for the rent summary.
            
Properties
This component is not nillable.

Model
<...>
(floorPlanName, unitType, bedRooms, bathRooms, avgSqFt, minMarketRent, maxMarketRent, concessionType, minConcession, maxConcession, minFinalRent, maxFinalRent, floorPlanDescription )
</...>


Nested Element Summary
xs:intavgSqFt
           This is the average square footage in this unit type.  
xs:decimalbathRooms
           This is the number of bathrooms in this unit type.  
xs:decimalbedRooms
           This is the number of bedrooms in this unit type.  
 concessionType
           Reserved for future use  
 floorPlanDescription
           This is the marketing name of the floor plan.  
xs:stringfloorPlanName
          This is the floor plan that matches the Price Optimizer dashboard. 
xs:nonNegativeIntegermaxConcession
          This is the maximum value of any concessions (rent discounts, recurrent discounts currently being offered) for the particular unit type. 
xs:nonNegativeIntegermaxFinalRent
          This is the maximum EFFECTIVE rents for the currently available units in this unit type. 
xs:nonNegativeIntegermaxMarketRent
          This is the the maximum market rents for the currently available units in this unit type. 
xs:nonNegativeIntegerminConcession
          This is the minimum value of any concessions (rent discounts, recurrent discounts currently being offered) for the particular unit type. 
xs:nonNegativeIntegerminFinalRent
          This is the minimum EFFECTIVE rents for the currently available units in this unit type. 
xs:nonNegativeIntegerminMarketRent
          This is the the minimum market rents for the currently available units in this unit type. 
xs:stringunitType
           This is the unit type for this information.  
Source
<xs:complexType name="rentSummaryFloorPlanUnitType">
<xs:sequence>
<xs:element name="floorPlanName" type="xs:string">
</xs:element>
<xs:element name="unitType" type="xs:string">
</xs:element>
<xs:element name="bedRooms" type="xs:decimal">
</xs:element>
<xs:element name="bathRooms" type="xs:decimal">
</xs:element>
<xs:element name="avgSqFt" type="xs:int">
</xs:element>
<xs:element name="minMarketRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="maxMarketRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="concessionType">
</xs:element>
<xs:element name="minConcession" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="maxConcession" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="minFinalRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="maxFinalRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element minOccurs="0" name="floorPlanDescription">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</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.