Noeud:Segmented List, Noeud « Next »:, Noeud « Previous »:Ordered List, Noeud « Up »:Lists



Segmented List


SegmentedList = ( ( Title, TitleAbbrev? )?,
                  SegTitle, SegTitle+,
                  SegListItem+
                )

SegListItem = (Seg, Seg+)

Elements : SegmentedList, Title, TitleAbbrev, SegTitle, SegListItem, Seg.

The SegmentedList element is used to define a segmented list. Such a list is composed of an heading followed by the members of the list. The heading is composed of several titles, and each member of the list is composed of the same number of elements, each one corresponding to a title in the heading.

The SegmentedList element is composed of:

Each member of the segmented list is composed of Seg elements, in a quantity equal to the quantity of segment titles (SegTitle). The first Seg element corresponds to the first segment title, the second Seg element to the the second segment title, etc.

<segmentedlist>
  <title>Valeur de l'Euro fixée au 31 Décembre 1998</title>
  <segtitle>Pays</segtitle>
  <segtitle>Valeur</segtitle>
  <segtitle>Monnaie nationale</segtitle>
  <seglistitem>
    <seg>Allemagne</seg><seg>1,95583</seg><seg>mark</seg>
  </seglistitem>
  <seglistitem>
    <seg>Autriche</seg><seg>13,7603</seg><seg>schillings</seg>
  </seglistitem>
  <seglistitem>
    <seg>Belgique</seg><seg>40,3399</seg><seg>francs belges</seg>
  </seglistitem>
  <seglistitem>
    <seg>Espagne</seg><seg>166,386</seg><seg>pesetas</seg>
  </seglistitem>
  <seglistitem>
    <seg>Finlande</seg><seg>5,94573</seg><seg>marks finlandais</seg>
  </seglistitem>
  <seglistitem>
    <seg>France</seg><seg>6,55957</seg><seg>francs français</seg>
  </seglistitem>
  <seglistitem>
    <seg>Irlande</seg><seg>0,787564</seg><seg>livre irlandaise</seg>
  </seglistitem>
  <seglistitem>
    <seg>Italie</seg><seg>1936,27</seg><seg>lires</seg>
  </seglistitem>
  <seglistitem>
    <seg>Luxembourg</seg><seg>40,3399</seg>
    <seg>francs luxembourgeois</seg>
  </seglistitem>
  <seglistitem>
    <seg>Pays-Bas</seg><seg>2,20371</seg><seg>florins néerlandais</seg>
  </seglistitem>
  <seglistitem>
    <seg>Portugal</seg><seg>200,482</seg><seg>escudos portugais</seg>
  </seglistitem>
</segmentedlist>