<respons>
<respons> (responsibility) identifies the individual(s) responsible for some aspect of the markup of particular element(s). 21.2 Attribution of Responsibility | |||||||||||||||||||||||||
Modul | certainty — 21 Certainty and Responsibility | ||||||||||||||||||||||||
Attribute |
| ||||||||||||||||||||||||
Verwendet von | |||||||||||||||||||||||||
Kann enthalten | |||||||||||||||||||||||||
Deklaration |
element respons { att.global.attributes, attribute target { list { data.pointer+ } }, attribute locus { list { ( "gi" | "location" | "startLoc" | "endLoc" | "attrName" | "transcribedContent" | "suppliedContent" | xsd:Name )+ } }, attribute resp { data.pointer }, model.glossLike* } | ||||||||||||||||||||||||
Beispiel | <respons target="#p1" locus="gi location" resp="#encoder1"/> <respons target="#p2" locus="rend" resp="#encoder2"/> <list type="encoders"> <item xml:id="encoder1"/> <item xml:id="encoder2"/> </list> |