<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-gYearMonth-enumeration-2-NS"
        targetNamespace="NISTSchema-gYearMonth-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-gYearMonth-enumeration-2.xsd
      This schema specifies a datatype, NISTSchema-gYearMonth-enumeration-2,
      which is derived by restriction of built-in type gYearMonth
      by facet enumeration with values of:
          2025-03
          1989-07
          2001-12
          2025-08
          1990-10
          2016-06
          2018-09
          2000-08
          2008-10
    </documentation>
  </annotation>

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

  <simpleType name="NISTSchema-gYearMonth-enumeration-2-Type">
    <restriction base="gYearMonth">
          <enumeration value="2025-03"/>
          <enumeration value="1989-07"/>
          <enumeration value="2001-12"/>
          <enumeration value="2025-08"/>
          <enumeration value="1990-10"/>
          <enumeration value="2016-06"/>
          <enumeration value="2018-09"/>
          <enumeration value="2000-08"/>
          <enumeration value="2008-10"/>
    </restriction>
  </simpleType>

</schema>
