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

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

Documentation
                This is a request for an individual unit. Validation will fail if:
                (1) firstMoveInDate is after lastMoveInDate or (2) lastMoveInDate is
                before the property's post date or (3) the difference between lastMoveInDate and
                firstMoveInDate is greater than 48 days or (4) minLeaseTerm is greater
                than maxLeaseTerm or (5) maxLeaseTerm is greater than 18.
            
Properties
This component is not nillable.

Model
<...>
(building, unitNumber, minLeaseTerm?, maxLeaseTerm? ) (firstMoveInDate?, lastMoveInDate?, readyForMoveInDate?, unitAvailableDate? )
</...>


Nested Element Summary
 building
          This is the building in which the unit is located. 
xs:datefirstMoveInDate
           The start of move in date for the particular lease.  
xs:datelastMoveInDate
           The move in date used in projecting optimum rents for the unit.  
xs:nonNegativeIntegermaxLeaseTerm
           Maximum lease term for the lease matrix projections.  
xs:nonNegativeIntegerminLeaseTerm
           Minimum lease term for the lease matrix projections.  
xs:datereadyForMoveInDate
          This is the date that the unit is made ready for occupancy. 
xs:dateunitAvailableDate
          This is the first date that the unit is vacant. 
 unitNumber
           This is the unit number for the available unit.  
Source
<xs:complexType name="leaseTermRentUnitRequest">
<xs:complexContent>
<xs:extension base="tns:unitRateRequest">
<xs:sequence>
<xs:element minOccurs="0" name="firstMoveInDate" type="xs:date">
</xs:element>
<xs:element minOccurs="0" name="lastMoveInDate" type="xs:date">
</xs:element>
<xs:element minOccurs="0" name="readyForMoveInDate" type="xs:date">
</xs:element>
<xs:element minOccurs="0" name="unitAvailableDate" 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.