<xsd:simpleType name="RatingValue">
<xsd:annotation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">RatingValue</otm:OTA2Entity>
<otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">3.5</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:decimal">
<xsd:fractionDigits value="1" />
<xsd:minInclusive value="0" />
<xsd:maxInclusive value="5" />
</xsd:restriction>
</xsd:simpleType>
|