complexType RatePriceType
diagram pscev_p658.png
type extension of xs:decimal
properties
base xs:decimal
used by
elements RateType/RatePrices/RatePrice RatePrices/RatePrice AvailabilityRateType/RatePrices/RatePrice
attributes
Name  Type  Use  Default  Fixed  annotation
TypePSCodeTyperequired      
Currencyxs:stringrequired      
source <xs:complexType name="RatePriceType">
 
<xs:simpleContent>
   
<xs:extension base="xs:decimal">
     
<xs:attribute name="Type" type="PSCodeType" use="required"/>
     
<xs:attribute name="Currency" type="xs:string" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

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

attribute RatePriceType/@Currency
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Currency" type="xs:string" use="required"/>


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