<xsd:simpleType name="Percent">
<xsd:annotation>
<xsd:documentation source="Description">A decimal number that indicated percentage.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Percent</otm:OTA2Entity>
<otm:Example context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">10</otm:Example>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0.00" />
<xsd:maxInclusive value="100.00" />
</xsd:restriction>
</xsd:simpleType>
|