<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="lmlmetahover.css" type="text/css" title="LML default" ?>
<?xml-stylesheet href="lmlBase.css" type="text/css" title="LML meta off" alternate="yes" ?>
<?xml-stylesheet href="lmlmetastatic.css" type="text/css" title="LML meta on" alternate="yes" ?>
<literature version="1.0" 
xmlns="http://purl.oclc.org/net/hoffmann/lml/"
xmlns:h="http://www.w3.org/1999/xhtml" 
xml:lang="en">
<meta>
<title>list samples</title>
<desc>
<p>Some samples 
by <creator>Dr. Olaf Hoffmann</creator>,
<created>2008-10-29</created>.</p>
</desc>
<genre>report sample</genre>
<tune>neutral</tune>
<impressum>
<address>
<l>Dr. Olaf Hoffmann</l>
<l>Appelstraße 2</l>
<l>30167 Hannover</l>
<l>Deutschland/Germany</l>
<l />
<l>email:
&#100;&#114;&#46;&#111;&#46;&#104;&#111;&#102;&#102;&#109;&#97;&#110;&#110;&#64;&#103;&#109;&#120;&#46;&#100;&#101;
</l>
</address>
</impressum>
</meta>

<prosa>
<h>list samples</h>

<index>
<list ltype="none">
<lt>List Type Samples</lt>
<li>:: <h:a role="l:link" href="#none">none</h:a></li>
<li>1. <h:a role="l:link" href="#uo">uo</h:a></li>
<li>2. <h:a role="l:link" href="#oi">oi</h:a></li>
<li>3. <h:a role="l:link" href="#od">od</h:a></li>
<li>4. <h:a role="l:link" href="#df">df</h:a></li>
<li>5. <h:a role="l:link" href="#law">law</h:a></li>
<li>6. <h:a role="l:link" href="#recipe">recipe</h:a></li>
<li>7. <h:a role="l:link" href="#shop">shop</h:a></li>
<li>8. <h:a role="l:link" href="#bill">bill</h:a></li>
<li>9. <h:a role="l:link" href="#contact">contact</h:a></li>
</list>
</index>



<preface>

<p>
List types are indicated in <abbr><meta><desc>Literature Markup Language</desc></meta>LML</abbr>
with an attribute <ap>ltype</ap>. If it can be assumed, that this information is not directly interpreted by the user-agent, authors can simply style the list with <abbr><meta><desc>Cascading StyleSheets</desc></meta>CSS</abbr>. The style provided in this sample page is limited by the
possibilities of <abbr>CSS</abbr> and does not provide a general styling for <abbr>LML</abbr>.
</p>

<p>
On top there is an <el>index</el> including a <el>list</el> of 
<ap>ltype</ap> <val>none</val>. The project type works similary and has
no specific requirements for presentation.
</p>
</preface>

<chapter h:id="uo" xml:id="uo">
<h>1</h>

<p>Sample for an unordered list (list type <val>uo</val>) of fruits and vegetables. As can be seen, the presentation is not 
unordered, only the list type indicated explictly, that the order of appearence in the list has no meaning in the sense of an order.</p>
<list ltype="uo">
<lt>Fruits and vegetables <name>Tom</name> currently has at home</lt>
<lg>
<lt>Fruits</lt>
<li>Apples</li>
<li>Bananas</li>
<li>Oranges</li>
<li>Cherries</li>
<li>Mangos</li>
<li>Strawberries</li>
<li>Sea Buckthorns</li>
<li>Rose Hips</li>
<li>Prunes</li>
<li>Passion fruits</li>
</lg>
<lg>
<lt>Vegetables</lt>
<li>Carrots</li>
<li>Red Radishs</li>
<li>White Radishs</li>
<li>Salads</li>
<li>Beans</li>
<li>Peas</li>
<li>Red Cabbage</li>
<li>White Cabbage</li>
<li>Tomatoes</li>
<li>Paprikas</li>
</lg>
</list>
</chapter>

<chapter h:id="oi" xml:id="oi">
<h>2</h>

