section.properties.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <refentry xmlns="http://docbook.org/ns/docbook"
  2. xmlns:xlink="http://www.w3.org/1999/xlink"
  3. xmlns:xi="http://www.w3.org/2001/XInclude"
  4. xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
  5. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  6. version="5.0" xml:id="section.properties">
  7. <refmeta>
  8. <refentrytitle>section.properties</refentrytitle>
  9. <refmiscinfo class="other" otherclass="datatype">attribute set</refmiscinfo>
  10. </refmeta>
  11. <refnamediv>
  12. <refname>section.properties</refname>
  13. <refpurpose>Properties for all section levels</refpurpose>
  14. </refnamediv>
  15. <refsynopsisdiv>
  16. <src:fragment xml:id="section.properties.frag">
  17. <xsl:attribute-set name="section.properties">
  18. </xsl:attribute-set>
  19. </src:fragment>
  20. </refsynopsisdiv>
  21. <refsection><info><title>Description</title></info>
  22. <para>The properties that apply to the containing
  23. block of all section levels, and therefore apply to
  24. the whole section.
  25. This attribute set is inherited by the
  26. more specific attribute sets such as
  27. <tag>section.level1.properties</tag>.
  28. The default is empty.
  29. </para>
  30. </refsection>
  31. </refentry>