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

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

Documentation
                This represents a parameter. Possible property parameters are:

                "Post Date" - Post Date of latest Price Optimizer forecasting and
                optimization nightly run. Returned in form yyyy-MM-dd

                "Minimum New Lease Term" - Minimum length (in months) of a new lease
                term that we are willing to accept.

                "Maximum New Lease Term" - Maximum length (in months) of a new lease
                term that we are willing to accept.

                "New Lease Term Options" - Absolute number of lease term options to offer
                on either side of the base lease term when creating lease term rent matrix.

                "Maximum Move In Days" - Number of fixed move in date options to return in
                response to a request for lease rates.

                "Minimum Renewal Lease Term" - Minimum length (in months) of a renewal lease
                term that we are willing to accept.

                "Maximum Renewal Lease Term" - Maximum length (in months) of a renewal lease
                term that we are willing to accept.
            
Properties
This component is not nillable.

Model
<...>
(name, value? )
</...>


Nested Element Summary
xs:stringname
          This is the name of the parameter. 
xs:stringvalue
           This is the value of the parameter  
Source
<xs:complexType name="parameter">
<xs:sequence>
<xs:element name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="value" type="xs:string">
</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.