<annotation>
<annotation> represents an annotation following the Web Annotation Data Model. [17.10 The standOff Container] | |||||||||||||||||||||||||
Module | linking — Linking, Segmentation, and Alignment | ||||||||||||||||||||||||
Attributs |
|
||||||||||||||||||||||||
Membre du | |||||||||||||||||||||||||
Contenu dans |
linking: listAnnotation standOff
|
||||||||||||||||||||||||
Peut contenir | |||||||||||||||||||||||||
Exemple |
<annotation xml:id="ann1"
motivation="linking" target="#Gallia"> <!-- See https://www.w3.org/TR/annotation-model/#lifecycle-information and https://www.w3.org/TR/annotation-model/#agents --> <respStmt xml:id="fred"> <resp>creator</resp> <persName>Fred Editor</persName> </respStmt> <revisionDesc> <change status="created" when="2020-05-21T13:59:00Z" who="#fred"/> <change status="modified" when="2020-05-21T19:48:00Z" who="#fred"/> </revisionDesc> <!-- See https://www.w3.org/TR/annotation-model/#rights-information --> <licence target="http://creativecommons.org/licenses/by/3.0/"/> <!-- Multiple bodies --> <!-- Pointers to sections of text in the same document --> <ptr target="#string-range(c1p1s1,0,6)"/> <ptr target="#string-range(c1p1s6,19,7)"/> </annotation> |
||||||||||||||||||||||||
Exemple |
<annotation xml:id="TheCorrectTitle"
motivation="commenting" target="#line1"> <note>The correct title of this specification, and the correct full name of XML, is "Extensible Markup Language". "eXtensible Markup Language" is just a spelling error. However, the abbreviation "XML" is not only correct but, appearing as it does in the title of the specification, an official name of the Extensible Markup Language. </note> </annotation> |
||||||||||||||||||||||||
Modèle de contenu |
<content> |
||||||||||||||||||||||||
Schéma Declaration |
<rng:element name="annotation"> element annotation { att.global.attribute.n, att.global.attribute.xmllang, att.global.attribute.xmlbase, att.global.attribute.xmlspace, att.global.rendition.attribute.rend, att.global.rendition.attribute.style, att.global.rendition.attribute.rendition, att.global.linking.attribute.corresp, att.global.linking.attribute.synch, att.global.linking.attribute.sameAs, att.global.linking.attribute.copyOf, att.global.linking.attribute.next, att.global.linking.attribute.prev, att.global.linking.attribute.exclude, att.global.linking.attribute.select, att.global.analytic.attribute.ana, att.global.facs.attribute.facs, att.global.change.attribute.change, att.global.responsibility.attribute.cert, att.global.responsibility.attribute.resp, att.global.source.attribute.source, att.pointing.attribute.targetLang, att.pointing.attribute.evaluate, attribute xml:id { xsd:ID }, attribute target { list { teidata.pointer+ } }, attribute motivation { list { ( "assessing" | "bookmarking" | "classifying" | "commenting" | "describing" | "editing" | "highlighting" | "identifying" | "linking" | "moderating" | "questioning" | "replying" | "tagging" )+ } }?, ( respStmt*, revisionDesc*, licence*, model.annotationPart.body* ) } |