<rs>

<rs> 一般目的名,すなわち参照文字列を示す. 13.2.1 Personal Names 3.5.1 Referring Strings
モジュールcore — 3 Elements Available in All TEI Documents
属性 att.naming (@key, @ref, @nymRef)
type 参照文字列により示された対象をより具体的に示す.例えば, person(人物), place(場所), ship(船), element(要素)など.
状態 使えるならば必須
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
Any string of characters.
当該モジュールを使用するもの model.nameLike
下位
宣言

<rng:element name="rs">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element rs
{
   att.global.attributes,
   att.naming.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
<q>My dear <rs type="person">Mr. Bennet</rs>, </q>
said <rs type="person">his lady</rs> to him one day,

<q>have you heard that <rs type="place">Netherfield
   Park</rs> is let at last?</q>