blob: 230ea919f613950b9b53dcb2d8d8b0bfdcec9883 [file] [log] [blame]
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="NISTSchema-SV-IV-atomic-token-pattern-2-NS"
targetNamespace="NISTSchema-SV-IV-atomic-token-pattern-2-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-IV-atomic-token-pattern-2.xsd
This schema specifies a datatype, NISTSchema-SV-IV-atomic-token-pattern-2,
which is derived by restriction of built-in type token
by facet pattern with a value of: \d{1,5}\s([A-Z][a-z]{1,20}\s){4}Street\s([A-Z][a-z]{1,20}\s){3},\s[A-Z]{2}\s19851-1515
This schema is intended to be valid with
regard to the schema for schemas.
</xs:documentation>
</xs:annotation>
<xs:element name="NISTSchema-SV-IV-atomic-token-pattern-2" type="NISTSchema-SV-IV-atomic-token-pattern-2-Type"/>
<xs:simpleType name="NISTSchema-SV-IV-atomic-token-pattern-2-Type">
<xs:restriction base="xs:token">
<xs:pattern value="\d{1,5}\s([A-Z][a-z]{1,20}\s){4}Street\s([A-Z][a-z]{1,20}\s){3},\s[A-Z]{2}\s19851-1515"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>