<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang=
"en-US">
<head>
<title>Basic XML Schema Patterns for Databinding Version
1.0 *test*</title>

<style type="text/css">
/*<![CDATA[*/
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }

dt.label       { display: run-in; }

li, p           { margin-top: 0.3em;
                 margin-bottom: 0.3em; }

.diff-chg       { background-color: yellow; }
.diff-del       { background-color: red; text-decoration: line-through;}
.diff-add       { background-color: lime; }

table          { empty-cells: show; }

table caption {
        font-weight: normal;
        font-style: italic;
        text-align: left;
        margin-bottom: .5em;
}

div.issue {
  color: red;
}

div.exampleInner pre { margin-left: 1em;
                       margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
                  margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
                   border-top-width: 4px;
                   border-top-style: double;
                   border-top-color: #d3d3d3;
                   border-bottom-width: 4px;
                   border-bottom-style: double;
                   border-bottom-color: #d3d3d3;
                   padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
                    margin: 4px}

p { clear: both }

th
{ 
    color: #000000; 
    background-color: #CCCC99; 
}

span.test-assertion 
{ 
    background-color: #FFC0CB; 
}

span.test-assertion-tr:hover 
{
    background-color: #FFC0CB;
}

.prefix 
{ 
    float:left; width: 15%;
    background: yellow;
    color: black;
    border: solid black thin; 
    padding: .1em;
    margin-left: 0%;
    margin-right: 2%;
}

div.xpath 
{ 
    text-align: center;
    background-color: #FFCC88;
    border-top-width: 4px;
    border-top-style: double;
    border-top-color: #FFEECC;
    border-bottom-width: 4px;
    border-bottom-style: double;
    border-bottom-color: #FFEECC;
    padding: 8px; 
    margin: 0em
}

