The syntax for representing this
component varies depending on the authoring format:
Authoring format
Syntax and example
XDITA
<body>
<topic id="franchise-intro">
<title>An innovative, attractive, and out of the ordinary concept</title>
<body>
<p>Are you interested in investing with us? Welcome to our franchise information package.</p>
</body>
</topic>
HDITA
<body>
<body>
<article id="franchise-intro">
<h1>An innovative, attractive, and out of the ordinary concept</h1>
<p>Are you interested in investing with us? Welcome to our franchise information package.</p>
</article>
</body>
MDITA
There is no specific support in the MDITA core
profile. If needed, use an HDITA snippet.
Attributes
The available attributes vary based on the
authoring format:
There is no attribute support for
the MDITA core profile. For the MDITA extended profile,
attributes can be specified by using the HDITA
representation.