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

<DESCRIPTION>Exemple de documentation utilisant un schéma WXS</DESCRIPTION>

<FICHIERXSL nom="DOC.xsl"/>

<FICHIERSCHEMA nom="DOC2.xsd"/>

<RACINE>
<BALISE nom="DOCUMENTATION" titre="Documentation" type="division"/>
</RACINE>

<MENU titre="Organisation">

<BALISE nom="TITRE" titre="Titre" type="string">
<PARAMETRE nom="style" valeur="GRAS"/>
</BALISE>

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

<BALISE commande="p" nom="PARAGRAPHE" titre="Paragraphe" type="zone"/>

<BALISE nom="EXEMPLE" titre="Exemple" type="zone">
<PARAMETRE nom="police" valeur="Monospaced"/>
</BALISE>

</MENU>


<MENU titre="Liste">

<BALISE nom="LISTE" titre="Liste" type="liste"/>

<BALISE nom="EL" titre="Elément de liste" type="item"/>

</MENU>


<MENU titre="Texte">

<BALISE nom="EMPHASE" titre="Emphase" type="string">
<PARAMETRE nom="style" valeur="ITALIQUE"/>
</BALISE>

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

<BALISE nom="ESPACE" titre="Espace" type="vide"/>

<BALISE nom="LIEN" titre="Lien" type="string">
<PARAMETRE nom="titreAtt" valeur="href"/>
</BALISE>

</MENU>

</JAXECFG>