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

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

Documentation
                This is a unit rate for an individual unit
            
Properties
This component is not nillable.

Model
<...>
(leaseTerm, endDate, marketRent, finalRent, best ) (moveInDate, totalConcession, monthlyFixedConcession, monthlyPercentConcession, monthsConcession, oneTimeFixedConcession )
</...>


Nested Element Summary
xs:booleanbest
           This is whether this is the best rent for the unit  
xs:dateendDate
           This is the date the proposed lease will expire.  
xs:nonNegativeIntegerfinalRent
           This is the Effective Rent for the current lease.  
xs:nonNegativeIntegerleaseTerm
           The length, in months, of the lease term for the unit.  
xs:nonNegativeIntegermarketRent
           This is the Market Rent for the current lease  
xs:intmonthlyFixedConcession
           This is the monthly fixed concession  
xs:decimalmonthlyPercentConcession
           This is the monthly percent concession  
xs:decimalmonthsConcession
           This is the months concession  
xs:datemoveInDate
           The move in date used in projecting optimum rents for the unit.  
xs:intoneTimeFixedConcession
           This is the one time fixed concession  
xs:inttotalConcession
           This is the total concession  
Source
<xs:complexType name="leaseTermRentUnitRate">
<xs:complexContent>
<xs:extension base="tns:unitRate">
<xs:sequence>
<xs:element name="moveInDate" type="xs:date">
</xs:element>
<xs:element default="0" name="totalConcession" type="xs:int">
</xs:element>
<xs:element default="0" name="monthlyFixedConcession" type="xs:int">
</xs:element>
<xs:element default="0" name="monthlyPercentConcession" type="xs:decimal">
</xs:element>
<xs:element default="0" name="monthsConcession" type="xs:decimal">
</xs:element>
<xs:element default="0" name="oneTimeFixedConcession" type="xs:int">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.