[30 minutes]

Soit les exemples ci-après de documents XML répondant aux schémas DITA.

1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Exemple de map : tasks.ditamap -->
3
<map title="Garage tasks">
4
  <topicref href="tasks/changingtheoil.xml" type="task"/>
5
  <topicref href="tasks/washingthecar.xml" type="task"/>
6
  <topicref href="tasks/spraypainting.xml" type="task"/>
7
  <topicref href="tasks/shovellingsnow.xml" type="task"/>
8
  <topicref href="tasks/takinggarbage.xml" type="task"/>
9
</map>
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Exemple de topic de type task : takinggarbage.xml -->
3
<task id="takinggarbage" xml:lang="en-us">
4
  <title>Taking out the garbage</title>
5
  <taskbody>
6
    <steps>
7
      <step><cmd>Find out from the town what day of the week garbage is collected in your neighborhood.</cmd></step>
8
      <step><cmd>The night before collection, place the garbage cans on the curb.</cmd></step>
9
      <step><cmd>After the garbage has been collected, move the cans back into your garage.</cmd></step>
10
    </steps>
11
  </taskbody>
12
  <related-links>
13
    <link href="../concepts/lawnmower.xml" format="dita" type="concept"><linktext>Lawnmower</linktext></link>
14
  </related-links>
15
</task>
1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Exemple de topic de type concept : wheelbarrow.xml -->
3
<concept id="wheelbarrow" xml:lang="en-us">
4
  <title>Wheel barrow</title>
5
  <conbody>
6
    <p>A good wheel barrow will save your back from extensive trauma when you garden.</p>
7
  </conbody>
8
</concept>

Question

En quoi une map DITA peut-elle encore être considérée comme un document ; en quoi ne le peut-elle plus ?

Mobiliser des connaissances théoriques pour proposer une réponse claire, concise et précise.

Solution

ExempleExemple d'éléments liés au sujet
  • La définition du document (Bachimont:178-179) :

    1. Permanence dans le temps

    2. Délimitation spatiale

    3. Délimination temporelle

    4. Intentionalité

  • Les pratiques documentaires et les les déplacements induits par le numérique (Bachimont:222-225) :

    1. La version de référence (fragmentation, mise à jour, ...)

    2. Effacement de l'auteur (réutilisation de fragments, multi-auteurs, agencement plutôt qu'écriture, ...)

    3. L'objectivation du contenu (validation, contrôle, ...)

    4. Fixité du support (multi-supports)

  • Les concepts de réutilisation, multisupport (Crozat:49-51)

  • ...