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

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

Documentation
                This represents a unit belonging to a floor plan
            
Properties
This component is not nillable.

Model
<...>
(externalPropertyId, floorPlanName, name, building?, bedRooms?, bathRooms?, squareFootage?, unitType?, makeReadyDate?, availabilityStatus )
</...>


Nested Element Summary
tns:unitAvailabilityStatusavailabilityStatus
           This is the availability status of the unit  
xs:decimalbathRooms
           This is the bathroom count of this unit  
xs:decimalbedRooms
           This is the bedroom count of this unit  
xs:stringbuilding
          This is the building name of this unit. 
xs:stringexternalPropertyId
           This is the property ID of this unit  
xs:stringfloorPlanName
           This is the floor plan name of this unit  
xs:datemakeReadyDate
           This is the date this unit is ready for move in  
xs:stringname
           This is the name of this unit  
xs:nonNegativeIntegersquareFootage
           This is the square footage of this unit  
xs:stringunitType
           This is the client-defined grouping of this unit of this unit  
Source
<xs:complexType name="unit">
<xs:sequence>
<xs:element name="externalPropertyId" type="xs:string">
</xs:element>
<xs:element name="floorPlanName" type="xs:string">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="building" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="bedRooms" type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" name="bathRooms" type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" name="squareFootage" type="xs:nonNegativeInteger">
</xs:element>
<xs:element minOccurs="0" name="unitType" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="makeReadyDate" type="xs:date">
</xs:element>
<xs:element name="availabilityStatus" type="tns:unitAvailabilityStatus">
</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.