<respons>
<respons> ある要素の決定に責任のある個人を特定する. 21.3 Attribution of Responsibility | |||||||||||||||||||||||||||||||||
モジュール | certainty — 21 Certainty, Precision, and Responsibility | ||||||||||||||||||||||||||||||||
グローバル属性の他 |
|
||||||||||||||||||||||||||||||||
当該モジュールを使用するもの | |||||||||||||||||||||||||||||||||
下位 | |||||||||||||||||||||||||||||||||
宣言 |
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* } |
||||||||||||||||||||||||||||||||
例 |
<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> |
||||||||||||||||||||||||||||||||
解説 |