Difference between revisions of "Help:Section"
From ApCoCoAWiki
KHiddemann (talk | contribs) (New page: section {{stub}}) |
KHiddemann (talk | contribs) |
||
Line 1: | Line 1: | ||
section | section | ||
− | {{ | + | ==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><section> ... </section></code> | ||
+ | |||
+ | ==May contain== | ||
+ | *[[CoCoAXML:PCDATA|#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>