class

Attribute Information

Used By

Source

<xs:attribute name="class">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="daemon"/>
      <xs:enumeration value="domainname"/>
      <xs:enumeration value="etheraddress"/>
      <xs:enumeration value="event"/>
      <xs:enumeration value="eventhandler"/>
      <xs:enumeration value="filesystem"/>
      <xs:enumeration value="fqdomainname"/>
      <xs:enumeration value="groupname"/>
      <xs:enumeration value="ipaddress"/>
      <xs:enumeration value="library"/>
      <xs:enumeration value="macro"/>
      <xs:enumeration value="netmask"/>
      <xs:enumeration value="newsgroup"/>
      <xs:enumeration value="osname"/>
      <xs:enumeration value="process"/>
      <xs:enumeration value="protocol"/>
      <xs:enumeration value="resource"/>
      <xs:enumeration value="server"/>
      <xs:enumeration value="service"/>
      <xs:enumeration value="systemname"/>
      <xs:enumeration value="username"/>
    </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>