<p>Sample for an ordered list (list type <val>oi</val>) of fruits and vegetables with increasing order. 
Note, that list grouping does not reset the counter.</p>
<list ltype="oi">
<lt>Fruits and vegetables <name>Tom</name> currently has at home</lt>
<lg>
<lt>Fruits in the order, <name>Petra</name> likes best</lt>
<li>Passion fruits</li>
<li>Mangos</li>
<li>Prunes</li>
<li>Cherries</li>
<li>Sea Buckthorns</li>
<li>Apples</li>
<li>Bananas</li>
<li>Rose Hips</li>
<li>Strawberries</li>
<li>Oranges</li>
</lg>
<lg>
<lt>Vegetables in the order, <name>Paula</name> likes best</lt>
<li>Paprikas</li>
<li>White Radishs</li>
<li>Red Radishs</li>
<li>Carrots</li>
<li>Beans</li>
<li>Peas</li>
<li>Red Cabbage</li>
<li>White Cabbage</li>
<li>Salads</li>
<li>Tomatoes</li>
</lg>
</list>
</chapter>

<chapter h:id="od" xml:id="od">
<h>3</h>

<p>Sample for an ordered list (list type <val>od</val>) of fruits and vegetables with decreasing order.
Note that the styling applied here is specific for the sample, a general solution for decreasing
requires some more information about the length of the list, a user-agent has, but not a general stylesheet.
Note further, that list grouping does not reset the counter.</p>
<list ltype="od">
<lt>Fruits and vegetables <name>Tom</name> currently has at home</lt>
<lg>
<lt>Fruits in decreasing order, <name>Paula</name> likes best</lt>
<li>Oranges</li>
<li>Cherries</li>
<li>Prunes</li>
<li>Mangos</li>
<li>Passion fruits</li>
<li>Strawberries</li>
<li>Bananas</li>
<li>Apples</li>
<li>Rose Hips</li>
<li>Sea Buckthorns</li>
</lg>
<lg>
<lt>Vegetables in decreasing order, <name>Petra</name> likes best</lt>
<li>Carrots</li>
<li>Beans</li>
<li>Tomatoes</li>
<li>Salads</li>
<li>White Radishs</li>
<li>Red Radishs</li>
<li>Peas</li>
<li>Paprikas</li>
<li>White Cabbage</li>
<li>Red Cabbage</li>
</lg>
</list>
</chapter>

<chapter h:id="df" xml:id="df">
<h>4</h>

<p>Sometimes one has to define something, for this purpose the list type <val>df</val> is intended.
the element <el>lt</el> contains the object or phrase to be defined, the <el>li</el>
contain the definition wording. Sometimes there is more than one object for a definition for there
are more than one definitions for one object, then there is more than one preceding <el>lt</el>
repectively succeeding <el>li</el>. Related defintions may be grouped together with the 
element <el>lg</el>. This element can be used too to pronounce a separation beween different
defintions in one list. If there is no grouping, the preceding <el>lt</el> is defined by the
following <el>li</el> up to the next <el>lt</el>.</p>

<p>Some abbreviations from quantum optics:</p>
<list ltype="df">
<lg>
<lt><abbr>LASER</abbr></lt>
<lt>laser</lt>
<li>light amplification by stimulated emission of radiation</li>
<li>an instrument to create a beam of coherent light</li>
</lg>
<lg>
<lt><abbr>ASE</abbr></lt>
<li>amplified spontaneous emission; often an undesired effect in a laser or laser amplifier</li>
</lg>
<lg>
<lt><abbr>OPO</abbr></lt>
<li>optical parametric oscillator; generation of coherent light with wave mixing in crystals</li>

<lt><abbr>OPA</abbr></lt>
<li>optical parametric amplifier; generation of coherent light with wave mixing in crystals</li>
</lg>

<lg>
<lt><abbr>SHG</abbr></lt>
<li>second harmonic generation; frequency doubling in crytals</li>

<lt><abbr>THG</abbr></lt>
<li>third harmonic generation; frequency triplication in gases</li>

<lt><abbr>HHG</abbr></lt>
<li>high harmonic generation; generation of multiple frequencies, typically in gases</li>
</lg>

<lg>
<lt>excimer laser</lt>
<li>excited dimer laser; special type of pulsed laser, a plasma is created with a discarge resulting in a <abbr>LASER</abbr></li>
</lg>

