2.2.5.7 dsc:IntOneBaseType

The dsc:IntOneBaseType type restricts the built-in type xs:int (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) to a minimum value of one.

 <xs:simpleType name="IntOneBaseType">
    <xs:restriction base="xs:int">
       <xs:minInclusive value="1"/>
    </xs:restriction>
 </xs:simpleType>