sect1.rng #1

  • //
  • main/
  • guest/
  • perforce_software/
  • p4convert/
  • main/
  • docs/
  • docbook-xsl-ns-1.78.1/
  • slides/
  • schema/
  • relaxng/
  • sect1.rng
  • View
  • Commits
  • Open Download .zip Download (11 KB)
<?xml version="1.0" encoding="UTF-8"?>
<!--
  This file is part of DocBook V5.0
  
  Copyright 1992-2008 HaL Computer Systems, Inc.,
  O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
  Corporation, Norman Walsh, Sun Microsystems, Inc., and the
  Organization for the Advancement of Structured Information
  Standards (OASIS).
  
  Release: $Id: sect1.rnc 8931 2010-10-20 13:29:20Z nwalsh $
  
  Permission to use, copy, modify and distribute the DocBook schema
  and its accompanying documentation for any purpose and without fee
  is hereby granted in perpetuity, provided that the above copyright
  notice and this paragraph appear in all copies. The copyright
  holders make no representation about the suitability of the schema
  for any purpose. It is provided "as is" without expressed or implied
  warranty.
  
  If you modify the DocBook schema in any way, label your schema as a
  variant of DocBook. See the reference documentation
  (http://docbook.org/tdg5/en/html/ch05.html#s-notdocbook)
  for more information.
  
  Please direct all questions, bug reports, or suggestions for changes
  to the [email protected] mailing list. For more
  information, see http://www.oasis-open.org/docbook/.
  
  ======================================================================
-->
<grammar ns="http://docbook.org/ns/docbook" xmlns:db="http://docbook.org/ns/docbook" xmlns:s="http://purl.oclc.org/dsdl/schematron" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:ctrl="http://nwalsh.com/xmlns/schema-control/" xmlns="http://relaxng.org/ns/structure/1.0">
  <start combine="choice">
    <choice>
      <ref name="db.sect1"/>
      <ref name="db.sect2"/>
      <ref name="db.sect3"/>
      <ref name="db.sect4"/>
      <ref name="db.sect5"/>
    </choice>
  </start>
  <define name="db.toplevel.sections" combine="choice">
    <oneOrMore>
      <ref name="db.sect1"/>
    </oneOrMore>
    <zeroOrMore>
      <ref name="db.simplesect"/>
    </zeroOrMore>
  </define>
  <!-- ====================================================================== -->
  <define name="db.sect1.sections">
    <choice>
      <group>
        <oneOrMore>
          <ref name="db.sect2"/>
        </oneOrMore>
        <zeroOrMore>
          <ref name="db.simplesect"/>
        </zeroOrMore>
      </group>
      <oneOrMore>
        <ref name="db.simplesect"/>
      </oneOrMore>
    </choice>
  </define>
  <div>
    <db:refname>sect1</db:refname>
    <db:refpurpose>A top-level section of document</db:refpurpose>
    <define name="db.sect1.status.attribute">
      <ref name="db.status.attribute"/>
    </define>
    <define name="db.sect1.role.attribute">
      <attribute name="role"/>
    </define>
    <define name="db.sect1.attlist">
      <interleave>
        <optional>
          <ref name="db.sect1.role.attribute"/>
        </optional>
        <ref name="db.common.attributes"/>
        <ref name="db.common.linking.attributes"/>
        <optional>
          <ref name="db.label.attribute"/>
        </optional>
        <optional>
          <ref name="db.sect1.status.attribute"/>
        </optional>
      </interleave>
    </define>
    <define name="db.sect1.info">
      <ref name="db._info.title.req"/>
    </define>
    <define name="db.sect1">
      <element name="sect1">
        <ref name="db.sect1.attlist"/>
        <ref name="db.sect1.info"/>
        <choice>
          <group>
            <oneOrMore>
              <ref name="db.all.blocks"/>
            </oneOrMore>
            <optional>
              <ref name="db.sect1.sections"/>
            </optional>
          </group>
          <ref name="db.sect1.sections"/>
        </choice>
        <zeroOrMore>
          <ref name="db.navigation.components"/>
        </zeroOrMore>
      </element>
    </define>
  </div>
  <!-- ====================================================================== -->
  <define name="db.sect2.sections">
    <choice>
      <group>
        <oneOrMore>
          <ref name="db.sect3"/>
        </oneOrMore>
        <zeroOrMore>
          <ref name="db.simplesect"/>
        </zeroOrMore>
      </group>
      <oneOrMore>
        <ref name="db.simplesect"/>
      </oneOrMore>
    </choice>
  </define>
  <div>
    <db:refname>sect2</db:refname>
    <db:refpurpose>A subsection within a sect1</db:refpurpose>
    <define name="db.sect2.status.attribute">
      <ref name="db.status.attribute"/>
    </define>
    <define name="db.sect2.role.attribute">
      <attribute name="role"/>
    </define>
    <define name="db.sect2.attlist">
      <interleave>
        <optional>
          <ref name="db.sect2.role.attribute"/>
        </optional>
        <ref name="db.common.attributes"/>
        <ref name="db.common.linking.attributes"/>
        <optional>
          <ref name="db.label.attribute"/>
        </optional>
        <optional>
          <ref name="db.sect2.status.attribute"/>
        </optional>
      </interleave>
    </define>
    <define name="db.sect2.info">
      <ref name="db._info.title.req"/>
    </define>
    <define name="db.sect2">
      <element name="sect2">
        <ref name="db.sect2.attlist"/>
        <ref name="db.sect2.info"/>
        <choice>
          <group>
            <oneOrMore>
              <ref name="db.all.blocks"/>
            </oneOrMore>
            <optional>
              <ref name="db.sect2.sections"/>
            </optional>
          </group>
          <ref name="db.sect2.sections"/>
        </choice>
        <zeroOrMore>
          <ref name="db.navigation.components"/>
        </zeroOrMore>
      </element>
    </define>
  </div>
  <!-- ====================================================================== -->
  <define name="db.sect3.sections">
    <choice>
      <group>
        <oneOrMore>
          <ref name="db.sect4"/>
        </oneOrMore>
        <zeroOrMore>
          <ref name="db.simplesect"/>
        </zeroOrMore>
      </group>
      <oneOrMore>
        <ref name="db.simplesect"/>
      </oneOrMore>
    </choice>
  </define>
  <div>
    <db:refname>sect3</db:refname>
    <db:refpurpose>A subsection within a sect2</db:refpurpose>
    <define name="db.sect3.status.attribute">
      <ref name="db.status.attribute"/>
    </define>
    <define name="db.sect3.role.attribute">
      <attribute name="role"/>
    </define>
    <define name="db.sect3.attlist">
      <interleave>
        <optional>
          <ref name="db.sect3.role.attribute"/>
        </optional>
        <ref name="db.common.attributes"/>
        <ref name="db.common.linking.attributes"/>
        <optional>
          <ref name="db.label.attribute"/>
        </optional>
        <optional>
          <ref name="db.sect3.status.attribute"/>
        </optional>
      </interleave>
    </define>
    <define name="db.sect3.info">
      <ref name="db._info.title.req"/>
    </define>
    <define name="db.sect3">
      <element name="sect3">
        <ref name="db.sect3.attlist"/>
        <ref name="db.sect3.info"/>
        <choice>
          <group>
            <oneOrMore>
              <ref name="db.all.blocks"/>
            </oneOrMore>
            <optional>
              <ref name="db.sect3.sections"/>
            </optional>
          </group>
          <ref name="db.sect3.sections"/>
        </choice>
        <zeroOrMore>
          <ref name="db.navigation.components"/>
        </zeroOrMore>
      </element>
    </define>
  </div>
  <!-- ====================================================================== -->
  <define name="db.sect4.sections">
    <choice>
      <group>
        <oneOrMore>
          <ref name="db.sect5"/>
        </oneOrMore>
        <zeroOrMore>
          <ref name="db.simplesect"/>
        </zeroOrMore>
      </group>
      <oneOrMore>
        <ref name="db.simplesect"/>
      </oneOrMore>
    </choice>
  </define>
  <div>
    <db:refname>sect4</db:refname>
    <db:refpurpose>A subsection within a sect3</db:refpurpose>
    <define name="db.sect4.status.attribute">
      <ref name="db.status.attribute"/>
    </define>
    <define name="db.sect4.role.attribute">
      <attribute name="role"/>
    </define>
    <define name="db.sect4.attlist">
      <interleave>
        <optional>
          <ref name="db.sect4.role.attribute"/>
        </optional>
        <ref name="db.common.attributes"/>
        <ref name="db.common.linking.attributes"/>
        <optional>
          <ref name="db.label.attribute"/>
        </optional>
        <optional>
          <ref name="db.sect4.status.attribute"/>
        </optional>
      </interleave>
    </define>
    <define name="db.sect4.info">
      <ref name="db._info.title.req"/>
    </define>
    <define name="db.sect4">
      <element name="sect4">
        <ref name="db.sect4.attlist"/>
        <ref name="db.sect4.info"/>
        <choice>
          <group>
            <oneOrMore>
              <ref name="db.all.blocks"/>
            </oneOrMore>
            <optional>
              <ref name="db.sect4.sections"/>
            </optional>
          </group>
          <ref name="db.sect4.sections"/>
        </choice>
        <zeroOrMore>
          <ref name="db.navigation.components"/>
        </zeroOrMore>
      </element>
    </define>
  </div>
  <!-- ====================================================================== -->
  <define name="db.sect5.sections">
    <oneOrMore>
      <ref name="db.simplesect"/>
    </oneOrMore>
  </define>
  <div>
    <db:refname>sect5</db:refname>
    <db:refpurpose>A subsection within a sect4</db:refpurpose>
    <define name="db.sect5.status.attribute">
      <ref name="db.status.attribute"/>
    </define>
    <define name="db.sect5.role.attribute">
      <attribute name="role"/>
    </define>
    <define name="db.sect5.attlist">
      <interleave>
        <optional>
          <ref name="db.sect5.role.attribute"/>
        </optional>
        <ref name="db.common.attributes"/>
        <ref name="db.common.linking.attributes"/>
        <optional>
          <ref name="db.label.attribute"/>
        </optional>
        <optional>
          <ref name="db.sect5.status.attribute"/>
        </optional>
      </interleave>
    </define>
    <define name="db.sect5.info">
      <ref name="db._info.title.req"/>
    </define>
    <define name="db.sect5">
      <element name="sect5">
        <ref name="db.sect5.attlist"/>
        <ref name="db.sect5.info"/>
        <choice>
          <group>
            <oneOrMore>
              <ref name="db.all.blocks"/>
            </oneOrMore>
            <optional>
              <ref name="db.sect5.sections"/>
            </optional>
          </group>
          <ref name="db.sect5.sections"/>
        </choice>
        <zeroOrMore>
          <ref name="db.navigation.components"/>
        </zeroOrMore>
      </element>
    </define>
  </div>
</grammar>
# Change User Description Committed
#1 26953 Paul Allen Move //guest/perforce_software/p4convert to //guest/perforce_software/p4convert/main
//guest/perforce_software/p4convert/docs/docbook-xsl-ns-1.78.1/slides/schema/relaxng/sect1.rng
#2 14806 Paul Allen Update docs and add +w.
#1 13920 Paul Allen copy part 2 (no errors)
//guest/paul_allen/p4convert-maven/docs/docbook-xsl-ns-1.78.1/slides/schema/relaxng/sect1.rng
#1 13895 Paul Allen Copying using p4convert-docbook
//guest/perforce_software/doc_build/main/docbook-xsl-ns-1.78.1/slides/schema/relaxng/sect1.rng
#1 12728 eedwards Upgrade ANT doc build infrastructure to assemble PDFs:

- remove non-namespaced DocBook source and add
  namespaced DocBook source.

- add Apache FOP 1.1

- copy fonts, images, XSL into _build, establishing new
  asset structure. The original structure remains until
  all guides using it can be upgraded, and several other
  issues can be resolved.

- updated build.xml to allow for per-target build properties.

- upgraded the P4SAG to use the new infrastructure.

- tweaked admonition presentation in PDFs to remove
  admonition graphics, and resemble closely the
  presentation used in the new HTML layout, including
  the same colors.

With these changes, building PDFs involves using a
shell, navigating into the guide's directory (just P4SAG
for now), and executing "ant pdf".

Issues still to be resolved:

- PDF generation encounters several warnings about
  missing fonts (bold versions of Symbol and ZapfDingbats),
  and a couple of locations where the page content
  exceeds the defined content area.

- Due to issues within Apache FOP, PDF generation emits
  a substantial amount of output that is not easily suppressed
  without losing important warning information.

- Apache FOP's interface to ANT does not expose a way
  to set the font base directory. The current configuration does
  work under Mac OSX, but further testing on Windows will
  need to be done to determine if the relative paths defined
  continue to work. The workaround is for Windows users to
  customize the fop-config.xml to provide absolute system
  paths to the required fonts.

- HTML generation needs further browser testing, and
  exhibits broken navigation on iOS browsers within the
  TOC sidebar.

- A number of PDF and HTML presentation tweaks still
  need to be made, for example: sidebars, gui* DocBook
  tags, whitespace, section separation, etc.