<?xml version="1.0" encoding="UTF-8"?>
<tbody>
  <tr>
    <th>Id</th>
    <th>Assertion</th>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-AttributeElementNameClash"/>
    </td>
    <td>
	The <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a> used 
	to declare an <bibref ref="XML"/> attribute MUST NOT be used as the declared 
	 <a href="http://www.w3.org/TR/REC-xml-names/#NT-NCName">NCName</a> 
	of a child element.
	</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-BOM"/>
    </td>
    <td>MAY include the <bibref ref="Unicode"/> Byte Order Mark (<bibref ref="BOM"/>).</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-BasicPatterns"/>
    </td>
    <td>MUST only contain <bibref ref="XML"/> element nodes and attribute nodes which form a part of one or more complete patterns contained in this specification.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-CommentsAndPIs"/>
    </td>
    <td>MAY contain additional <bibref ref="XML"/> comment nodes and processing instruction nodes.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-QualifiedLocalElements"/>
    </td>
    <td>
	    An <bibref ref="XMLSchema"/> document conforming to this specification MUST namespace
	    qualify all locally declared elements using a schema element 
	    <code>elementFormDefault</code> attribute value of <code>qualified</code>.
	    </td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-SchemaElement"/>
    </td>
    <td>The <code>xs:schema</code>
	 element MAY be the document element, 
	but MAY also appear within other descriptions such as a <bibref ref="WSDL20"/> or 
	<bibref ref="WSDL11"/> document.
	</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-TargetNamespace"/>
    </td>
    <td>
	    An <bibref ref="XMLSchema"/> document conforming to this specification MUST 
	    define a <code>targetNamespace</code> whose value is an absolute URI.
	    </td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-Unicode"/>
    </td>
    <td>MUST use either the UTF-8 or UTF-16 <bibref ref="Unicode"/> encoding.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-XML10"/>
    </td>
    <td>MUST be a well-formed <bibref ref="XML"/> document</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-XMLSchema10"/>
    </td>
    <td>MUST be a 'schema
			document', as defined in <bibref ref="XMLSchema"/>, and MUST
			therefore meet the "<a id="lc-xsd-1" href="http://www.w3.org/TR/xmlschema-1/#gloss-src">Constraints on the representation of schema components	in XML</a>" provided therein.</td>
  </tr>
</tbody>

