<data-about>

The <data-about> element identifies the subject of a property when the subject isn't associated with the context in which the property is specified. The property itself is expressed by the <data> element. The <data-about> element handles exception cases where a property must be expressed somewhere other than inside the actual subject of the property. The <data-about> element is particularly useful as a basis for specialization in combination with the <data> element.

Important (non-normative):
Do not use the <data-about> element to identify the object of a property. The @href attribute of the <data> element serves that purpose.

Content models

See appendix for information about this element in OASIS document type shells.

Inheritance

- topic/data-about

Example

This section is non-normative.

The full properties of a cited book can be maintained conveniently in the <prolog>:

<topic id="questions">
    <title>Questions and answers</title>
    <prolog>
        <data-about href="urn:isbn:0156983508" scope="external">
            <data name="title">The World Doesn't End</data>
            <data name="author">
                <data name="firstname">Charles</data>
                <data name="lastname">Simic</data>
            </data>
            <data name="published" datatype="year">1989</data>
            <!-- ... -->
        </data-about>
        <!-- ... -->
    </prolog>
    <body>
        <!-- ... -->
       <lq href="urn:isbn:0156983508">In a forest of question marks ...
       </lq>
       <!-- ... -->
    </body>
</topic>

Content model

<data>, (<data> | <data-about>)*

Contained by

<abstract>, <alt>, <author>, <b>, <body>, <bodydiv>, <brand>, <category>, <cite>, <component>, <consequence>, <coords>, <copyrholder>, <data>, <data-about>, <dd>, <ddhd>, <desc>, <div>, <dl>, <draft-comment>, <dt>, <dthd>, <entry>, <example>, <featnum>, <fig>, <figgroup>, <fn>, <i>, <index-base>, <index-see>, <index-see-also>, <index-sort-as>, <indexterm>, <itemgroup>, <li>, <line-through>, <lines>, <linkinfo>, <linktext>, <lq>, <messagepanel>, <metadata>, <navtitle>, <note>, <ol>, <overline>, <p>, <ph>, <platform>, <pre>, <prodname>, <prognum>, <prolog>, <publisher>, <q>, <resourceid>, <searchtitle>, <section>, <sectiondiv>, <series>, <shortdesc>, <sl>, <sli>, <source>, <stentry>, <sub>, <sup>, <title>, <tt>, <typeofhazard>, <u>, <ul>, <xref>

In order
  1. <data>
  2. Zero or more of the following
    • <data>
    • <data-about>

Contained by

  • <abstract>
  • <alt>
  • <author>
  • <b>
  • <body>
  • <bodydiv>
  • <brand>
  • <category>
  • <cite>
  • <component>
  • <consequence>
  • <coords>
  • <copyrholder>
  • <data>
  • <data-about>
  • <dd>
  • <ddhd>
  • <desc>
  • <div>
  • <dl>
  • <draft-comment>
  • <dt>
  • <dthd>
  • <entry>
  • <example>
  • <featnum>
  • <fig>
  • <figgroup>
  • <fn>
  • <i>
  • <index-base>
  • <index-see>
  • <index-see-also>
  • <index-sort-as>
  • <indexterm>
  • <itemgroup>
  • <li>
  • <line-through>
  • <lines>
  • <linkinfo>
  • <linktext>
  • <lq>
  • <messagepanel>
  • <metadata>
  • <navtitle>
  • <note>
  • <ol>
  • <overline>
  • <p>
  • <ph>
  • <platform>
  • <pre>
  • <prodname>
  • <prognum>
  • <prolog>
  • <publisher>
  • <q>
  • <resourceid>
  • <searchtitle>
  • <section>
  • <sectiondiv>
  • <series>
  • <shortdesc>
  • <sl>
  • <sli>
  • <source>
  • <stentry>
  • <sub>
  • <sup>
  • <title>
  • <tt>
  • <typeofhazard>
  • <u>
  • <ul>
  • <xref>

Inheritance

- topic/data-about

The <data-about> element is a base element type. It is defined in the topic module.

Attributes

The following attributes are available on this element: Universal attribute group, Link relationship attribute group, and outputclass