complexType Rating
diagram pscev_p670.png
children Value Description
used by
elements Rate/Rating HotelSearchRate/Rating AvailabilityRateType/Rating
attributes
Name  Type  Use  Default  Fixed  annotation
TypePSCodeTyperequired      
documentation
Tipo de la categoria HCEV, ej: PS.HTL.RTT.KEY (LLAVES)
Codexs:stringrequired      
documentation
Codigo de la categoria: PS.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)
source <xs:complexType name="Rating">
 
<xs:sequence>
   
<xs:element name="Value" 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:element name="Description" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Descripcion de la categoria: Agroturismo de lujo</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="Type" type="PSCodeType" use="required">
   
<xs:annotation>
     
<xs:documentation>Tipo de la categoria HCEV, ej: PS.HTL.RTT.KEY (LLAVES)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Code" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Codigo de la categoria: PS.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

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

attribute Rating/@Code
type xs:string
properties
isRef 0
use required
annotation
documentation
Codigo de la categoria: PS.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)
source <xs:attribute name="Code" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Codigo de la categoria: PS.THL.RTN.4SL (CUATRO ESTRELLAS DE LUJO)</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Rating/Value
diagram pscev_p671.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="Value" 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>

element Rating/Description
diagram pscev_p672.png
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Descripcion de la categoria: Agroturismo de lujo
source <xs:element name="Description" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Descripcion de la categoria: Agroturismo de lujo</xs:documentation>
 
</xs:annotation>
</xs:element>


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