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

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

Properties
This component is not nillable.

Model
<...>
(building, unitType, unitNumber, feature, status, dateAvailable, baseMarketRent?, baseConcession?, baseFinalRent, bestLeaseTerm, bestMarketRent, bestConcession, bestFinalRent )
</...>


Nested Element Summary
xs:nonNegativeIntegerbaseConcession
           This is the concession amount for the unit.  
xs:nonNegativeIntegerbaseFinalRent
          This column displays the 12-month effective rent (market rent less concessions) for the unit. 
xs:nonNegativeIntegerbaseMarketRent
          This is the 12-month market rent for the unit. 
xs:nonNegativeIntegerbestConcession
           This column displays the concession associated with the best price term and move-in period for the unit.  
xs:nonNegativeIntegerbestFinalRent
           This column displays the effective monthly rent associated with the best price term and move-in period for the unit.  
xs:nonNegativeIntegerbestLeaseTerm
           This column reflects the lease term associated with the best price from the Lease Term Rent Matrix.  
xs:nonNegativeIntegerbestMarketRent
           This column displays the market monthly rent associated with the best price term and move-in period for the unit.  
 building
           This is the building for the unit.  
xs:datedateAvailable
          This is the date the unit can be occupied. 
 feature
           This is a list of the unit amenities for the unit.  
 status
           This is the availability status of the unit.  
 unitNumber
           This is the unit number for the available unit from the property management system.  
 unitType
           This is the unit type for the unit.  
Source
<xs:complexType name="availableUnitsUnit">
<xs:sequence>
<xs:element name="building">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="unitType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="unitNumber">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="feature">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="status">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="OnNotice"/>
<xs:enumeration value="Vacant"/>
<xs:enumeration value="NewUnit"/>
<xs:enumeration value="Unknown"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="dateAvailable" type="xs:date">
</xs:element>
<xs:element minOccurs="0" name="baseMarketRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element minOccurs="0" name="baseConcession" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="baseFinalRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="bestLeaseTerm" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="bestMarketRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="bestConcession" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="bestFinalRent" type="xs:nonNegativeInteger">
</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.