Help:Section: Difference between revisions

From ApCoCoAWiki
KHiddemann (talk | contribs)
New page: section {{stub}}
 
KHiddemann (talk | contribs)
No edit summary
Line 1: Line 1:
section
section


{{stub}}
==Description==
A subset of the documentation. It is structured in three levels: [[CoCoAXML:Part|parts]] contain [[CoCoAXML:Chapter|chapters]] and those contain sections. The sections hold the actual information, the parts and chapters are only for hierarchical modeling. All of those should contain a [[CoCoAXML:Title|title]] element which specifies what their contents are about.
 
==Syntax==
<code>&lt;section&gt; ... &lt;/section&gt;</code>
 
==May contain==
*[[CoCoAXML:PCDATA|&#35;PCDATA]]
*[[CoCoAXML:Description|description]]
*[[CoCoAXML:Key|key]]
*[[CoCoAXML:See|see]]
*[[CoCoAXML:Title|title]]
*[[CoCoAXML:Type|type]]
 
[[Category:CoCoAXML|Section]]
{{DISPLAYTITLE:Section}}

Revision as of 13:22, 26 July 2007

section

Description

A subset of the documentation. It is structured in three levels: parts contain chapters and those contain sections. The sections hold the actual information, the parts and chapters are only for hierarchical modeling. All of those should contain a title element which specifies what their contents are about.

Syntax

<section> ... </section>

May contain