<index/>

index - liste de concepts, avec liens
dbk:index<1> tei:index<2>

Exemple 1.
<index>
<term>
<primary id="12">Document structuré</primary>
<secondary id="121">XML</secondary>
<tertiary id="1211">DTD</tertiary>
<tertiary id="1212">Schéma</tertiary>
<see uri="#125">W3C</see>
<seealso uri="#135">SGML</seealso>
</term>
<term id="135">
<primary>SGML</primary>
</term>
</index>

Parents<^>

book, description ;

Frères<^>

%Block, %Navigation ; article, chapter, colophon, contents, index, info, part, section, title ;

Enfants<^>

(info?, title?, %Block*, (part-index* | term+))

Attributs<^>

  • @id="xs:ID"
  • @code="xs:string"
  • @audience="xs:string"
  • @css="xs:string"
  • @class="xs:string"
  • @remap="xs:string"
  • @uri="xs:anyURI"
  • @lang="xs:string"
  • @value="xs:string"
  • @role="xs:string"
  • @scheme="xs:string"
  • Source<^>

    <xs:element name="index" type="index"/>
    <xs:complexType name="index">
    <xs:sequence>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element minOccurs="0" ref="title"/>
    <xs:group maxOccurs="unbounded" minOccurs="0" ref="Block"/>
    <xs:choice>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="part">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" ref="info"/>
    <xs:element ref="title"/>
    <xs:element maxOccurs="unbounded" ref="term"/>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>
    </xs:element>
    <xs:element maxOccurs="unbounded" ref="term"/>
    </xs:choice>
    <!--<xs:element ref="term" maxOccurs="unbounded"/>-->
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.docbook.org/tdg/en/html/index.html

    <2> http://www.tei-c.org/P4X/ref-INDEX.html