summaryrefslogtreecommitdiff
path: root/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/article.xml
blob: 5bafcd0bed9df3058d59c365affa0060fab98422 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<article xmlns="http://www.scons.org/dbxsd/v1.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0/scons.xsd scons.xsd">
  <articleinfo>
    <title></title>
    <author>
      <firstname></firstname>
      <surname></surname>
      <affiliation>
        <orgname></orgname>
      </affiliation>
    </author>
    <pubdate></pubdate>
  </articleinfo>
  <section>
    <title></title>
    <para></para>
  </section>
</article>