<?xml version="1.0" encoding="ISO-8859-1"?>
<JAXECFG>

<DESCRIPTION>Tutorial with a WXS schema</DESCRIPTION>

<FICHIERXSL nom="TUTORIAL.xsl"/>

<FICHIERSCHEMA nom="TUTORIAL2.xsd"/>

<RACINE>
<BALISE nom="TUTORIAL" titre="Tutorial" type="division"/>
</RACINE>

<MENU titre="Organisation">
<BALISE nom="TITLE" titre="Title" type="string">
<PARAMETRE nom="style" valeur="GRAS"/>
</BALISE>

<BALISE nom="SECTION" titre="Section" type="division"/>

<BALISE commande="p" nom="PARAGRAPH" titre="Paragraph" type="zone"/>

<BALISE nom="EXAMPLE" titre="Example" type="zone">
<PARAMETRE nom="police" valeur="Monospaced"/>
</BALISE>
</MENU>


<MENU titre="List">

<BALISE nom="LIST" titre="List" type="liste"/>

<BALISE nom="LI" titre="List element" type="item"/>

</MENU>


<MENU titre="Text">

<BALISE nom="EMPHASIS" titre="Emphasis" type="string">
<PARAMETRE nom="style" valeur="ITALIQUE"/>
</BALISE>

<BALISE nom="CODE" titre="Code" type="string">
<PARAMETRE nom="police" valeur="Monospaced"/>
</BALISE>

<BALISE nom="SPACE" titre="Space" type="vide"/>

<BALISE nom="LINK" titre="Link" type="string">
<ATTRIBUT nom="href" presence="obligatoire"/>
<PARAMETRE nom="titreAtt" valeur="href"/>
</BALISE>

</MENU>

</JAXECFG>