complexType HotelRating
diagram pscev_p493.png
children RatingDescription RatingValue
used by
element BaseHotel/HotelRating
attributes
Name  Type  Use  Default  Fixed  annotation
HotelRatingTypePSCodeTyperequired      
documentation
Tipo de la categoria HCEV, ej: NMO.HTL.RTT.KEY (LLAVES)
HotelRatingCodePSCodeTyperequired      
documentation
Codigo de la categoria: NMO.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)
source <xs:complexType name="HotelRating">
 
<xs:sequence>
   
<xs:element name="RatingDescription" type="xs:string">
     
<xs:annotation>
       
<xs:documentation>Descripcion de la categoria: Agroturismo de lujo</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RatingValue" type="xs:double">
     
<xs:annotation>
       
<xs:documentation>Valor asignado a la categoria para poder filtrar (si aplica): ejemplo: 1.5 -- SI
                        VIENE 0 DEBERIA CONSIDERARSE COMO VALOR OTRO es decir, se muestra si no hay filtro.
                   
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="HotelRatingType" type="PSCodeType" use="required">
   
<xs:annotation>
     
<xs:documentation>Tipo de la categoria HCEV, ej: NMO.HTL.RTT.KEY (LLAVES)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="HotelRatingCode" type="PSCodeType" use="required">
   
<xs:annotation>
     
<xs:documentation>Codigo de la categoria: NMO.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute HotelRating/@HotelRatingType
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
annotation
documentation
Tipo de la categoria HCEV, ej: NMO.HTL.RTT.KEY (LLAVES)
source <xs:attribute name="HotelRatingType" type="PSCodeType" use="required">
 
<xs:annotation>
   
<xs:documentation>Tipo de la categoria HCEV, ej: NMO.HTL.RTT.KEY (LLAVES)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute HotelRating/@HotelRatingCode
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
annotation
documentation
Codigo de la categoria: NMO.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)
source <xs:attribute name="HotelRatingCode" type="PSCodeType" use="required">
 
<xs:annotation>
   
<xs:documentation>Codigo de la categoria: NMO.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element HotelRating/RatingDescription
diagram pscev_p494.png
type xs:string
properties
isRef 0
content simple
annotation
documentation
Descripcion de la categoria: Agroturismo de lujo
source <xs:element name="RatingDescription" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Descripcion de la categoria: Agroturismo de lujo</xs:documentation>
 
</xs:annotation>
</xs:element>

element HotelRating/RatingValue
diagram pscev_p495.png
type xs:double
properties
isRef 0
content simple
annotation
documentation
Valor asignado a la categoria para poder filtrar (si aplica): ejemplo: 1.5 -- SI
                        VIENE 0 DEBERIA CONSIDERARSE COMO VALOR OTRO es decir, se muestra si no hay filtro.
                   
source <xs:element name="RatingValue" type="xs:double">
 
<xs:annotation>
   
<xs:documentation>Valor asignado a la categoria para poder filtrar (si aplica): ejemplo: 1.5 -- SI
                        VIENE 0 DEBERIA CONSIDERARSE COMO VALOR OTRO es decir, se muestra si no hay filtro.
                   
</xs:documentation>
 
</xs:annotation>
</xs:element>


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