[Next] [Previous] [First]

Réduction de l'empreinte source

Instance source DTD Source
<Mail>
  <Recipient>
   Cecile.Roisin@inrialpes.fr
  </Recipient> 
  <Sender>
    Stephane.Bonhomme@inrialpes.fr
  </Sender>
  <Subject>littérature XML</Subject>
  <Textbody>
    <P>Bonjour Cécile,</P>
    <P>As-tu lu "SGML, Java and the
       Future of the Web" ?</P>
    <P>Stéphane.</P>
  </Textbody>
</Mail>

<!ELEMENT Mail          (Recipient,
                         Sender,
Subject, Textbody) >
<!ELEMENT Recipient (#PCDATA) > <!ELEMENT Sender (#PCDATA) > <!ELEMENT Subject (#PCDATA) > <!ELEMENT Textbody (P)+ > <!ELEMENT Name (#PCDATA) > <!ELEMENT P (#PCDATA|Name)* >
Empreinte générique

{TTT(([TT]))}

Empreinte spécifique

{TTT(([T]))}

Empreinte simplifiée

{TTT(T)}