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

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

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

Model
<...>
(externalPropertyId, name, description?, squareFootage?, unitCount?, bedRooms?, bathRooms? )
</...>


Nested Element Summary
xs:decimalbathRooms
           This is the bathroom count of this floor plan  
xs:decimalbedRooms
           This is the bedroom count of this floor plan  
xs:stringdescription
           This is the description of this floor plan  
xs:stringexternalPropertyId
           This is the property ID of this floor plan  
xs:stringname
           This is the name of this floor plan  
xs:nonNegativeIntegersquareFootage
           This is the average square footage of this floor plan  
xs:nonNegativeIntegerunitCount
           This is the unit count of this floor plan  
Source
<xs:complexType name="floorPlan">
<xs:sequence>
<xs:element name="externalPropertyId" type="xs:string">
</xs:element>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="squareFootage" type="xs:nonNegativeInteger">
</xs:element>
<xs:element minOccurs="0" name="unitCount" type="xs:nonNegativeInteger">
</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:sequence>
</xs:complexType>


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