<respons>

<respons> (責任) 指出標記一或多個特定元素某部分的負責人。 21.2 Attribution of Responsibility
組件certainty — 21 Certainty and Responsibility
屬性
target指出標記責任所在元素的識別符碼。
狀態 必備的
資料類型 1–∞ occurrences of

<rng:ref name="data.pointer"/>
data.pointer
以空白鍵隔開
one or more valid identifiers, separated by whitespace.
locus指出標記責任所屬的特定部分。
狀態 必備的
資料類型 1–∞ occurrences of

<rng:ref name="data.enumerated"/>
data.enumerated
以空白鍵隔開
被推薦的值包含:
gi
(element name) 負責聲明元素屬於標記所指示的類型
location
負責聲明元素依照所指示的位置開始與結束
startLoc
(start location) responsibility for the claim that the element begins where indicated
endLoc
(end location) responsibility for the claim that the element ends where indicated
attrName
(attribute name) 負責聲明名稱屬性擁有標記中提供的屬性值
transcribedContent
負責元素內容的轉錄
suppliedContent
負責標記者所提供的內容 (更正、縮寫還原等。)
resp (responsible party) 指出負責電子文本指定部分的個人或機構。
狀態 必備的
資料類型

<rng:ref name="data.pointer"/>
data.pointer
a pointer to one of the identifiers declared in the document header, associated with a person asserted as responsible for some aspect of the text's creation, transcription, editing, or encoding
屬於
可包含
core: desc gloss
tagdocs: altIdent equiv
宣告

<rng:element name="respons">
<rng:ref name="att.global.attributes"/>
<rng:attribute name="target">
 <rng:list>
  <rng:oneOrMore>
   <rng:ref name="data.pointer"/>
  </rng:oneOrMore>
 </rng:list>
</rng:attribute>
<rng:attribute name="locus">
 <rng:list>
  <rng:oneOrMore>
   <rng:choice>
    <rng:value>gi</rng:value>
    <rng:value>location</rng:value>
    <rng:value>startLoc</rng:value>
    <rng:value>endLoc</rng:value>
    <rng:value>attrName</rng:value>
    <rng:value>transcribedContent</rng:value>
    <rng:value>suppliedContent</rng:value>
    <rng:data type="Name"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:list>
</rng:attribute>
<rng:attribute name="resp">
 <rng:ref name="data.pointer"/>
</rng:attribute>
<rng:zeroOrMore>
 <rng:ref name="model.glossLike"/>
</rng:zeroOrMore>
</rng:element>
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="#zh-tw_p1locus="gi locationresp="#zh-tw_encoder1"/>
<respons target="#zh-tw_p2locus="rendresp="#zh-tw_encoder2"/>
<list type="編碼員">
 <item xml:id="zh-tw_編碼員1"/>
 <item xml:id="zh-tw_編碼員2"/>
</list>