positiveInt

The positiveInt type defines an integer value greater than 1.

Example:

<paymentMethodID>2</paymentMethodID>

XML Schema:

<s:simpleType name="positiveInt">
  <s:restriction base="s:int">
    <s:minInclusive value="1"/>
  </s:restriction>
</s:simpleType>