<respons>
<respons> (responsibility) identifies the individual(s) responsible for some aspect of the markup of particular element(s). 21.3 Attribution of Responsibility | |||||||||||||||||||||||||||||||||
Modul | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||||
Neben global gültigen Attributen |
|
||||||||||||||||||||||||||||||||
Verwendet von | |||||||||||||||||||||||||||||||||
Kann enthalten | |||||||||||||||||||||||||||||||||
Deklaration |
element respons { att.global.attributes, attribute target { list { data.pointer+ } }?, attribute pattern { text }?, attribute locus { list { ( "name" | "start" | "end" | "location" | "value" )+ } }, attribute resp { data.pointer }, model.glossLike* } |
||||||||||||||||||||||||||||||||
Beispiel |
<respons target="#p1" locus="name location" resp="#encoder1"/>
<respons target="#p2" pattern="@rend" locus="value" resp="#encoder2"/> <list type="encoders"> <item xml:id="encoder1"/> <item xml:id="encoder2"/> </list> |