<simpleType name="Val0-100Type">
<annotation>
<documentation>Double value constrained between 0 and 100 inclusive. Used for percentages and other values that must fall within the 0-100 range.</documentation>
</annotation>
<restriction base="double">
<minInclusive value="0"/>
<maxInclusive value="100"/>
</restriction>
</simpleType>
|