blob: 9b052a2e76e9a974b11ff94e9d9325066b509efc (
plain)
1
2
3
4
5
6
7
8
|
<simpleType name="PercentType">
<annotation>
<documentation>Values of this type are any integers between 0 and 100, inclusive.</documentation>
</annotation>
<restriction base="xs:nonNegativeInteger">
<maxInclusive value="100" />
</restriction>
</simpleType>
|