<lg>
<lt><abbr>cw</abbr> laser</lt>
<li>continuous wave laser - contrary to a pulsed laser like an excimer laser</li>
</lg>


</list>

</chapter>

<chapter h:id="law" xml:id="law">
<h>5</h>

<p>Law text often consists of lists of paragraphs. These paragraphs are typically different from normal paragraph in
ordinary prose text. Typically a law paragraph includes an identifier too. Both by simply writing down this identifier
or by providing a link to this identifier one can give a reference to this paragraph, therefore this identifier needs to
be hardcoded. Concerning hyperlinking, the <ap>xml:id</ap> can be used. Additionally 
one will typically note an identifier explictly literally. For such types of lists the list type <val>law</val> is intended.</p>

<p>
The following example shows the first paragraphs of the german <ph xml:lang="de">Urheberrecht</ph> (author's rights).
Because it a separate piece of literature, it is separated from the other content with an additional <el>literature</el>
element including as additional meta information a source of the quotation. A mixture of <el>s</el>,
<el>h</el>, <el>hs</el> and list elements is used to get the intended structure.
</p>

<literature xml:lang="de">
<meta>
<desc>
Die ersten Paragraphen des Deutschen Urheberrechtes.
</desc>
<cite>
<h:a href="http://www.gesetze-im-internet.de/urhg/">Gesetz über Urheberrecht und verwandte Schutzrechte</h:a>
</cite>


</meta>


<s>
<header>
<hs>Teil 1</hs>
<h>Urheberrecht</h>
</header>

<s>
<header>
<hs>Abschnitt 1</hs>
<h>Allgemeines</h>
</header>

<s xml:id="P1">
<h>&#167; 1 Allgemeines</h>

<list ltype="law">
<li xml:id="P1-1">Die Urheber von Werken der Literatur, Wissenschaft und Kunst genießen für ihre Werke Schutz nach Maßgabe dieses Gesetzes.</li>
</list>
</s>

</s>


<s>
<header>
<hs>Abschnitt 2</hs>
<h>Das Werk</h>
</header>

<s xml:id="P2">
<h>&#167; 2 Geschützte Werke</h>

<list ltype="law">
<li xml:id="P2-1"><lt>(1)</lt> Zu den geschützten Werken der Literatur, Wissenschaft und Kunst gehören insbesondere:</li>
<list ltype="law">
<li xml:id="P2-1-1"><lt>1.</lt> Sprachwerke, wie Schriftwerke, Reden und Computerprogramme; </li>
<li xml:id="P2-1-2"><lt>2.</lt> Werke der Musik;</li>
<li xml:id="P2-1-3"><lt>3.</lt> pantomimische Werke einschließlich der Werke der Tanzkunst;</li>
<li xml:id="P2-1-4"><lt>4.</lt> Werke der bildenden Künste einschließlich der Werke der Baukunst und der angewandten 
                              Kunst und Entwürfe solcher Werke;</li>
<li xml:id="P2-1-5"><lt>5.</lt> Lichtbildwerke einschließlich der Werke, die ähnlich wie Lichtbildwerke geschaffen werden;</li>
<li xml:id="P2-1-6"><lt>6.</lt> Filmwerke einschließlich der Werke, die ähnlich wie Filmwerke geschaffen werden;</li>
<li xml:id="P2-1-7"><lt>7.</lt> Darstellungen wissenschaftlicher oder technischer Art, wie Zeichnungen, Pläne, Karten, Skizzen, 
                              Tabellen und plastische Darstellungen.</li>
</list>
<li xml:id="P2-2"><lt>(2)</lt> Werke im Sinne dieses Gesetzes sind nur persönliche geistige Schöpfungen.</li>

</list>
</s>


<s xml:id="P3">
<h>&#167; 3 Bearbeitungen</h>

<list ltype="law">
<li xml:id="P3-1">Übersetzungen und andere Bearbeitungen eines Werkes, die persönliche geistige Schöpfungen des Bearbeiters sind, werden unbeschadet des Urheberrechts am bearbeiteten Werk wie selbständige Werke geschützt. Die nur unwesentliche Bearbeitung eines nicht geschützten Werkes der Musik wird nicht als selbständiges Werk geschützt.</li>
</list>
</s>

</s>

</s>

<list ltype="law">
<li>...</li>
</list>

</literature>

</chapter>

<chapter h:id="recipe" xml:id="recipe">
<h>6</h>

<p>The list type <val>recipe</val> is intended for a list of incredients of a recipe. The other part of the
recipe is a procedure, what to do with the incredients. Sometimes such a procedure is a list too, sometimes
only paragraphs or sections:</p>

<s>
<h>King's cake</h>

<s>
<h>Incredients</h>

<list ltype="recipe">
<li><lt>0.25 kg</lt> butter</li>
<li><lt>0.2 kg</lt> sugar</li>
<li><lt>0.5 kg</lt> wheaten flour</li>
<li><lt>0.3 kg</lt> raisins</li>
<li><lt>0.15 kg</lt> currants</li>
<li><lt>0.1 kg</lt> candied peel (lemon or orange)</li>
<li><lt>~0.12 l</lt> milk</li>
<li><lt>5</lt> eggs</li>
<li><lt>a pinch</lt>  of salt</li>
<li><lt>12g</lt> baking soda</li>
<li><lt>1 phial</lt> aroma (lemon, orange or rum ...)</li>
<li><lt>1 small parcel</lt> vanillin sugar</li>
<li><lt>20g-40g</lt> sugar powder</li>
</list>


</s>
<s>
<h>Procedure</h>

<list ltype="uo">
<li>Mix the sieved wheaten flour with the baking soda carefully.</li>
<li>Agitate the butter adding bit by bit the sugar, vanilla sugar, the eggs,
aroma, baking oil, salt foamingly.</li>
<li>Agitate the milk and the wheaten flour baking soda mixture alternating below the butter mixture bit by bit.
        Do not use too much milk, the batter has to unsnap only hardly from the spoon.</li>
<li>Mix in currants, raisins and sukkade at last to the batter slowly.</li>
<li>Grease a cake form (box or ring shaped, the cake expands to the double size while baking, therefore
the from needs to be large enough) and lay it out with baking paper or alternatively use breadcrumbs.</li>
<li>Put the batter mixture in the form.</li>
<li>Bake it about 60-75 minutes at about 200 degree centigrade (lower temperature and times with 
air circulation in the oven, can be down to 50 minutes at 160 degree centigrade).</li>
<li>It can be useful to cut the cake surface slightly after about 20 minutes.</li>
<li>After removing the cake from the form, disperse the sugar powder on it.</li>
</list>

</s>
</s>



</chapter>

<chapter h:id="shop" xml:id="shop">
<h>7</h>

<p>The list type <val>shop</val> is intended for shopping lists and is closely related to 
the list type <val>recipe</val>. <el>lt</el> are inside the <el>li</el>, 
, the other content of the <el>li</el>
is the product to buy.
</p>


<s>
<h>Shopping list</h>


<list ltype="shop">
<lg>
<li><lt>1</lt> notebook <lt>999 Euro</lt></li>
<li><lt>1</lt> 1TB external hard disk <lt>100 Euro</lt></li>
<li><lt>1</lt> 16GB <abbr><meta><desc>Universal Serial Bus</desc></meta>USB</abbr> flash drive <lt>32 Euro</lt></li>
<li><lt>50</lt> <abbr><meta><desc>Compact Disc</desc></meta>CD</abbr>s <lt>10 Euro</lt></li>
</lg>
<lg>
<li><lt>10</lt> condoms, studded, strawberry taste for <name>Carmelita</name> <lt>5 Euro</lt></li>
<li><lt>10</lt> condoms, incredible spicy devils style for <name>Magdalena</name> <lt>5 Euro</lt></li>
<li><lt>10</lt> condoms, extra thick for <name>Peter</name> <lt>5 Euro</lt></li>
<li><lt>1</lt> toothpaste <lt>0.8 Euro</lt></li>
<li><lt>3</lt> toothbrushes <lt>1.8 Euro</lt></li>
</lg>
<lg>
<li><lt>1l</lt> milk <lt>0.69 Euro</lt></li>
<li><lt>250g</lt> butter <lt>1.29 Euro</lt></li>
<li><lt>250g</lt> jam <lt>0.89 Euro</lt></li>
<li><lt>4</lt> baps <lt>1 Euro</lt></li>
</lg>

</list>

</s>

</chapter>





<chapter h:id="bill" xml:id="bill">
<h>8</h>

<p>The list type <val>bill</val> is intended for bills, charges or invoices  and is closely related to 
the list type <val>shop</val>. <el>lt</el> are inside the <el>li</el>, 
one for the price, one maybe  for the amount, the other content of the <el>li</el>
is the product.
</p>


<s>
<h>Bill</h>

<s>
<list ltype="bill">
<lg>
<li><lt>999 Euro</lt><lt>1</lt> notebook</li>
<li><lt>100 Euro</lt><lt>1</lt> 1TB external hard disk </li>
<li><lt>32 Euro</lt><lt>1</lt> 16GB <abbr>USB</abbr> flash drive </li>
<li><lt>10 Euro</lt><lt>50</lt> <abbr>CD</abbr>s </li>
</lg>
<lg>
<li><lt>1141 Euro</lt><lt> </lt> together</li>
<li><lt>182.18 Euro</lt><lt>19%</lt> taxes included</li>
</lg>
</list>
</s>
</s>

</chapter>

<chapter h:id="contact" xml:id="contact">
<h>9</h>

<p>The list type <val>contact</val> is intended for contact information, for address books, 
telephone books etc, listing contact information about persons or organisations. 
The element <el>lt</el> may indicate an identifier, name, number etc, the 
<el>li</el> the contact information.
</p>

<s>
<h>Private Relations</h>

<list ltype="contact">
   <lt>Andrea</lt><li><h:a href="mailto:andrea@fetish.joy">andrea@fetish.joy</h:a></li> 
   <lt>Angela</lt><li><h:a href="mailto:angel@heaven.sky">angel@heaven.sky</h:a></li>
   <lt>Annemarie</lt><li><h:a href="mailto:annemariechen@hausfrauen.sex">annemariechen@hausfrauen.sex</h:a></li>
   <lt>Aysche</lt><li><h:a href="mailto:aysche@barbizarre.biss">aysche@barbizarre.netz</h:a></li>
   <lt>Carmelita</lt><li><h:a href="mailto:carmelita@spanish.fly">carmelita@spanish.fly</h:a></li>
   <lt>Cristine</lt><li><h:a href="mailto:crissy@schlag.aua">crissy@schlag.aua</h:a></li>
   <lt>Detlev</lt><li><h:a href="mailto:detlev@koeln.cvjm">detlev@koeln.cvjm</h:a></li>
   <lt>Emma</lt><li><h:a href="mailto:emma@nymphoman.orgas">emma@nymphoman.orgas</h:a></li>
   <lt>Friderike</lt><li><h:a href="mailto:friderike@sm.biss">friderike@sm.biss</h:a></li> 
   <lt>Hannah</lt><li><h:a href="mailto:hannah@fatale.fem">hannah@fatale.fem</h:a></li>   
   <lt>Karla</lt><li><h:a href="mailto:karla@sklavin.komm">karla@sklavin.komm</h:a></li>
   <lt>Marion</lt><li><h:a href="mailto:marion@strich.auf">marion@strich.auf</h:a></li>
   <lt>Melanie</lt><li><h:a href="mailto:melanie@lovechannel.joy">melanie@lovechannel.joy</h:a></li>
   <lt>Pamela</lt><li><h:a href="mailto:pamela@dirty.talk">pamela@dirty.talk</h:a></li> 
   <lt>Petra</lt><li><h:a href="mailto:petra@french.kiss">petra@french.kiss</h:a></li> 
   <lt>Sabrina</lt><li><h:a href="mailto:sabrina@roemische.orgie">sabrina@roemische.orgie</h:a></li>   
   <lt>Tamara</lt><li><h:a href="mailto:tamara@domina.netz">tamara@domina.netz</h:a></li>
   <lt>Tanja</lt><li><h:a href="mailto:tanja@schnittchen.wir">tanja@schnittchen.wir</h:a></li> 
   <lt>Ulrike</lt><li><h:a href="mailto:toifelchen@hoelle.heiss">toifelchen@hoelle.heiss</h:a></li>
</list>

</s>

</chapter>








</prosa>

</literature>
