jdftyp:Integer0To100

Simple Type Information

Used By

Source

<xs:simpleType name="Integer0To100">
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
  </xs:restriction>
</xs:simpleType>