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

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

Documentation
                This is the rent summary information for the requested property.
            
Properties
This component is not nillable.

Model
<...>
externalPropertyId (effectiveDate, floorPlanUnitType* )
</...>


Nested Element Summary
xs:dateeffectiveDate
           This is the date all listed prices are considered effective.  
 externalPropertyId
           Property ID for this response  
tns:rentSummaryFloorPlanUnitTypefloorPlanUnitType
          These are the floor plan/unit type combinations for the given property. 
Source
<xs:complexType name="rentSummaryResponse">
<xs:complexContent>
<xs:extension base="tns:idBasedResponse">
<xs:sequence>
<xs:element name="effectiveDate" type="xs:date">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="floorPlanUnitType" type="tns:rentSummaryFloorPlanUnitType">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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