First page Back Continue Last page Graphics
XML Schema : approche par l'exemple 3 : le document XML
<?xml version="1.0" encoding="UTF-8"?>
<Etude
xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "schemaOuvrage.xsd">
- <titre>étude économique du Lousdem en 2011</titre>
- <Situation date="2010-07-25>
- <titre>contexte de l'étude</titre>
- <paragraphe>Blah...</paragraphe>
- <paragraphe>Blah...</paragraphe>
- </Situation>
- <Problématique>
- </Problématique>
- <Résolution>
- </Résolution>
- <Informations>
- </Informations>
</Etude>