<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-date-minInclusive-4-NS"
        targetNamespace="NISTSchema-date-minInclusive-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-date-minInclusive-4.xsd
      This schema specifies a datatype, NISTSchema-date-minInclusive-4,
      which is derived by restriction of built-in type date
      by facet minInclusive with a value of: 1997-02-26
    </documentation>
  </annotation>

  <element name="NISTSchema-date-minInclusive-4" type="nist:NISTSchema-date-minInclusive-4-Type"/>

  <simpleType name="NISTSchema-date-minInclusive-4-Type">
    <restriction base="date">
      <minInclusive value="1997-02-26"/>
    </restriction>
  </simpleType>

</schema>
