<?xml version="1.0" encoding="UTF-8"?>
<tbody>
  <tr>
    <th>Id</th>
    <th>Assertion</th>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-AnySchema"/>
    </td>
    <td>MUST be able to consume any valid <bibref ref="XMLSchema"/> Document.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-ConsumeInvalidAllowed"/>
    </td>
    <td>MAY consume Well-formed <bibref ref="XML"/> instance documents which do not satisfy local-schema validity against the originating <bibref ref="XMLSchema"/> Document.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-ConsumeXML"/>
    </td>
    <td>MUST be able to consume any Well-formed <bibref ref="XML"/> Document which satisfies local-schema validity against the originating <bibref ref="XMLSchema"/> Document exposing all of the <bibref ref="XML"/> element node and attribute node content in the data model.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-DataModel"/>
    </td>
    <td>MUST produce a data model exposing all of the <bibref ref="XML"/> element node and attribute node content described by the originating <bibref ref="XMLSchema"/> Document.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-ProduceInvalidAllowed"/>
    </td>
    <td>MAY allow the production of Well-formed <bibref ref="XML"/> instance documents containing values exposed in the data model which do not satisfy local-schema validity against the originating <bibref ref="XMLSchema"/> Document.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-ProduceXML"/>
    </td>
    <td>MUST be able to produce Well-formed <bibref ref="XML"/> instance documents which satisfy local-schema validity against the originating <bibref ref="XMLSchema"/> Document containing values exposed in the data model.</td>
  </tr>
  <tr>
    <td>
      <assert-summary ref="assert-SchemaValid"/>
    </td>
    <td>MUST be able to process any <bibref ref="XMLSchema"/> Document conforming to this specification</td>
  </tr>
</tbody>

