summaryrefslogtreecommitdiff
path: root/doc/mallard/C/mal_section.xml
blob: 75b93840dcbd9cdd9af3fc73e49a49092b2c16fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<page xmlns="http://www.gnome.org/~shaunm/mallard"
      type="topic"
      id="mal_section">

<info>
  <version number="0.1" date="2007-02-22" status="stub"/>
</info>

<title>Sections</title>

<synopsis><code mime="application/relax-ng-compact-syntax">
mal_section = element section {
  attribute id { xsd:ID },
  attribute style { xsd:NMTOKENS } ?,
  attribute * - (mal:* | local:*) { text } *,

  <link xref="mal_info">mal_info</link> ?,
  <link xref="mal_block_title">mal_block_title</link>,
  <link xref="mal_block">mal_block</link> *,
  <link xref="mal_section">mal_section</link> *
}
</code></synopsis>

</page>