<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:nist="NISTSchema-normalizedString-pattern-5-NS"
        targetNamespace="NISTSchema-normalizedString-pattern-5-NS">

  <annotation>
    <documentation>
      The National Institute of Standards and Technology.
      Conformance test for W3C XML Schema Part 2: Datatypes.
      (See http://www.w3.org/TR/2001/PR-xmlschema-2-20010330/)
      Created Sep 24, 2001.

      File: NISTSchema-normalizedString-pattern-5.xsd
      This schema specifies a datatype, NISTSchema-normalizedString-pattern-5,
      which is derived by restriction of built-in type normalizedString
      by facet pattern with a value of: \d{1,5}\s([A-Z][a-z]{1,20}\s){5}Street\s([A-Z][a-z]{1,20}\s){2},\s[A-Z]{2}\s16318
    </documentation>
  </annotation>

  <element name="NISTSchema-normalizedString-pattern-5" type="nist:NISTSchema-normalizedString-pattern-5-Type"/>

  <simpleType name="NISTSchema-normalizedString-pattern-5-Type">
    <restriction base="normalizedString">
      <pattern value="\d{1,5}\s([A-Z][a-z]{1,20}\s){5}Street\s([A-Z][a-z]{1,20}\s){2},\s[A-Z]{2}\s16318"/>
    </restriction>
  </simpleType>

</schema>
