<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-int-enumeration-2-NS"
        targetNamespace="NISTSchema-int-enumeration-2-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-enumeration-2.xsd
      This schema specifies a datatype, NISTSchema-int-enumeration-2,
      which is derived by restriction of built-in type int
      by facet enumeration with values of:
          93
          -6
          -538515139
          94701
          610936
          -25866331
          -82142
          6891
    </documentation>
  </annotation>

  <element name="NISTSchema-int-enumeration-2" type="nist:NISTSchema-int-enumeration-2-Type"/>

  <simpleType name="NISTSchema-int-enumeration-2-Type">
    <restriction base="int">
          <enumeration value="93"/>
          <enumeration value="-6"/>
          <enumeration value="-538515139"/>
          <enumeration value="94701"/>
          <enumeration value="610936"/>
          <enumeration value="-25866331"/>
          <enumeration value="-82142"/>
          <enumeration value="6891"/>
    </restriction>
  </simpleType>

</schema>
