docbook:info

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
annotations optional
arch optional
audience optional
condition optional
conformance optional
dir restriction of xs:token optional
os optional
remap optional
revision optional
revisionflag restriction of xs:token optional
role optional
security optional
userlevel optional
vendor optional
version optional
wordsize optional
xml:base xs:anyURI optional
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
xml:id xs:ID optional
See http://www.w3.org/TR/xml-id/ for
information about this attribute.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
xreflabel optional

Used By

Elements docbook:abstract, docbook:acknowledgements, docbook:annotation, docbook:appendix, docbook:article, docbook:audiodata, docbook:audioobject, docbook:bibliodiv, docbook:bibliography, docbook:bibliolist, docbook:blockquote, docbook:book, docbook:calloutlist, docbook:caution, docbook:chapter, docbook:classsynopsisinfo, docbook:cmdsynopsis, docbook:colophon, docbook:constraintdef, docbook:dedication, docbook:epigraph, docbook:equation, docbook:example, docbook:figure, docbook:formalpara, docbook:funcsynopsis, docbook:funcsynopsisinfo, docbook:glossary, docbook:glossdiv, docbook:glosslist, docbook:imagedata, docbook:imageobject, docbook:imageobjectco, docbook:important, docbook:index, docbook:indexdiv, docbook:informalequation, docbook:informalexample, docbook:informalfigure, docbook:informaltable, docbook:inlinemediaobject, docbook:itemizedlist, docbook:legalnotice, docbook:literallayout, docbook:mediaobject, docbook:msg, docbook:msgexplan, docbook:msgmain, docbook:msgrel, docbook:msgset, docbook:msgsub, docbook:note, docbook:orderedlist, docbook:para, docbook:part, docbook:partintro, docbook:personblurb, docbook:preface, docbook:procedure, docbook:productionset, docbook:programlisting, docbook:programlistingco, docbook:qandadiv, docbook:qandaentry, docbook:qandaset, docbook:refentry, docbook:reference, docbook:refsect1, docbook:refsect2, docbook:refsect3, docbook:refsection, docbook:refsynopsisdiv, docbook:revhistory, docbook:screen, docbook:screenco, docbook:screenshot, docbook:sect1, docbook:sect2, docbook:sect3, docbook:sect4, docbook:sect5, docbook:section, docbook:segmentedlist, docbook:set, docbook:setindex, docbook:sidebar, docbook:simpara, docbook:simplesect, docbook:step, docbook:stepalternatives, docbook:synopsis, docbook:table, docbook:task, docbook:taskprerequisites, docbook:taskrelated, docbook:tasksummary, docbook:textdata, docbook:textobject, docbook:tip, docbook:toc, docbook:tocdiv, docbook:variablelist, docbook:videodata, docbook:videoobject, docbook:warning

Source

<xs:element name="info">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="docbook:title"/>
        <xs:element ref="docbook:titleabbrev"/>
        <xs:element ref="docbook:subtitle"/>
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="docbook:abstract"/>
        <xs:element ref="docbook:address"/>
        <xs:element ref="docbook:artpagenums"/>
        <xs:element ref="docbook:author"/>
        <xs:element ref="docbook:authorgroup"/>
        <xs:element ref="docbook:authorinitials"/>
        <xs:element ref="docbook:bibliocoverage"/>
        <xs:element ref="docbook:biblioid"/>
        <xs:element ref="docbook:bibliosource"/>
        <xs:element ref="docbook:collab"/>
        <xs:element ref="docbook:confgroup"/>
        <xs:element ref="docbook:contractsponsor"/>
        <xs:element ref="docbook:contractnum"/>
        <xs:element ref="docbook:copyright"/>
        <xs:element ref="docbook:cover"/>
        <xs:element ref="docbook:date"/>
        <xs:element ref="docbook:edition"/>
        <xs:element ref="docbook:editor"/>
        <xs:element ref="docbook:issuenum"/>
        <xs:element ref="docbook:keywordset"/>
        <xs:element ref="docbook:legalnotice"/>
        <xs:element ref="docbook:mediaobject"/>
        <xs:element ref="docbook:org"/>
        <xs:element ref="docbook:orgname"/>
        <xs:element ref="docbook:othercredit"/>
        <xs:element ref="docbook:pagenums"/>
        <xs:element ref="docbook:printhistory"/>
        <xs:element ref="docbook:pubdate"/>
        <xs:element ref="docbook:publisher"/>
        <xs:element ref="docbook:publishername"/>
        <xs:element ref="docbook:releaseinfo"/>
        <xs:element ref="docbook:revhistory"/>
        <xs:element ref="docbook:seriesvolnums"/>
        <xs:element ref="docbook:subjectset"/>
        <xs:element ref="docbook:volumenum"/>
        <xs:element ref="docbook:annotation"/>
        <xs:element ref="docbook:extendedlink"/>
        <xs:element ref="docbook:bibliomisc"/>
        <xs:element ref="docbook:bibliomset"/>
        <xs:element ref="docbook:bibliorelation"/>
        <xs:element ref="docbook:biblioset"/>
        <xs:element ref="docbook:itermset"/>
        <xs:element ref="docbook:productname"/>
        <xs:element ref="docbook:productnumber"/>
      </xs:choice>
    </xs:choice>
    <xs:attribute name="role"/>
    <xs:attributeGroup ref="docbook:db.common.attributes"/>
  </xs:complexType>
</xs:element>

Sample

< info xmlns = "http://docbook.org/ns/docbook" >

< title>

DocBook V5.0

</ title>

< subtitle>

The Transition Guide

</ subtitle>

< authorgroup>

< author>

< personname>

Jirka Kosek

</ personname>

< email>

jirka@kosek.cz

</ email>

</ author>

< author>

< personname>

Norman Walsh

</ personname>

< email>

ndw@nwalsh.com