<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-byte-enumeration-4-NS"
        targetNamespace="NISTSchema-byte-enumeration-4-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-4.xsd
      This schema specifies a datatype, NISTSchema-byte-enumeration-4,
      which is derived by restriction of built-in type byte
      by facet enumeration with values of:
          -128
          -5
          -5
          -24
          66
          79
          99
          127
          -50
          4
    </documentation>
  </annotation>

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

  <simpleType name="NISTSchema-byte-enumeration-4-Type">
    <restriction base="byte">
          <enumeration value="-128"/>
          <enumeration value="-5"/>
          <enumeration value="-5"/>
          <enumeration value="-24"/>
          <enumeration value="66"/>
          <enumeration value="79"/>
          <enumeration value="99"/>
          <enumeration value="127"/>
          <enumeration value="-50"/>
          <enumeration value="4"/>
    </restriction>
  </simpleType>

</schema>
