2.3.6.1.3.2 IntNonNegative

This simple type specifies the restriction for specifying non-negative integers.

Referenced by: contentTypeSchema.SchemaForContentType@contentTypeVersion, DummyContentTypeElement.DummyContentType@index

<xsd:simpleType name="IntNonNegative">

  <xsd:restriction base="xsd:int">

    <xsd:minInclusive value="0"/>

  </xsd:restriction>

</xsd:simpleType>