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

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

Documentation
				This is the response for a full property parameters request
			
Properties
This component is not nillable.

Model
<...>
externalPropertyId fullPropertyParameters*
</...>


Nested Element Summary
 externalPropertyId
           Property ID for this response  
tns:fullPropertyParametersfullPropertyParameters
           These are the unit rent parameters for the given property  
Source
<xs:complexType name="fullPropertyParametersResponse">
<xs:complexContent>
<xs:extension base="tns:idBasedResponse">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="fullPropertyParameters" type="tns:fullPropertyParameters">
</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.