<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-byte-enumeration-3-NS"
        targetNamespace="NISTSchema-byte-enumeration-3-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-byte-enumeration-3.xsd
      This schema specifies a datatype, NISTSchema-byte-enumeration-3,
      which is derived by restriction of built-in type byte
      by facet enumeration with values of:
          30
          -6
          -53
          -79
          -128
          -41
          -4
          8
          -2
          -33
          -80
          3
          -6
          -92
          25
          -7
          61
          -97
    </documentation>
  </annotation>

  <element name="NISTSchema-byte-enumeration-3" type="nist:NISTSchema-byte-enumeration-3-Type"/>

  <simpleType name="NISTSchema-byte-enumeration-3-Type">
    <restriction base="byte">
          <enumeration value="30"/>
          <enumeration value="-6"/>
          <enumeration value="-53"/>
          <enumeration value="-79"/>
          <enumeration value="-128"/>
          <enumeration value="-41"/>
          <enumeration value="-4"/>
          <enumeration value="8"/>
          <enumeration value="-2"/>
          <enumeration value="-33"/>
          <enumeration value="-80"/>
          <enumeration value="3"/>
          <enumeration value="-6"/>
          <enumeration value="-92"/>
          <enumeration value="25"/>
          <enumeration value="-7"/>
          <enumeration value="61"/>
          <enumeration value="-97"/>
    </restriction>
  </simpleType>

</schema>
