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

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

Documentation
                This is an extended request for getTBDLeases for individual bedroom count.
            
Properties
This component is not nillable.

Model
<...>
(bedroomCount, TBDLeases, units? )
</...>


Nested Element Summary
xs:stringbedroomCount
           BedRoom Count  
xs:longTBDLeases
           Count of the TBD Leases.  
tns:getTBDUnitsResponseunits
          
Source
<xs:complexType name="getTBDLeaseResponse">
<xs:sequence>
<xs:element maxOccurs="1" name="bedroomCount" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" name="TBDLeases" type="xs:long">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="units" type="tns:getTBDUnitsResponse"/>
</xs:sequence>
</xs:complexType>


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