2.1 Written specification

The table lists the changes that have been made to the written portion of the DITA 1.3 Plus Errata 01 specification.

Topic Original text Revised text
2.2.3.4 Processing controlled attribute values If "therapist" is flagged and "novice-therapist" is not explicitly flagged, processors automatically should flag "novice" since it is a type of therapist. If "therapist" is flagged and "novice-therapist" is not explicitly flagged, processors automatically should flag "novice-therapist" since it is a type of therapist.
2.2.3.8.2 Example: Extending a subject scheme

The effective result is the same as the following subject scheme map:

<subjectScheme>
  <subjectdef keys="os" navtitle="Operating system">
    <subjectdef keys="linux" navtitle="Linux">
      <subjectdef keys="redhat" navtitle="RedHat Linux"/>
      <subjectdef keys="suse" navtitle="SuSE Linux"/>
    </subjectdef>
    <subjectdef keys="macos" navtitle="Macintosh"/>
    <subjectdef keys="windows" navtitle="Windows">
      <subjectdef keys="winxp" navtitle="Windows XP"/>
      <subjectdef keys="win98" navtitle="Windows Vista"/>
    </subjectdef>
    <subjectdef keys="zos" navtitle="z/OS"/>
  </subjectdef>
  <enumerationdef>
    <attributedef name="platform"/>
    <subjectdef keyref="os"/>
  </enumerationdef>
</subjectScheme>

The effective result is the same as the following subject scheme map:

<subjectScheme>
  <subjectdef keys="os" navtitle="Operating system">
    <subjectdef keys="linux" navtitle="Linux">
      <subjectdef keys="redhat" navtitle="RedHat Linux"/>
      <subjectdef keys="suse" navtitle="SuSE Linux"/>
    </subjectdef>
    <subjectdef keys="macos" navtitle="Macintosh"/>
    <subjectdef keys="windows" navtitle="Windows">
      <subjectdef keys="winxp" navtitle="Windows XP"/>
      <subjectdef keys="win98winvis" navtitle="Windows Vista"/>
    </subjectdef>
    <subjectdef keys="zos" navtitle="z/OS"/>
  </subjectdef>
  <enumerationdef>
    <attributedef name="platform"/>
    <subjectdef keyref="os"/>
  </enumerationdef>
</subjectScheme>
2.4.3.1 Conditional processing values and groups Groups consist of a name immediately followed by a parenthetical group of one or more space-delimited string values. Groups consist of a name immediately followed by a parenthetical group of one zero or more space-delimited string values.
2.5.3.1 Overview of specialization Domain specialization can be added to document-type shells. Domain specializations can be added to document-type shells.
2.7.1.4 Task topic (strict task)
<task id="birdhousebuilding">
              <title>Building a bird house</title>
              <shortdesc>Building a birdhouse is a perfect activity 
              for adults to share with their children or grandchildren. 
              It can be used to teach about birds, as well as the proper use of tools.
              </shortdesc>
              <taskbody>
              <context>Birdhouses provide safe locations for birds to build nests and raise their young. They also provide shelter during cold and rainy spells.</context>
              <prereq>To build a sound birdhouse, you will need a complete set of tools:
              <ul><li>hand saw</li>
              <li>hammer ... </li>
              </ul></prereq>
              <steps>
              <step><cmd>Lay out the dimensions for the birdhouse elements.</cmd></step>
              <step><cmd>Cut the elements to size.</cmd></step>
              <step><cmd>Drill a 1 1/2" diameter hole for the bird entrance on the front.</cmd>
              <info>You need to look at the drawing for the correct placement of the 
              hole.</info></step>
              <!--...-->
              </steps>
              <result>You now have a beautiful new birdhouse!</result>
              <postreq>Now find a good place to mount it.</postreq>
              </taskbody>
              </task>
