class

Attribute Information

Used By

Source

<xs:attribute name="class">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="hardware"/>
      <xs:enumeration value="software"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample

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

[...]

< author>

< personname>

Jirka Kosek

</ personname>

< email>

jirka@kosek.cz

</ email>

</ author>

< author>

< personname>

Norman Walsh

</ personname>

< email>

ndw@nwalsh.com

</ email>

< contrib>

§convert4to5, proofreading

</ contrib>

</ author>

< author>

< personname>

Dick Hamilton

</ personname>

< email>

rlhamilton@frii.com

</ email>

< contrib>

§changes-removed, customization, proofreading

</ contrib>

</ author>

< othercredit class = "other" otherclass = "contributor" >

< personname>

Michael(tm) Smith

</ personname>

< email>

smith@sideshowbarker.net

</ email>

< contrib>

§dbxsl-ns

</ contrib>

</ othercredit>

</ authorgroup>