complexType ResponseSetFilters
diagram pscev_p707.png
children PriceRange HotelRatings HotelName HotelCheckIn
annotation
documentation
Filtros de búsqueda
source <xs:complexType name="ResponseSetFilters">
 
<xs:annotation>
   
<xs:documentation>Filtros de búsqueda</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="PriceRange" type="PriceRange" minOccurs="0"/>
   
<xs:element name="HotelRatings" type="HotelRatings" minOccurs="0"/>
   
<xs:element name="HotelName" type="xs:string" minOccurs="0"/>
   
<xs:element name="HotelCheckIn" type="xs:date" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element ResponseSetFilters/PriceRange
diagram pscev_p708.png
type PriceRange
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children MinimumValue MaximumValue
attributes
Name  Type  Use  Default  Fixed  annotation
CurrencyCodexs:stringrequired      
source <xs:element name="PriceRange" type="PriceRange" minOccurs="0"/>

element ResponseSetFilters/HotelRatings
diagram pscev_p709.png
type HotelRatings
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children MinimunValue MaximunValue
attributes
Name  Type  Use  Default  Fixed  annotation
OrderByPSCodeType      
HotelRatingTypePSCodeTyperequired      
source <xs:element name="HotelRatings" type="HotelRatings" minOccurs="0"/>

element ResponseSetFilters/HotelName
diagram pscev_p710.png
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="HotelName" type="xs:string" minOccurs="0"/>

element ResponseSetFilters/HotelCheckIn
diagram pscev_p711.png
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="HotelCheckIn" type="xs:date" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy