<?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: refsect1.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 docbook@lists.oasis-open.org mailing list. For more information, see http://www.oasis-open.org/docbook/. ====================================================================== --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://docbook.org/ns/docbook" xmlns:dbs="http://docbook.org/ns/docbook-slides" xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> <xs:import namespace="http://docbook.org/ns/docbook-slides" schemaLocation="slides.xsd"/> <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/> <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/> <!-- ====================================================================== --> <xs:group name="db.refsect1.sections"> <xs:sequence> <xs:element maxOccurs="unbounded" ref="db:refsect2"/> </xs:sequence> </xs:group> <xs:attributeGroup name="db.refsect1.status.attribute"> <xs:attributeGroup ref="db:db.status.attribute"/> </xs:attributeGroup> <xs:attributeGroup name="db.refsect1.role.attribute"> <xs:attribute name="role" use="required"/> </xs:attributeGroup> <xs:attributeGroup name="db.refsect1.attlist"> <xs:attribute name="role"/> <xs:attributeGroup ref="dbs:db.common.attributes"/> <xs:attributeGroup ref="db:db.common.linking.attributes"/> <xs:attribute name="label"/> <xs:attribute name="status"/> </xs:attributeGroup> <xs:group name="db.refsect1.info"> <xs:sequence> <xs:group ref="db:db._info.title.req"/> </xs:sequence> </xs:group> <xs:element name="refsect1"> <xs:complexType> <xs:sequence> <xs:group ref="db:db.refsect1.info"/> <xs:choice> <xs:sequence> <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/> <xs:group minOccurs="0" ref="db:db.refsect1.sections"/> </xs:sequence> <xs:group ref="db:db.refsect1.sections"/> </xs:choice> </xs:sequence> <xs:attributeGroup ref="db:db.refsect1.attlist"/> </xs:complexType> </xs:element> <!-- ====================================================================== --> <xs:group name="db.refsect2.sections"> <xs:sequence> <xs:element maxOccurs="unbounded" ref="db:refsect3"/> </xs:sequence> </xs:group> <xs:attributeGroup name="db.refsect2.status.attribute"> <xs:attributeGroup ref="db:db.status.attribute"/> </xs:attributeGroup> <xs:attributeGroup name="db.refsect2.role.attribute"> <xs:attribute name="role" use="required"/> </xs:attributeGroup> <xs:attributeGroup name="db.refsect2.attlist"> <xs:attribute name="role"/> <xs:attributeGroup ref="dbs:db.common.attributes"/> <xs:attributeGroup ref="db:db.common.linking.attributes"/> <xs:attribute name="label"/> <xs:attribute name="status"/> </xs:attributeGroup> <xs:group name="db.refsect2.info"> <xs:sequence> <xs:group ref="db:db._info.title.req"/> </xs:sequence> </xs:group> <xs:element name="refsect2"> <xs:complexType> <xs:sequence> <xs:group ref="db:db.refsect2.info"/> <xs:choice> <xs:sequence> <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/> <xs:group minOccurs="0" ref="db:db.refsect2.sections"/> </xs:sequence> <xs:group ref="db:db.refsect2.sections"/> </xs:choice> </xs:sequence> <xs:attributeGroup ref="db:db.refsect2.attlist"/> </xs:complexType> </xs:element> <!-- ====================================================================== --> <xs:attributeGroup name="db.refsect3.status.attribute"> <xs:attributeGroup ref="db:db.status.attribute"/> </xs:attributeGroup> <xs:attributeGroup name="db.refsect3.role.attribute"> <xs:attribute name="role" use="required"/> </xs:attributeGroup> <xs:attributeGroup name="db.refsect3.attlist"> <xs:attribute name="role"/> <xs:attributeGroup ref="dbs:db.common.attributes"/> <xs:attributeGroup ref="db:db.common.linking.attributes"/> <xs:attribute name="label"/> <xs:attribute name="status"/> </xs:attributeGroup> <xs:group name="db.refsect3.info"> <xs:sequence> <xs:group ref="db:db._info.title.req"/> </xs:sequence> </xs:group> <xs:element name="refsect3"> <xs:complexType> <xs:sequence> <xs:group ref="db:db.refsect3.info"/> <xs:group maxOccurs="unbounded" ref="db:db.all.blocks"/> </xs:sequence> <xs:attributeGroup ref="db:db.refsect3.attlist"/> </xs:complexType> </xs:element> </xs:schema>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#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. |