Description
|
Sample axdocbook .dcf File Markup
|
Primary paragraph element
|
<Specials>
<Paragraph element="para"/> </Specials> |
Highest division element
|
<PasteOptions>
<PasteElement category="primary_division" element="chapter"/> </PasteOptions> |
Primary division element
|
<ElementOptions>
<ElementOption category="division" element="sect1" primary="yes"/> </ElementOptions> |
Nested primary division element(s)
|
<ElementOptions>
<ElementOption category="division" element="sect2" primary="yes"/> </ElementOptions> |
Primary division title element
|
<PasteOptions>
<PasteElement category="primary_division_title" element="title"/> </PasteOptions> |
Markup for bold text
|
<TextStyles>
<Bold attribute="role" attributeValue="bold" element="emphasis"/> </TextStyles> |
Markup for italic text
|
<TextStyles>
<Italic attribute="role" attributeValue="italic" element="emphasis"/> </TextStyles> |
Markup for underline text
|
<TextStyles>
<Underline attribute="role" attributeValue="underline" element="emphasis"/> </TextStyles> |
Markup for smallcaps text
|
<TextStyles>
<SmallCaps attribute="role" attributeValue="smallcaps" element="emphasis"/> </TextStyles> |
Markup for subscript text
|
<TextStyles>
<Subscript element="subscript"/> </TextStyles> |
Markup for superscript text
|
<TextStyles>
<Superscript element="superscript"/> </TextStyles> |
Markup for bulleted list
|
<Lists>
<Bulleted> <Block element="itemizedlist"/> <Item element="listitem"/> </Bulleted> </Lists> |
Markup for bulleted list item
|
<Lists>
<Bulleted> ... <Item element="listitem"/> </Bulleted> </Lists> |
Markup for numbered list
|
<Lists>
<Numbered> <Block element="orderedlist"/> <Item element="listitem"/> </Numbered> </Lists> |
Markup for numbered list item
|
<Lists>
<Numbered> ... <Item element="listitem"/> </Numbered> </Lists> |
Markup for internal document links
|
<Specials>
<Link element="link" idref="linkend"/> </Specials> |
The reference attribute for internal document links
|
<Specials>
<Link element="link" idref="linkend"/> </Specials> |
Markup for external links
|
<Specials>
<Link element="ulink" uri="url"/> </Specials> |
The reference attribute for external links
|
<Specials>
<Link element="ulink" uri="url"/> </Specials> |
Markup for block graphics
|
<Specials>
<Graphic element="graphic" ... /> </Specials> |
The height attribute for block graphics
|
<Specials>
<Graphic ... reproDepth="depth" ... /> </Specials> |
The width attribute for block graphics
|
<Specials>
<Graphic ... reproWidth="width" ... /> </Specials> |
The scalefit attribute for block graphics
|
<Specials>
<Graphic ... scaleToFit="scalefit" ... /> </Specials> |
Markup for inline graphics
|
<Specials>
<Graphic element="inlinegraphic" ... /> </Specials> |
The height attribute for inline graphics
|
Same attribute as block graphics
|
The width attribute for inline graphics
|
Same attribute as block graphics
|
The scalefit attribute for inline graphics
|
Same attribute as block graphics
|
Markup for the document type’s default table model
|
<PasteOptions>
<PasteElement category="primary_table_wrapper" element="informaltable"/> </PasteOptions> |
The reference attribute for graphics
|
<Specials>
<Graphic ... entity="entityref" filename="fileref" ... /> </Specials> The determination of whether this is a file reference or entity reference depends on either the .style file or the .dcf file settings for graphic details. If the document type has a .style file, those settings take precedence and any .dcf file settings are ignored.
|
The ID attribute
|
<Options
... idAttribute="id" ... > </Options> |