<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-gYearMonth-enumeration-1-NS"
        targetNamespace="NISTSchema-gYearMonth-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-gYearMonth-enumeration-1.xsd
      This schema specifies a datatype, NISTSchema-gYearMonth-enumeration-1,
      which is derived by restriction of built-in type gYearMonth
      by facet enumeration with values of:
          2023-10
          2022-09
          2007-06
          1973-04
          1987-10
          2001-07
          2029-07
          2014-12
          2003-11
          1995-03
          2021-05
          2009-11
          1986-04
          2024-04
          2013-10
          1973-05
    </documentation>
  </annotation>

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

  <simpleType name="NISTSchema-gYearMonth-enumeration-1-Type">
    <restriction base="gYearMonth">
          <enumeration value="2023-10"/>
          <enumeration value="2022-09"/>
          <enumeration value="2007-06"/>
          <enumeration value="1973-04"/>
          <enumeration value="1987-10"/>
          <enumeration value="2001-07"/>
          <enumeration value="2029-07"/>
          <enumeration value="2014-12"/>
          <enumeration value="2003-11"/>
          <enumeration value="1995-03"/>
          <enumeration value="2021-05"/>
          <enumeration value="2009-11"/>
          <enumeration value="1986-04"/>
          <enumeration value="2024-04"/>
          <enumeration value="2013-10"/>
          <enumeration value="1973-05"/>
    </restriction>
  </simpleType>

</schema>
