complexType RatePrice
diagram pscev_p655.png
type extension of xs:decimal
properties
base xs:decimal
attributes
Name  Type  Use  Default  Fixed  annotation
RatePriceTypePSCodeTyperequired      
CurrencyCodeCurrencyCoderequired      
UnitOfTimeCodexs:string      
documentation
Puede ser por noche (valor por defecto de PS - si no se incluye el atributo se
                            asume que es por noche) o total de la estadia
                       
source <xs:complexType name="RatePrice">
 
<xs:simpleContent>
   
<xs:extension base="xs:decimal">
     
<xs:attribute name="RatePriceType" type="PSCodeType" use="required"/>
     
<xs:attribute name="CurrencyCode" type="CurrencyCode" use="required"/>
     
<xs:attribute name="UnitOfTimeCode" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Puede ser por noche (valor por defecto de PS - si no se incluye el atributo se
                            asume que es por noche) o total de la estadia
                       
</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute RatePrice/@RatePriceType
type PSCodeType
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
source <xs:attribute name="RatePriceType" type="PSCodeType" use="required"/>

attribute RatePrice/@CurrencyCode
type CurrencyCode
properties
isRef 0
use required
facets
Kind Value annotation 
minLength 
maxLength 
source <xs:attribute name="CurrencyCode" type="CurrencyCode" use="required"/>

attribute RatePrice/@UnitOfTimeCode
type xs:string
properties
isRef 0
annotation
documentation
Puede ser por noche (valor por defecto de PS - si no se incluye el atributo se
                            asume que es por noche) o total de la estadia
                       
source <xs:attribute name="UnitOfTimeCode" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Puede ser por noche (valor por defecto de PS - si no se incluye el atributo se
                            asume que es por noche) o total de la estadia
                       
</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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