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

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

Documentation
               
            
Properties
This component is not nillable.

Model
<...>
(siteId, building, unitNumber, unitBedroomCount, pmsFloorPlan, suggestedFailThreshold )
</...>


Nested Element Summary
 building
          This is the building in which the unit is located. 
 pmsFloorPlan
           Floor plan.  
xs:stringsiteId
          
xs:nonNegativeIntegersuggestedFailThreshold
          Suggested fail threshold number. 
xs:nonNegativeIntegerunitBedroomCount
           This is the number of bedrooms for the requested unit.  
 unitNumber
           This is the unit number for the available unit.  
Source
<xs:complexType name="poScreeningSiteFloorResponse">
<xs:sequence>
<xs:element maxOccurs="1" name="siteId" type="xs:string"/>
<xs:element minOccurs="0" name="building">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="unitNumber">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" name="unitBedroomCount" type="xs:nonNegativeInteger">
</xs:element>
<xs:element name="pmsFloorPlan">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" name="suggestedFailThreshold" type="xs:nonNegativeInteger">
</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.