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

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

Documentation
                This represents a TBD unit
            
Properties
This component is not nillable.

Model
<...>
(unitId, buildingId?, leaseExpireDate )
</...>


Nested Element Summary
xs:stringbuildingId
          This is the building name of this unit. 
xs:dateleaseExpireDate
           This is the current Lease expiry date of this unit  
xs:stringunitId
           This is the name of this unit  
Source
<xs:complexType name="TBDUnitResponse">
<xs:sequence>
<xs:element name="unitId" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="buildingId" type="xs:string">
</xs:element>
<xs:element name="leaseExpireDate" type="xs:date">
</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.