<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-int-minInclusive-5-NS"
        targetNamespace="NISTSchema-int-minInclusive-5-NS">

  <annotation>
    <documentation>
      The National Institute of Standards and Technology.
      Conformance test for W3C XML Schema Part 2: Datatypes.
      (See http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/)
      Created Sep 24, 2001.

      File: NISTSchema-int-minInclusive-5.xsd
      This schema specifies a datatype, NISTSchema-int-minInclusive-5,
      which is derived by restriction of built-in type int
      by facet minInclusive with a value of: 2147483647
    </documentation>
  </annotation>

  <element name="NISTSchema-int-minInclusive-5" type="nist:NISTSchema-int-minInclusive-5-Type"/>

  <simpleType name="NISTSchema-int-minInclusive-5-Type">
    <restriction base="int">
      <minInclusive value="2147483647"/>
    </restriction>
  </simpleType>

</schema>
