Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You could use the following bindings file with the <a href="http://www.docbook.org/xml/5.0/xsd/">DocBook version 5 XML Schema</a>:</p> <p><strong>binding.xml</strong></p> <pre><code>&lt;jxb:bindings xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:jxb="http://java.sun.com/xml/ns/jaxb" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" jxb:extensionBindingPrefixes="xjc" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:docbook="http://docbook.org/ns/docbook" version="2.1"&gt; &lt;jxb:globalBindings&gt; &lt;xjc:simple /&gt; &lt;/jxb:globalBindings&gt; &lt;jxb:bindings schemaLocation="docbook.xsd"&gt; &lt;jxb:bindings node="//xs:attributeGroup[@name='db.common.attributes']/xs:attribute[@name='version']"&gt; &lt;jxb:property name="commonVersion"/&gt; &lt;/jxb:bindings&gt; &lt;jxb:bindings node="//xs:attributeGroup[@name='db.common.attributes']/xs:attribute[@name='revision']"&gt; &lt;jxb:property name="commonRevision"/&gt; &lt;/jxb:bindings&gt; &lt;jxb:bindings node="//xs:attributeGroup[@name='db.common.attributes']/xs:attribute[@ref='xml:lang']"&gt; &lt;jxb:property name="xmlLang"/&gt; &lt;/jxb:bindings&gt; &lt;jxb:bindings node="//xs:attributeGroup[@name='db.common.linking.attributes']/xs:attribute[@ref='xlink:role']"&gt; &lt;jxb:property name="xlinkRole"/&gt; &lt;/jxb:bindings&gt; &lt;jxb:bindings node="//xs:attributeGroup[@name='db.common.linking.attributes']/xs:attribute[@ref='xlink:type']"&gt; &lt;jxb:property name="xlinkType"/&gt; &lt;/jxb:bindings&gt; &lt;jxb:bindings node="//xs:attributeGroup[@name='db.common.linking.attributes']/xs:attribute[@ref='xlink:title']"&gt; &lt;jxb:property name="xlinkTitle"/&gt; &lt;/jxb:bindings&gt; &lt;jxb:bindings node="//xs:element[@name='table']/xs:complexType/xs:attribute[@name='title']"&gt; &lt;jxb:property name="titleAttribute"/&gt; &lt;/jxb:bindings&gt; &lt;/jxb:bindings&gt; &lt;/jxb:bindings&gt; </code></pre> <p>The command line to include the bindings is:</p> <pre><code>xjc -extension -d out -b binding.xml docbook.xsd </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload