Structured authoring

Understand what structured authoring is and how the content rules are defined in Adobe FrameMaker for structured authoring.

In this topic

Introduction

In an unstructured authoring workflow, you create relatively free-flow narrative-based documents. For example, you can have headings, followed by paragraphs, or graphics with captions. In the case of structured authoring, the content rules enforce a consistent structure across similar pieces of information. For example, you can decide to enforce the following content rules:

These content rules are defined in either a DTD (Document Type Definition) or an XML Schema. Conformance to these content rules is automatically checked against the DTD or XML Schema.

For example, consider the structure of a home address. Suppose that the content rules require an address to contain an employee name, house number, street, city, and ZIP code. In unstructured authoring, an address without a house number can be discovered only through editing or review. In structured authoring, the structure is validated and automatically checked for completeness. Consistent organization and sequence are therefore enforced and assured.

Benefits

Enforces a consistent organization of information

You can create a Structured Application to ensure that a bulleted list must contain at least two items. Or an image must include a caption.

Automatically validates the organization of information

FrameMaker provides visual cues to indicate when the structure of a document is broken.

Figure 1. Here the title element is missing in a DITA Topic
Visual cuestoindicate the broken structure of a document

Consistency of content

Imposing structure results in improved consistency of content across multiple documents in a document set.

Supports content reuse

FrameMaker provides user interface based content reuse functionality such as DITAVAL, Filter by Attribute, relationship tables, to allow users to reuse content easily.

Supports metadata to add information to documents

Besides content such as text and images, you can also associate metadata with a structured document. For example, the author of a document. You can also use attributes to associate metadata with specific elements in a document. The Filter by Attribute feature in FrameMaker allows you to set attribute values and then filter the content in a structured document based on these attributes.

Separating content and formatting

The writers focus on content. The publishing workflow controls formatting and the appearance of the final output. For example, print output may use a different font from online.

However, FrameMaker supports formatting in Structured Applications. This implies that the FrameMaker structured authoring environment displays formatted content. This provides visual cues to users regarding the formatting of a document.

Figure 2. XML View
XML view of the formatted content

Figure 3. WYSIWYG View
WYSIWYG viewofthe formatted content

Reduces localization effort

Since structured documents separate content from formatting, the use of localization technologies can substantially reduce localization effort and cost.

SGML, XML, and XHTML

Using FrameMaker, you can import and export structured documents in either SGML or XML (including XHTML 1.0) format. Once you import a structured file, it is no longer an SGML or XML file; it is a structured FrameMaker document. To return it to its original format, save it as an SGML or XML file.

SGML

SGML (Standard Generalized Markup Language is the international standard for all markup languages for data exchange and storage.

SGML is a descriptive, rather than procedural, markup language, meaning different systems can process the same document. Each system applies different processing instructions to relevant sections.

SGML was the first language to implement the DTD (Document Type Definition), which formally defines the document by its components and structure. Documents of the same type can then be verified and processed uniformly.

A document that conforms to the structure of a DTD is called valid.

XML

XML (Extensible Markup Language) is a generalized format for representing structured information, especially for the web. Like HTML and SGML, XML requires the use of elements and structure.

However, XML differs from HTML in that it is extensible. You can define not only your elements but also their order, relationships among them, and the way they are processed and displayed.

Use XML to define and implement a structure that is appropriate for your content. An XML document that conforms to the structure of a DTD is called valid. An XML document that uses elements that conform to the standard XML specifications are called well-formed.

XHTML 1.0

XHTML (Extensible Hypertext Markup Language) is an extension of HTML that is based on XML and is designed to work with XML-based applications. It can be viewed, edited, and validated with standard XML tools. Using XHTML is an easy way to migrate from HTML to XML while retaining forward and backward compatibility of your content.

XML vs XHTML 1.0

Instead of style-based, paragraph-oriented word processing and desktop publishing, XML provides a foundation for structured authoring. XML describes content according to elements that are organized in a hierarchical tree.

In word-processing environments (such as unstructured FrameMaker), the relationship among the various document components is apparent through formatting on the page. The document file, however, does not capture these relationships because a word processor document is made up of a string of paragraphs. For example, unstructured FrameMaker does not capture the subordination of a Body paragraph style to its preceding Heading1 style. Structured authoring, however, does capture the hierarchical relationships among the document components.

DITA and DocBook

Two off-the-shelf Structured Applications available for technical documentation in Adobe FrameMaker are DITA and DocBook.

DITA

DITA (Darwin Information Typing Architecture) is an XML data model for authoring and publishing. It is an open standard that is defined and maintained by the OASIS DITA Technical Committee. DITA provides a set of elements and attributes and a pre-definied structure designed specifically for technical documentation.

DITA 1.3 includes five specialized topic types:

  • Task

  • Concept

  • Reference

  • Glossary Entry

  • Troubleshooting

Typical elements in DITA include, for example, <title>, <shortdesc>, <prolog>, <body>, <p>, <fig>, <image>, <table>, and <related-links>.

Following are some distinguishing DITA features:

  • DITA is topic-oriented. Each topic can be a piece of content that can be reused in multiple contexts.

  • Because DITA separates content from context, multiple architectures of information are possible in DITA. DITA can also be extended to allow for the definition of information types.

  • DITA is topic-based. It provides three basic topic types, but it allows for specialization of these topic types for individual needs.

  • DITA uses a DITA map which contains links to the XML files in the documentation set. Each XML file can be a topic or a collection of topics.

  • FrameMaker can publish DITA to PDF, Responsive HTML5, mobile Apps for iOS and Android, EPUB, Kindle, Microsoft HTML Help (CHM), and Basic HTML.

DocBook

DocBook is also an open standard, designed for technical articles and documentation. DocBook provides a DTD for writing technical books and articles, with a structure that such forms imply.

Typical elements in DocBook include, for example, <article>, <section>, <title>, <articleinfo>, and <pubdate>.

Following are some distinguishing DocBook features:

  • DocBook is book or chapter oriented.

  • DocBook is hierarchical by nature and has to be developed for true single-sourcing. The content is not independent of its context.

  • DocBook has a fixed but a large set of elements and attributes.

  • DocBook provides an XML include file that contains all the other files.

  • DocBook outputs include PDF, HTML, and HTML Help. It can be extended for other output forms with some development work.