blob: 2aa5988355fcf3b1499ba95096442515c3814210 [file] [log] [blame]
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="NISTSchema-SV-II-atomic-gYearMonth-pattern-4-NS"
targetNamespace="NISTSchema-SV-II-atomic-gYearMonth-pattern-4-NS">
<xs:annotation>
<xs:documentation>
The National Institute of Standards and Technology.
Conformance test for W3C XML Schema Part 2: Datatypes.
Created Jan 13, 2004.
File: NISTSchema-SV-II-atomic-gYearMonth-pattern-4.xsd
This schema specifies a datatype, NISTSchema-SV-II-atomic-gYearMonth-pattern-4,
which is derived by restriction of built-in type gYearMonth
by facet pattern with a value of: \d\d54-0\d
This schema is intended to be valid with
regard to the schema for schemas.
</xs:documentation>
</xs:annotation>
<xs:element name="NISTSchema-SV-II-atomic-gYearMonth-pattern-4" type="NISTSchema-SV-II-atomic-gYearMonth-pattern-4-Type"/>
<xs:simpleType name="NISTSchema-SV-II-atomic-gYearMonth-pattern-4-Type">
<xs:restriction base="xs:gYearMonth">
<xs:pattern value="\d\d54-0\d"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>