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

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

Documentation
                This represents a common unit rate for a unit
            
Properties
This component is not nillable.

Model
<...>
(leaseTerm, endDate, marketRent, finalRent, best )
</...>


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  
Source
<xs:complexType name="unitRate">
<xs:sequence>
<xs:element name="leaseTerm" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="endDate" type="xs:date">
</xs:element>
<xs:element name="marketRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="finalRent" type="xs:nonNegativeInteger">
</xs:element>
<xs:element default="true" name="best" type="xs:boolean">
</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.