Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > b3bdfe6d859a3d6920ff2c44b38e9a6f > files > 136

saxon-manual-9.4.0.9-2.mga7.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="../../make-menu.xsl" type="text/xsl"?><html>
   <head>
      <this-is section="configuration" page="configuration-file" subpage="config-xsd"/>
      <!--
           Generated at 2011-12-09T20:47:22.916Z--><title>Saxonica: XSLT and XQuery Processing: The &lt;xsd&gt; element</title>
      <meta name="coverage" content="Worldwide"/>
      <meta name="copyright" content="Copyright Saxonica Ltd"/>
      <meta name="title" content="Saxonica: XSLT and XQuery Processing: The &lt;xsd&gt; element"/>
      <meta name="robots" content="noindex,nofollow"/>
      <link rel="stylesheet" href="../../saxondocs.css" type="text/css"/>
   </head>
   <body class="main">
      <h1>The &lt;xsd&gt; element</h1>
      <p>The <code>xsd</code> element of the configuration file contains properties defining
how schema documents are compiled by Saxon. </p>
      <table>
         <thead>
            <tr>
               <td content="para">
                  <p>
                     <b>Attribute</b>
                  </p>
               </td>
               <td content="para">
                  <p>
                     <b>Values</b>
                  </p>
               </td>
               <td content="para">
                  <p>
                     <b>Effect</b>
                  </p>
               </td>
            </tr>
         </thead>
         <tbody>
            <tr>
               <td content="para">
                  <p>occurrenceLimits</p>
               </td>
               <td content="para">
                  <p>MMM,NNN</p>
               </td>
               <td content="para">
                  <p>Two integers, comma-separated. Controls the limits applied to minOccurs and maxOccurs
      values in XSD content models.</p>
               </td>
            </tr>
            <tr>
               <td content="para">
                  <p>schemaUriResolver</p>
               </td>
               <td content="para">
                  <p>Class implementing the Saxon SchemaURIResolver interface</p>
               </td>
               <td content="para">
                  <p>Controls the handling of URIs in <code>xs:include</code>, <code>xs:import</code> etc. declarations,
      and also in <code>xsi:schemaLocation</code>
                  </p>
               </td>
            </tr>
            <tr>
               <td content="para">
                  <p>useXsiSchemaLocation</p>
               </td>
               <td content="para">
                  <p>true|false</p>
               </td>
               <td content="para">
                  <p>Indicates whether the schema processor takes account of <code>xsi:schemaLocation</code> and
      <code>xsi:noNamespaceSchemaLocation</code> attributes appearing in the instance document</p>
               </td>
            </tr>
            <tr>
               <td content="para">
                  <p>version</p>
               </td>
               <td content="para">
                  <p>1.0|1.1</p>
               </td>
               <td content="para">
                  <p>Inidcates whether XSD 1.1 syntax is accepted</p>
               </td>
            </tr>
         </tbody>
      </table>
      <table width="100%">
         <tr>
            <td>
               <p align="right"><a class="nav" href="config-resources.xml">Next</a></p>
            </td>
         </tr>
      </table>
   </body>
</html>