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

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

Documentation
                This is a request for renewal rates on an individual unit. Validation 
                will fail if: (1) The difference between startDate and
                today's date is greater than 48 days or (2) minLeaseTerm is greater
                than maxLeaseTerm or (3) maxLeaseTerm is greater than 18.
            
Properties
This component is not nillable.

Model
<...>
(building, unitNumber, minLeaseTerm?, maxLeaseTerm? ) startDate?
</...>


Nested Element Summary
 building
          This is the building in which the unit is located. 
xs:nonNegativeIntegermaxLeaseTerm
           Maximum lease term for the lease matrix projections.  
xs:nonNegativeIntegerminLeaseTerm
           Minimum lease term for the lease matrix projections.  
xs:datestartDate
           This is the actual start date of the renewal.  
 unitNumber
           This is the unit number for the available unit.  
Source
<xs:complexType name="renewalLeaseTermRentUnitRequest">
<xs:complexContent>
<xs:extension base="tns:unitRateRequest">
<xs:sequence>
<xs:element minOccurs="0" name="startDate" type="xs:date">
</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.