Difference between revisions of "Help:Section"

From ApCoCoAWiki
m (fixing some links.)
Line 2: Line 2:
  
 
==Description==
 
==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.
+
A subset of the documentation. It is structured in three levels: [[Help:Part|parts]] contain [[Help: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 [[Help:Title|title]] element which specifies what their contents are about.
  
 
==Syntax==
 
==Syntax==
Line 8: Line 8:
  
 
==May contain==
 
==May contain==
*[[CoCoAXML:PCDATA|#PCDATA]]
+
*[[Help:PCDATA|#PCDATA]]
*[[CoCoAXML:Description|description]]
+
*[[Help:Description|description]]
*[[CoCoAXML:Key|key]]
+
*[[Help:Key|key]]
*[[CoCoAXML:See|see]]
+
*[[Help:See|see]]
*[[CoCoAXML:Title|title]]
+
*[[Help:Title|title]]
*[[CoCoAXML:Type|type]]
+
*[[Help:Type|type]]
  
 
[[Category:CoCoAXML|Section]]
 
[[Category:CoCoAXML|Section]]
 
{{DISPLAYTITLE:Section}}
 
{{DISPLAYTITLE:Section}}

Revision as of 14:34, 16 October 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