<respons>
<respons> (責任) 指出標記一或多個特定元素某部分的負責人。 21.2 Attribution of Responsibility | |||||||||||||||||||||||||
組件 | certainty — 21 Certainty and Responsibility | ||||||||||||||||||||||||
屬性 |
| ||||||||||||||||||||||||
屬於 | model.global.meta | ||||||||||||||||||||||||
可包含 | |||||||||||||||||||||||||
宣告 |
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* } | ||||||||||||||||||||||||
例子 | <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> |