blob: fcca84059b2f2c87baf3958cd727227765e02c18 [file] [log] [blame]
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="NISTSchema-SV-II-atomic-normalizedString-length-1-NS"
targetNamespace="NISTSchema-SV-II-atomic-normalizedString-length-1-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-normalizedString-length-1.xsd
This schema specifies a datatype, NISTSchema-SV-II-atomic-normalizedString-length-1,
which is derived by restriction of built-in type normalizedString
by facet length with a value of: 0
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-normalizedString-length-1" type="NISTSchema-SV-II-atomic-normalizedString-length-1-Type"/>
<xs:simpleType name="NISTSchema-SV-II-atomic-normalizedString-length-1-Type">
<xs:restriction base="xs:normalizedString">
<xs:length value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>