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

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

Documentation
                This is the amenity information for the requested unit.
            
Properties
This component is not nillable.

Model
<...>
externalPropertyId (building?, unitName, amenity* )
</...>


Nested Element Summary
tns:amenityamenity
           These are the amenities for this unit  
xs:stringbuilding
           This is the building used to get unit amenities for.  
 externalPropertyId
           Property ID for this response  
xs:stringunitName
           This is the name of the unit used to get amenities for.  
Source
<xs:complexType name="unitAmenitiesResponse">
<xs:complexContent>
<xs:extension base="tns:idBasedResponse">
<xs:sequence>
<xs:element minOccurs="0" name="building" type="xs:string">
</xs:element>
<xs:element name="unitName" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="amenity" type="tns:amenity">
</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.