blob: 4dbedc6e58fd615301c15334aa302fd7755f2843 [file] [log] [blame]
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:nist="NISTSchema-SV-II-list-short-length-4-NS"
targetNamespace="NISTSchema-SV-II-list-short-length-4-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-II-list-short-length-4.xsd
This schema specifies a datatype, NISTSchema-SV-II-list-short-length-4,
which is derived by restriction of a list with item type short
by facet length with a value of: 8
This schema is intended to be valid with
regard to the schema for schemas.
</documentation>
</annotation>
<element name="NISTSchema-SV-II-list-short-length-4" type="nist:NISTSchema-SV-II-list-short-length-4-Type"/>
<simpleType name="listOfshort">
<list itemType="short"/>
</simpleType>
<simpleType name="NISTSchema-SV-II-list-short-length-4-Type">
<restriction base="nist:listOfshort">
<length value="8"/>
</restriction>
</simpleType>
</schema>