<task id="birdhousebuilding">
              <title>Building a bird house</title>
              <shortdesc>Building a birdhouse is a perfect activity 
              for adults to share with their children or grandchildren. 
              It can be used to teach about birds, as well as the proper use of tools.
              </shortdesc>
              <taskbody>
              <context>Birdhouses provide safe locations for birds to build nests and raise their young. They also provide shelter during cold and rainy spells.</context>
              <prereq>To build a sound birdhouse, you will need a complete set of tools:
              <ul><li>hand saw</li>
              <li>hammer ... </li>
              </ul></prereq>
              <context>Birdhouses provide safe locations for birds to build nests and raise their young. They also provide shelter during cold and rainy spells.</context>
              <steps>
              <step><cmd>Lay out the dimensions for the birdhouse elements.</cmd></step>
              <step><cmd>Cut the elements to size.</cmd></step>
              <step><cmd>Drill a 1 1/2" diameter hole for the bird entrance on the front.</cmd>
              <info>You need to look at the drawing for the correct placement of the 
              hole.</info></step>
              <!--...-->
              </steps>
              <result>You now have a beautiful new birdhouse!</result>
              <postreq>Now find a good place to mount it.</postreq>
              </taskbody>
              </task>
3.2.2.17 <image> None

Attributes

@format
The @format attribute identifies the format of the resource being referenced. See The format attribute for details on supported values.
3.4.1.10 <created>
<prolog>
 <critdates>
  <created date="2001-06-12"></created>
  <revised golive="2001-08-20"></revised>
 </critdates>
</prolog>
<prolog>
 <critdates>
  <created date="2001-06-12"></created>
  <revised golive="2001-08-20" modified="2001-07-01"></revised>
 </critdates>
</prolog>
3.4.2 Indexing group elements

Related reference
              3.7.5 index-base
              index-base

Related reference
              3.7.5 index-base
                index-base

3.4.2.1 <indexterm>
<topic id="accounting">
  <title>Accounting rugulations</title>
  <prolog>
    <metadata>
      <keywords><indexterm start="acct">Accounting</indexterm></keywords>
    </metadata>
  </prolog>
  <!-- Body and sub-topics -->
</topic>
<topic id="accounting">
  <title>Accounting ruegulations</title>
  <prolog>
    <metadata>
      <keywords><indexterm start="acct">Accounting</indexterm></keywords>
    </metadata>
  </prolog>
  <!-- Body and sub-topics -->
</topic>
3.4.2.4 <index-see-also> None Example
3.5.4.2 <ditavalmeta>

Example
              See ditavalref.

Example
              See ditavalref.
              See Examples of branch filtering for several examples of the <ditavalref> element.

3.6.1.12 <subjectHead> For instance, a schememight be displayed to let a user select subjects as part of faceted browsing. For instance, a schememight scheme might be displayed to let a user select subjects as part of faceted browsing.
3.7.5 <index-base>

The <index-see-also> element is specialized from <index-base>; see <index-see-also> for an example of how <index-base> can be used with specialization.

The <index-see-also> element is specialized from <index-base>; see <index-see-also> for an example of how <index-base> can be used with specialization.

This element is not intended to be used in source files.

3.8.1 <required-cleanup>
@remap
Indicates the element that the contents of the <required-cleanup> element were mapped from (provides an idea about what the new intent should be).
@remap
Indicates the element that the contents of the <required-cleanup> element were mapped from (provides an idea about what the new intent should be).
Provides information about the origins of the content of the <required-cleanup> element. This provides authors context for determining how the migrated content should be tagged.
3.10.7.1.1 <equation-block>

Inheritance

+ topic/p equation-d/equation-block

Inheritance

+ topic/p div equation-d/equation-block

3.12.10 Simpletable attribute group
Note: The reference is to the all-inclusive edition of the DITA 1.3 Errata 02 specification.
@keycol
Defines the column that can contains headings for each row. No value indicates no key column. When present, the numerical value causes the specified column to be treated as a vertical header.
@keycol
Defines the column that can contains headings for each row. No value indicates no key column. When present, the numerical value causes the specified column to be treated as a vertical header.