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

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

Documentation
                This represents a Price Optimizer property
            
Properties
This component is not nillable.

Model
<...>
(externalPropertyId, name, address?, city?, state, zip?, longitude?, latitude?, phone?, fax?, website?, unitCount?, yearBuilt? )
</...>


Nested Element Summary
xs:stringaddress
           This is the address of this property  
xs:stringcity
           This is the city of this property  
xs:stringexternalPropertyId
           This is the property ID of this property  
xs:stringfax
           This is the fax number of this property  
xs:decimallatitude
           This is the latitude of this property  
xs:decimallongitude
           This is the longitude of this property  
xs:stringname
           This is the name of this property  
xs:stringphone
           This is the phone number of this property  
 state
           This is the state of this property  
xs:nonNegativeIntegerunitCount
           This is the unit count of this property  
xs:stringwebsite
           This is the website of this property  
xs:positiveIntegeryearBuilt
           This is the year built of this property  
xs:stringzip
           This is the zip code of this property  
Source
<xs:complexType name="property">
<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="address" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="city" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="state">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="zip" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="longitude" type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" name="latitude" type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" name="phone" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="fax" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="website" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="unitCount" type="xs:nonNegativeInteger">
</xs:element>
<xs:element minOccurs="0" name="yearBuilt" type="xs:positiveInteger">
</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.