db:common.attributes

Attribute Group Information

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
outputformat optional
prefix optional
property optional
remap optional
resource optional
revision optional
revisionflag restriction of xs:token optional
security optional
typeof optional
userlevel optional
vendor optional
version optional
vocab xs:anyURI optional
wordsize optional
xml:base optional
xml:id xs:ID optional
xml:lang optional
xreflabel optional

Used By

Elements db:_info.title.forbidden/db:info, db:_info.title.only/db:info, db:_info.title.onlyreq/db:info, db:_info.title.req/db:info, db:_info/db:info, db:_phrase/db:phrase, db:abbrev, db:acronym, db:address, db:affiliation, db:alt, db:answer, db:appendix, db:arc, db:areaset/db:area, db:areaspec, db:arg, db:article, db:attribution, db:audiodata, db:audioobject, db:author, db:authorgroup, db:bibliodiv, db:biblioentry, db:bibliography, db:bibliolist, db:bibliomixed, db:bibliomset, db:biblioref, db:biblioset, db:blockquote, db:book, db:bridgehead, db:callout, db:calloutlist, db:chapter, db:citerefentry, db:citetitle, db:classsynopsis, db:cmdsynopsis, db:collab, db:colophon, db:colspec, db:computeroutput, db:confgroup, db:constraint, db:constructorsynopsis, db:copyright, db:coref, db:cover, db:date, db:destructorsynopsis, db:editor, db:entry, db:entrytbl, db:epigraph, db:equation, db:example, db:extendedlink, db:fieldsynopsis, db:figure, db:firstterm, db:footnote, db:footnoteref, db:foreignphrase, db:formalpara, db:funcdef, db:funcprototype, db:funcsynopsis, db:glossary, db:glossdef, db:glossdiv, db:glossentry, db:glosslist, db:glosssee, db:glossseealso, db:glossterm, db:group, db:imagedata, db:imageobject, db:imageobjectco, db:index, db:indexdiv, db:indexentry, db:indexterm, db:informalequation, db:informalexample, db:informalfigure, db:informaltable, db:initializer, db:inlineequation, db:inlinemediaobject, db:itemizedlist, db:itermset, db:keycombo, db:keyword, db:keywordset, db:lhs, db:lineannotation, db:listitem, db:literallayout, db:locator, db:mathphrase, db:mediaobject, db:member, db:menuchoice, db:methodparam, db:methodsynopsis, db:msg, db:msgentry, db:msginfo, db:msgmain, db:msgrel, db:msgset, db:msgsub, db:multimediaparam, db:nonterminal, db:olink, db:ooclass, db:ooexception, db:oointerface, db:orderedlist, db:org, db:orgdiv, db:othercredit, db:para, db:paramdef, db:part, db:partintro, db:person, db:personname, db:printhistory, db:procedure, db:productionrecap, db:productionset, db:programlistingco, db:prompt, db:pubdate, db:publisher, db:qandadiv, db:qandaentry, db:qandaset, db:question, db:refclass, db:refentry, db:reference, db:refmeta, db:refnamediv, db:refsect1, db:refsect2, db:refsect3, db:refsection, db:refsynopsisdiv, db:remark, db:replaceable, db:result, db:revhistory, db:revision, db:rhs, db:row, db:sbr, db:screenco, db:screenshot, db:sect1, db:sect2, db:sect3, db:sect4, db:sect5, db:section, db:seg, db:seglistitem, db:segmentedlist, db:segtitle, db:set, db:setindex, db:shortcut, db:sidebar, db:simpara, db:simplelist, db:simplemsgentry, db:simplesect, db:spanspec, db:step, db:stepalternatives, db:subject, db:subjectset, db:subjectterm, db:substeps, db:subtitle, db:synopfragment, db:synopfragmentref, db:systemitem, db:table, db:tag, db:task, db:tbody, db:term, db:termdef, db:textdata, db:textobject, db:tfoot, db:tgroup, db:thead, db:title, db:titleabbrev, db:toc, db:tocdiv, db:tocentry, db:topic, db:userinput, db:varargs, db:variablelist, db:varlistentry, db:videodata, db:videoobject, db:void, db:xref
Complex Types db:admonition.type, db:block.component.type, db:block.container, db:block.type, db:component.type, db:group.methodparam, db:group.paramdef, db:gui.inline.type, db:indexterm.parts.type, db:inline.type, db:limited.text, db:para.container, db:see.seealso.inline.type, db:verbatim.monospaced
Attribute Group db:html.attrs

Source

<xs:attributeGroup name="common.attributes">
  <xs:attribute ref="xml:id"/>
  <xs:attribute ref="xml:lang"/>
  <xs:attribute ref="xml:base"/>
  <xs:attribute name="version"/>
  <xs:attribute name="remap"/>
  <xs:attribute name="xreflabel"/>
  <xs:attribute name="revisionflag">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="changed"/>
        <xs:enumeration value="added"/>
        <xs:enumeration value="deleted"/>
        <xs:enumeration value="off"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="dir">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
        <xs:enumeration value="lro"/>
        <xs:enumeration value="rlo"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attributeGroup ref="db:effectivity.attributes"/>
  <xs:attributeGroup ref="db:rdfalite.attributes"/>
  <xs:attribute name="annotations"/>
</xs:attributeGroup>