<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-token-enumeration-1-NS"
        targetNamespace="NISTSchema-token-enumeration-1-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-token-enumeration-1.xsd
      This schema specifies a datatype, NISTSchema-token-enumeration-1,
      which is derived by restriction of built-in type token
      by facet enumeration with values of:
          to
          for
          a
          wireless
          these
          industry
          both
          XML
          commerce
          available
          robust
          of
          choices
    </documentation>
  </annotation>

  <element name="NISTSchema-token-enumeration-1" type="nist:NISTSchema-token-enumeration-1-Type"/>

  <simpleType name="NISTSchema-token-enumeration-1-Type">
    <restriction base="token">
          <enumeration value="to"/>
          <enumeration value="for"/>
          <enumeration value="a"/>
          <enumeration value="wireless"/>
          <enumeration value="these"/>
          <enumeration value="industry"/>
          <enumeration value="both"/>
          <enumeration value="XML"/>
          <enumeration value="commerce"/>
          <enumeration value="available"/>
          <enumeration value="robust"/>
          <enumeration value="of"/>
          <enumeration value="choices"/>
    </restriction>
  </simpleType>

</schema>
