|
| 1 | +<TEI version="3.3.0" xmlns="http://www.tei-c.org/ns/1.0"> |
| 2 | + <teiHeader> |
| 3 | + <fileDesc> |
| 4 | + <titleStmt> |
| 5 | + <title>The shortest TEI Document Imaginable</title> |
| 6 | + </titleStmt> |
| 7 | + <publicationStmt> |
| 8 | + <p>First published as part of TEI P2, this is the P5 |
| 9 | + version using a namespace.</p> |
| 10 | + </publicationStmt> |
| 11 | + <sourceDesc> |
| 12 | + <p>No source: this is an original work.</p> |
| 13 | + </sourceDesc> |
| 14 | + </fileDesc> |
| 15 | + </teiHeader> |
| 16 | + <text> |
| 17 | + <body> |
| 18 | + <div> |
| 19 | + <head>Correspondance simple</head> |
| 20 | + <p>lorem ipsum Gustave Eiffel</p> |
| 21 | + |
| 22 | + <head>Entité encadrée par une ponctuation</head> |
| 23 | + <p>lorem ipsum (Gustave Eiffel)</p> |
| 24 | + |
| 25 | + <head>Entité suivie d'une ponctuation</head> |
| 26 | + <p>Gustave Eiffel, lorem ipsum</p> |
| 27 | + |
| 28 | + <head>Entité avec abréviation</head> |
| 29 | + <p>Eiffel G., lorem ipsum</p> |
| 30 | + |
| 31 | + <head>Entité contenant un caractère HTML</head> |
| 32 | + <p>Gustave	Eiffel, lorem ipsum</p> |
| 33 | + </div> |
| 34 | + <div> |
| 35 | + <head>Juxtaposition</head> |
| 36 | + <p>Gustave Eiffel Marie Curie</p> |
| 37 | + </div> |
| 38 | + <div> |
| 39 | + <head>Rendition complète : L'intégralité de l'entité est formatée</head> |
| 40 | + <p>lorem ipsum <hi rend="bold">Gustave Eiffel</hi></p> |
| 41 | + |
| 42 | + <head>Rendition partielle : L'entité est partiellement formatée</head> |
| 43 | + <p>lorem ipsum (Gustave <hi rend="bold">Eiffel</hi>)</p> |
| 44 | + |
| 45 | + <head>Rendition imbriquée : Renditions imbriquées sur l'entité</head> |
| 46 | + <p>lorem ipsum (<hi rend="italic">Gustave <hi rend="bold">Eiffel</hi></hi>)</p> |
| 47 | + </div> |
| 48 | + <div> |
| 49 | + <head>Inclusion totale : Une entité est complètement incluse dans une autre</head> |
| 50 | + <p>Laboratoire Marie Curie de l'Université Saclay</p> |
| 51 | + </div> |
| 52 | + <div> |
| 53 | + <head>Overlap : Une entité est partiellement incluse dans une autre</head> |
| 54 | + <p>Université Gustave Eiffel, lorem ipsum</p> |
| 55 | + </div> |
| 56 | + |
| 57 | + <div> |
| 58 | + <head>Titre avec annotation: Gustave Eiffel</head> |
| 59 | + <p>Gustave Eiffel</p> |
| 60 | + </div> |
| 61 | + <div> |
| 62 | + <head> |
| 63 | + Overlap: deux annotations du même groupe se chevauchent partiellement |
| 64 | + </head> |
| 65 | + <p>Gustave Eiffel G.</p> |
| 66 | + </div> |
| 67 | + <div> |
| 68 | + <head> |
| 69 | + Overlap: deux annotations de groupes différents se chevauchent |
| 70 | + partiellement |
| 71 | + </head> |
| 72 | + <p>Université Gustave Eiffel G.</p> |
| 73 | + </div> |
| 74 | + </body> |
| 75 | + </text> |
| 76 | +</TEI> |
0 commit comments