pre em      
{
    font-style: italic;
    font-weight: bold;
}
/*]]>*/
</style>
<link rel="stylesheet" type="text/css" href=
"http://www.w3.org/StyleSheets/TR/base.css" />
</head>
<body>
<div class="div1">
<h2><a name="schemasummary" id="schemasummary"></a>F. Supported XML
Schema elements, attributes and simple types (Non-Normative)</h2>
<p>This section lists all the elements, attributes and simple types
defined by the XML Schema specifications and indicates if it is
referenced from one of the patterns.</p>
<table id="schema_elements">
<caption>List of supported and non-supported schema
elements</caption>
<thead>
<tr>
<th>Element</th>
<th>Patterns</th>
</tr>
</thead>
<tbody>
<tr id="xsd_element_schema">
<th>xs:schema</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a></td>
</tr>
<tr id="xsd_element_group">
<th>xs:group</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_element">
<th>xs:element</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotNillableElement">NotNillableElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSequenceElement">SequenceSequenceElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a></td>
</tr>
<tr id="xsd_element_group">
<th>xs:group</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_element">
<th>xs:element</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotNillableElement">NotNillableElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSequenceElement">SequenceSequenceElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a></td>
</tr>
<tr id="xsd_element_group">
<th>xs:group</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_attribute">
<th>xs:attribute</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFormUnqualified">AttributeFormUnqualified</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeOptional">AttributeOptional</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeRequired">AttributeRequired</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFixed">AttributeFixed</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringAttribute">StringAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanAttribute">BooleanAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalAttribute">DecimalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatAttribute">FloatAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleAttribute">DoubleAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeAttribute">DateTimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeAttribute">TimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateAttribute">DateAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthAttribute">GYearMonthAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearAttribute">GYearAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayAttribute">GMonthDayAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryAttribute">Base64BinaryAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIAttribute">AnyURIAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameAttribute">QNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringAttribute">NormalizedStringAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenAttribute">TokenAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageAttribute">LanguageAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENAttribute">NMTOKENAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSAttribute">NMTOKENSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameAttribute">NameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameAttribute">NCNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDAttribute">IDAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFAttribute">IDREFAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSAttribute">IDREFSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYAttribute">ENTITYAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESAttribute">ENTITIESAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerAttribute">IntegerAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerAttribute">NonPositiveIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerAttribute">NegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongAttribute">LongAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntAttribute">IntAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortAttribute">ShortAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteAttribute">ByteAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerAttribute">NonNegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongAttribute">UnsignedLongAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntAttribute">UnsignedIntAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortAttribute">UnsignedShortAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteAttribute">UnsignedByteAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerAttribute">PositiveIntegerAttribute</a></td>
</tr>
<tr id="xsd_element_attributeGroup">
<th>xs:attributeGroup</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_anyAttribute">
<th>xs:anyAttribute</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_complexContent">
<th>xs:complexContent</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_restriction">
<th>xs:restriction</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_extension">
<th>xs:extension</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_simpleContent">
<th>xs:simpleContent</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_restriction">
<th>xs:restriction</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_extension">
<th>xs:extension</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_complexType">
<th>xs:complexType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_complexType">
<th>xs:complexType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_complexType">
<th>xs:complexType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_complexType">
<th>xs:complexType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_element">
<th>xs:element</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotNillableElement">NotNillableElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSequenceElement">SequenceSequenceElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a></td>
</tr>
<tr id="xsd_element_all">
<th>xs:all</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_choice">
<th>xs:choice</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_sequence">
<th>xs:sequence</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSequenceElement">SequenceSequenceElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_element_element">
<th>xs:element</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotNillableElement">NotNillableElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSequenceElement">SequenceSequenceElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_complexType">
<th>xs:complexType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LocalElementComplexType">LocalElementComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_element_all">
<th>xs:all</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_choice">
<th>xs:choice</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_sequence">
<th>xs:sequence</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSequenceElement">SequenceSequenceElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_element_group">
<th>xs:group</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_any">
<th>xs:any</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIAttribute">AnyURIAttribute</a></td>
</tr>
<tr id="xsd_element_attribute">
<th>xs:attribute</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFormUnqualified">AttributeFormUnqualified</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeOptional">AttributeOptional</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeRequired">AttributeRequired</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFixed">AttributeFixed</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringAttribute">StringAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanAttribute">BooleanAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalAttribute">DecimalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatAttribute">FloatAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleAttribute">DoubleAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeAttribute">DateTimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeAttribute">TimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateAttribute">DateAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthAttribute">GYearMonthAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearAttribute">GYearAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayAttribute">GMonthDayAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryAttribute">Base64BinaryAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIAttribute">AnyURIAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameAttribute">QNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringAttribute">NormalizedStringAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenAttribute">TokenAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageAttribute">LanguageAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENAttribute">NMTOKENAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSAttribute">NMTOKENSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameAttribute">NameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameAttribute">NCNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDAttribute">IDAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFAttribute">IDREFAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSAttribute">IDREFSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYAttribute">ENTITYAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESAttribute">ENTITIESAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerAttribute">IntegerAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerAttribute">NonPositiveIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerAttribute">NegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongAttribute">LongAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntAttribute">IntAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortAttribute">ShortAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteAttribute">ByteAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerAttribute">NonNegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongAttribute">UnsignedLongAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntAttribute">UnsignedIntAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortAttribute">UnsignedShortAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteAttribute">UnsignedByteAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerAttribute">PositiveIntegerAttribute</a></td>
</tr>
<tr id="xsd_element_attributeGroup">
<th>xs:attributeGroup</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_include">
<th>xs:include</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Include">Include</a></td>
</tr>
<tr id="xsd_element_redefine">
<th>xs:redefine</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_import">
<th>xs:import</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a></td>
</tr>
<tr id="xsd_element_selector">
<th>xs:selector</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_field">
<th>xs:field</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_unique">
<th>xs:unique</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_key">
<th>xs:key</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_keyref">
<th>xs:keyref</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_notation">
<th>xs:notation</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_appinfo">
<th>xs:appinfo</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_documentation">
<th>xs:documentation</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DocumentationElement">DocumentationElement</a></td>
</tr>
<tr id="xsd_element_annotation">
<th>xs:annotation</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DocumentationElement">DocumentationElement</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_restriction">
<th>xs:restriction</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_list">
<th>xs:list</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_union">
<th>xs:union</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_simpleType">
<th>xs:simpleType</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_minExclusive">
<th>xs:minExclusive</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_minInclusive">
<th>xs:minInclusive</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_maxExclusive">
<th>xs:maxExclusive</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_maxInclusive">
<th>xs:maxInclusive</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_totalDigits">
<th>xs:totalDigits</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_element_fractionDigits">
<th>xs:fractionDigits</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_length">
<th>xs:length</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_minLength">
<th>xs:minLength</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_maxLength">
<th>xs:maxLength</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_enumeration">
<th>xs:enumeration</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a></td>
</tr>
<tr id="xsd_element_whiteSpace">
<th>xs:whiteSpace</th>
<td>N/A</td>
</tr>
<tr id="xsd_element_pattern">
<th>xs:pattern</th>
<td>N/A</td>
</tr>
</tbody>
</table>
<table id="schema_attributes">
<caption>List of supported and non-supported schema
attributes</caption>
<thead>
<tr>
<th>Attribute</th>
<th>Patterns</th>
</tr>
</thead>
<tbody>
<tr id="xsd_attribute_id">
<th>@id</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Id">Id</a></td>
</tr>
<tr id="xsd_attribute_targetNamespace">
<th>@targetNamespace</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TargetNamespace">TargetNamespace</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a></td>
</tr>
<tr id="xsd_attribute_version">
<th>@version</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SchemaVersion">SchemaVersion</a></td>
</tr>
<tr id="xsd_attribute_finalDefault">
<th>@finalDefault</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a></td>
</tr>
<tr id="xsd_attribute_blockDefault">
<th>@blockDefault</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BlockDefault">BlockDefault</a></td>
</tr>
<tr id="xsd_attribute_attributeFormDefault">
<th>@attributeFormDefault</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnqualifiedLocalAttributes">UnqualifiedLocalAttributes</a></td>
</tr>
<tr id="xsd_attribute_elementFormDefault">
<th>@elementFormDefault</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QualifiedLocalElements">QualifiedLocalElements</a></td>
</tr>
<tr id="xsd_attribute_id">
<th>@id</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Id">Id</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_type">
<th>@type</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringAttribute">StringAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanAttribute">BooleanAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalAttribute">DecimalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatAttribute">FloatAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleAttribute">DoubleAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeAttribute">DateTimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeAttribute">TimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateAttribute">DateAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthAttribute">GYearMonthAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearAttribute">GYearAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayAttribute">GMonthDayAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryAttribute">Base64BinaryAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIAttribute">AnyURIAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameAttribute">QNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringAttribute">NormalizedStringAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenAttribute">TokenAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageAttribute">LanguageAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENAttribute">NMTOKENAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSAttribute">NMTOKENSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameAttribute">NameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameAttribute">NCNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDAttribute">IDAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFAttribute">IDREFAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSAttribute">IDREFSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYAttribute">ENTITYAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESAttribute">ENTITIESAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerAttribute">IntegerAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerAttribute">NonPositiveIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerAttribute">NegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongAttribute">LongAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntAttribute">IntAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortAttribute">ShortAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteAttribute">ByteAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerAttribute">NonNegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongAttribute">UnsignedLongAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntAttribute">UnsignedIntAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortAttribute">UnsignedShortAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteAttribute">UnsignedByteAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerAttribute">PositiveIntegerAttribute</a></td>
</tr>
<tr id="xsd_attribute_use">
<th>@use</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeOptional">AttributeOptional</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeRequired">AttributeRequired</a></td>
</tr>
<tr id="xsd_attribute_default">
<th>@default</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_fixed">
<th>@fixed</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFixed">AttributeFixed</a></td>
</tr>
<tr id="xsd_attribute_form">
<th>@form</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFormUnqualified">AttributeFormUnqualified</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_form">
<th>@form</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFormUnqualified">AttributeFormUnqualified</a></td>
</tr>
<tr id="xsd_attribute_use">
<th>@use</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeOptional">AttributeOptional</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeRequired">AttributeRequired</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_mixed">
<th>@mixed</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotMixed">NotMixed</a></td>
</tr>
<tr id="xsd_attribute_abstract">
<th>@abstract</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a></td>
</tr>
<tr id="xsd_attribute_final">
<th>@final</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a></td>
</tr>
<tr id="xsd_attribute_block">
<th>@block</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BlockDefault">BlockDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_abstract">
<th>@abstract</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a></td>
</tr>
<tr id="xsd_attribute_final">
<th>@final</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a></td>
</tr>
<tr id="xsd_attribute_block">
<th>@block</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BlockDefault">BlockDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a></td>
</tr>
<tr id="xsd_attribute_base">
<th>@base</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_base">
<th>@base</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_mixed">
<th>@mixed</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotMixed">NotMixed</a></td>
</tr>
<tr id="xsd_attribute_type">
<th>@type</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringAttribute">StringAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanAttribute">BooleanAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalAttribute">DecimalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatAttribute">FloatAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleAttribute">DoubleAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeAttribute">DateTimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeAttribute">TimeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateAttribute">DateAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthAttribute">GYearMonthAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearAttribute">GYearAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayAttribute">GMonthDayAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryAttribute">Base64BinaryAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIAttribute">AnyURIAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameAttribute">QNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringAttribute">NormalizedStringAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenAttribute">TokenAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageAttribute">LanguageAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENAttribute">NMTOKENAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSAttribute">NMTOKENSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameAttribute">NameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameAttribute">NCNameAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDAttribute">IDAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFAttribute">IDREFAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSAttribute">IDREFSAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYAttribute">ENTITYAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESAttribute">ENTITIESAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerAttribute">IntegerAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerAttribute">NonPositiveIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerAttribute">NegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongAttribute">LongAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntAttribute">IntAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortAttribute">ShortAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteAttribute">ByteAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerAttribute">NonNegativeIntegerAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongAttribute">UnsignedLongAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntAttribute">UnsignedIntAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortAttribute">UnsignedShortAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteAttribute">UnsignedByteAttribute</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerAttribute">PositiveIntegerAttribute</a></td>
</tr>
<tr id="xsd_attribute_substitutionGroup">
<th>@substitutionGroup</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_default">
<th>@default</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_fixed">
<th>@fixed</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFixed">AttributeFixed</a></td>
</tr>
<tr id="xsd_attribute_nillable">
<th>@nillable</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NotNillableElement">NotNillableElement</a></td>
</tr>
<tr id="xsd_attribute_abstract">
<th>@abstract</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a></td>
</tr>
<tr id="xsd_attribute_final">
<th>@final</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a></td>
</tr>
<tr id="xsd_attribute_block">
<th>@block</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BlockDefault">BlockDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementBlock">GlobalElementBlock</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeBlock">GlobalComplexTypeBlock</a></td>
</tr>
<tr id="xsd_attribute_form">
<th>@form</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFormUnqualified">AttributeFormUnqualified</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_form">
<th>@form</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFormQualified">ElementFormQualified</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFormUnqualified">AttributeFormUnqualified</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_substitutionGroup">
<th>@substitutionGroup</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_final">
<th>@final</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a></td>
</tr>
<tr id="xsd_attribute_abstract">
<th>@abstract</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeConcrete">ComplexTypeConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementConcrete">GlobalElementConcrete</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexTypeAbstract">GlobalComplexTypeAbstract</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_minOccurs">
<th>@minOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MinOccurs1">MinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableElement">NillableElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NillableOptionalElement">NillableOptionalElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a></td>
</tr>
<tr id="xsd_attribute_maxOccurs">
<th>@maxOccurs</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-MaxOccurs1">MaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0">ElementMinOccurs0</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1">ElementMinOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccurs1">ElementMaxOccurs1</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs0MaxOccursUnbounded">ElementMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMinOccurs1MaxOccursUnbounded">ElementMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementMaxOccursFinite">ElementMaxOccursFinite</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceSingleRepeatedElement">SequenceSingleRepeatedElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0">SequenceMinOccurs0</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1">SequenceMinOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccurs1">SequenceMaxOccurs1</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs0MaxOccursUnbounded">SequenceMinOccurs0MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMinOccurs1MaxOccursUnbounded">SequenceMinOccurs1MaxOccursUnbounded</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-SequenceMaxOccursFinite">SequenceMaxOccursFinite</a></td>
</tr>
<tr id="xsd_attribute_namespace">
<th>@namespace</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a></td>
</tr>
<tr id="xsd_attribute_processContents">
<th>@processContents</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_ref">
<th>@ref</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementReference">ElementReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeReference">AttributeReference</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_schemaLocation">
<th>@schemaLocation</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Include">Include</a></td>
</tr>
<tr id="xsd_attribute_schemaLocation">
<th>@schemaLocation</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Include">Include</a></td>
</tr>
<tr id="xsd_attribute_id">
<th>@id</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Id">Id</a></td>
</tr>
<tr id="xsd_attribute_namespace">
<th>@namespace</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a></td>
</tr>
<tr id="xsd_attribute_schemaLocation">
<th>@schemaLocation</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Include">Include</a></td>
</tr>
<tr id="xsd_attribute_xpath">
<th>@xpath</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_xpath">
<th>@xpath</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_refer">
<th>@refer</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_public">
<th>@public</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_system">
<th>@system</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_source">
<th>@source</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_source">
<th>@source</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_id">
<th>@id</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Id">Id</a></td>
</tr>
<tr id="xsd_attribute_final">
<th>@final</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_name">
<th>@name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IdentifierName">IdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonIdentifierName">NonIdentifierName</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportTypesNamespace">ImportTypesNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportNamespace">ImportNamespace</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ImportSchema">ImportSchema</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElement">GlobalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementSequence">GlobalElementSequence</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalAttribute">GlobalAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptySequence">ElementEmptySequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementEmptyComplexType">ElementEmptyComplexType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementTypeReference">ElementTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeTypeReference">AttributeTypeReference</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalSimpleType">GlobalSimpleType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalComplexType">GlobalComplexType</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttribute">ComplexTypeAttribute</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequence">ComplexTypeSequence</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_final">
<th>@final</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FinalDefault">FinalDefault</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ElementFinal">ElementFinal</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GlobalElementFinal">GlobalElementFinal</a></td>
</tr>
<tr id="xsd_attribute_base">
<th>@base</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeAttributeExtension">ComplexTypeAttributeExtension</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ComplexTypeSequenceExtension">ComplexTypeSequenceExtension</a></td>
</tr>
<tr id="xsd_attribute_itemType">
<th>@itemType</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_memberTypes">
<th>@memberTypes</th>
<td>N/A</td>
</tr>
<tr id="xsd_attribute_value">
<th>@value</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_attribute_fixed">
<th>@fixed</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFixed">AttributeFixed</a></td>
</tr>
<tr id="xsd_attribute_fixed">
<th>@fixed</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AttributeFixed">AttributeFixed</a></td>
</tr>
<tr id="xsd_attribute_value">
<th>@value</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_attribute_value">
<th>@value</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_attribute_value">
<th>@value</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
<tr id="xsd_attribute_value">
<th>@value</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a></td>
</tr>
</tbody>
</table>
<table id="schema_types">
<caption>List of supported and non-supported schema simple
types</caption>
<thead>
<tr>
<th>Simple Type</th>
<th>Patterns</th>
</tr>
</thead>
<tbody>
<tr id="xsd_simple_type_string">
<th>xs:string</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringEnumerationType">StringEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NullEnumerationType">NullEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringElement">StringElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-StringAttribute">StringAttribute</a></td>
</tr>
<tr id="xsd_simple_type_boolean">
<th>xs:boolean</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanElement">BooleanElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-BooleanAttribute">BooleanAttribute</a></td>
</tr>
<tr id="xsd_simple_type_float">
<th>xs:float</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatElement">FloatElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-FloatAttribute">FloatAttribute</a></td>
</tr>
<tr id="xsd_simple_type_double">
<th>xs:double</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleElement">DoubleElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DoubleAttribute">DoubleAttribute</a></td>
</tr>
<tr id="xsd_simple_type_decimal">
<th>xs:decimal</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalSimpleTypeTotalDigits">DecimalSimpleTypeTotalDigits</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalElement">DecimalElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DecimalAttribute">DecimalAttribute</a></td>
</tr>
<tr id="xsd_simple_type_duration">
<th>xs:duration</th>
<td>N/A</td>
</tr>
<tr id="xsd_simple_type_dateTime">
<th>xs:dateTime</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeElement">DateTimeElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateTimeAttribute">DateTimeAttribute</a></td>
</tr>
<tr id="xsd_simple_type_time">
<th>xs:time</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeElement">TimeElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TimeAttribute">TimeAttribute</a></td>
</tr>
<tr id="xsd_simple_type_date">
<th>xs:date</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateElement">DateElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-DateAttribute">DateAttribute</a></td>
</tr>
<tr id="xsd_simple_type_gYearMonth">
<th>xs:gYearMonth</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthElement">GYearMonthElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearMonthAttribute">GYearMonthAttribute</a></td>
</tr>
<tr id="xsd_simple_type_gYear">
<th>xs:gYear</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearElement">GYearElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GYearAttribute">GYearAttribute</a></td>
</tr>
<tr id="xsd_simple_type_gMonthDay">
<th>xs:gMonthDay</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayElement">GMonthDayElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-GMonthDayAttribute">GMonthDayAttribute</a></td>
</tr>
<tr id="xsd_simple_type_gDay">
<th>xs:gDay</th>
<td>N/A</td>
</tr>
<tr id="xsd_simple_type_gMonth">
<th>xs:gMonth</th>
<td>N/A</td>
</tr>
<tr id="xsd_simple_type_hexBinary">
<th>xs:hexBinary</th>
<td>N/A</td>
</tr>
<tr id="xsd_simple_type_base64Binary">
<th>xs:base64Binary</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryElement">Base64BinaryElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-Base64BinaryAttribute">Base64BinaryAttribute</a></td>
</tr>
<tr id="xsd_simple_type_anyURI">
<th>xs:anyURI</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIElement">AnyURIElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-AnyURIAttribute">AnyURIAttribute</a></td>
</tr>
<tr id="xsd_simple_type_QName">
<th>xs:QName</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameElement">QNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-QNameAttribute">QNameAttribute</a></td>
</tr>
<tr id="xsd_simple_type_NOTATION">
<th>xs:NOTATION</th>
<td>N/A</td>
</tr>
<tr id="xsd_simple_type_normalizedString">
<th>xs:normalizedString</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringElement">NormalizedStringElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NormalizedStringAttribute">NormalizedStringAttribute</a></td>
</tr>
<tr id="xsd_simple_type_token">
<th>xs:token</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenElement">TokenElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-TokenAttribute">TokenAttribute</a></td>
</tr>
<tr id="xsd_simple_type_language">
<th>xs:language</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageElement">LanguageElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LanguageAttribute">LanguageAttribute</a></td>
</tr>
<tr id="xsd_simple_type_IDREFS">
<th>xs:IDREFS</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSElement">IDREFSElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFSAttribute">IDREFSAttribute</a></td>
</tr>
<tr id="xsd_simple_type_ENTITIES">
<th>xs:ENTITIES</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESElement">ENTITIESElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITIESAttribute">ENTITIESAttribute</a></td>
</tr>
<tr id="xsd_simple_type_NMTOKEN">
<th>xs:NMTOKEN</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENEnumerationType">NMTOKENEnumerationType</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENElement">NMTOKENElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENAttribute">NMTOKENAttribute</a></td>
</tr>
<tr id="xsd_simple_type_NMTOKENS">
<th>xs:NMTOKENS</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSElement">NMTOKENSElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NMTOKENSAttribute">NMTOKENSAttribute</a></td>
</tr>
<tr id="xsd_simple_type_Name">
<th>xs:Name</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameElement">NameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NameAttribute">NameAttribute</a></td>
</tr>
<tr id="xsd_simple_type_NCName">
<th>xs:NCName</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameElement">NCNameElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NCNameAttribute">NCNameAttribute</a></td>
</tr>
<tr id="xsd_simple_type_ID">
<th>xs:ID</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDElement">IDElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDAttribute">IDAttribute</a></td>
</tr>
<tr id="xsd_simple_type_IDREF">
<th>xs:IDREF</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFElement">IDREFElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IDREFAttribute">IDREFAttribute</a></td>
</tr>
<tr id="xsd_simple_type_ENTITY">
<th>xs:ENTITY</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYElement">ENTITYElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ENTITYAttribute">ENTITYAttribute</a></td>
</tr>
<tr id="xsd_simple_type_integer">
<th>xs:integer</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerElement">IntegerElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntegerAttribute">IntegerAttribute</a></td>
</tr>
<tr id="xsd_simple_type_nonPositiveInteger">
<th>xs:nonPositiveInteger</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerElement">NonPositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonPositiveIntegerAttribute">NonPositiveIntegerAttribute</a></td>
</tr>
<tr id="xsd_simple_type_negativeInteger">
<th>xs:negativeInteger</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerElement">NegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NegativeIntegerAttribute">NegativeIntegerAttribute</a></td>
</tr>
<tr id="xsd_simple_type_long">
<th>xs:long</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongElement">LongElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-LongAttribute">LongAttribute</a></td>
</tr>
<tr id="xsd_simple_type_int">
<th>xs:int</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntElement">IntElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-IntAttribute">IntAttribute</a></td>
</tr>
<tr id="xsd_simple_type_short">
<th>xs:short</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortElement">ShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ShortAttribute">ShortAttribute</a></td>
</tr>
<tr id="xsd_simple_type_byte">
<th>xs:byte</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteElement">ByteElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-ByteAttribute">ByteAttribute</a></td>
</tr>
<tr id="xsd_simple_type_nonNegativeInteger">
<th>xs:nonNegativeInteger</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerElement">NonNegativeIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-NonNegativeIntegerAttribute">NonNegativeIntegerAttribute</a></td>
</tr>
<tr id="xsd_simple_type_unsignedLong">
<th>xs:unsignedLong</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongElement">UnsignedLongElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedLongAttribute">UnsignedLongAttribute</a></td>
</tr>
<tr id="xsd_simple_type_unsignedInt">
<th>xs:unsignedInt</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntElement">UnsignedIntElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedIntAttribute">UnsignedIntAttribute</a></td>
</tr>
<tr id="xsd_simple_type_unsignedShort">
<th>xs:unsignedShort</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortElement">UnsignedShortElement</a>, <a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedShortAttribute">UnsignedShortAttribute</a></td>
</tr>
<tr id="xsd_simple_type_unsignedByte">
<th>xs:unsignedByte</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteElement">UnsignedByteElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-UnsignedByteAttribute">UnsignedByteAttribute</a></td>
</tr>
<tr id="xsd_simple_type_positiveInteger">
<th>xs:positiveInteger</th>
<td><a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerElement">PositiveIntegerElement</a>,
<a href="http://www.w3.org/TR/2006/WD-xmlschema-patterns-20061122/#pattern-PositiveIntegerAttribute">PositiveIntegerAttribute</a></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
