blob: a8b1fb90083225aabea6496504e7369107ca4ae5 [file] [log] [blame]
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:nist="NISTSchema-SV-IV-list-gYearMonth-minLength-5-NS"
targetNamespace="NISTSchema-SV-IV-list-gYearMonth-minLength-5-NS">
<annotation>
<documentation>
The National Institute of Standards and Technology.
Conformance test for W3C XML Schema Part 2: Datatypes.
Created Jan 13, 2004.
File: NISTSchema-SV-IV-list-gYearMonth-minLength-5.xsd
This schema specifies a datatype, NISTSchema-SV-IV-list-gYearMonth-minLength-5,
which is derived by restriction of a list with item type gYearMonth
by facet minLength with a value of: 10
This schema is intended to be valid with
regard to the schema for schemas.
</documentation>
</annotation>
<element name="NISTSchema-SV-IV-list-gYearMonth-minLength-5" type="nist:NISTSchema-SV-IV-list-gYearMonth-minLength-5-Type"/>
<simpleType name="listOfgYearMonth">
<list itemType="gYearMonth"/>
</simpleType>
<simpleType name="NISTSchema-SV-IV-list-gYearMonth-minLength-5-Type">
<restriction base="nist:listOfgYearMonth">
<minLength value="10"/>
</restriction>
</simpleType>
</schema>