<refState>

<refState> (reference state) 標石要素の手法として定義されている標準的な参照の構成要素をひとつ示す. [2.3.5.3 Milestone Method 2.3.5 The Reference System Declaration]
モジュールheader — 2 The TEI Header
属性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.sourced (@ed)
unit 当該標石要素の場所で起こる変化の種類を示す.
状態 必須
データ型

<rng:ref name="data.enumerated"/>
data.enumerated
提案する値は以下の通り:
page
参照版中の改行.
column
段替え.
line
改行.
book
書籍,公文書等と呼ばれる単位.
poem
作品集における独立した詩.
canto
詩の編または主要なセクション.
stanza
詩,書籍,編における連.
act
芝居の幕.
scene
芝居の場.
section
各種のセクション.
absent
当該参照版にはない一節.
length 参照構成要素の固定長を示す.
状態 任意
データ型

<rng:ref name="data.count"/>
data.count
Should be a positive integer; if no value is provided, the length is unlimited and goes to the next delimiter or to the end of the value.
解説
参照構成要素が数値型の場合,当該長さの先頭にゼロの列が付く.数 値型でない場合,最後に空白が付く.必要であれば,参照構成要素の 値は丸められることがある.
参照を求める際,当該長さは,比べられる文字の数を示す.この値よ りも長い場合,開始点が正しければ,マッチすると判断されるだろう.
delim (delimiter) 参照構成要素の開始を表すデリミタを示す.
状態 任意
データ型

<rng:text/>
text
If a single space is used it is interpreted as whitespace.
当該モジュールを使用するもの
上位
header: refsDecl
下位空要素
宣言

<rng:element name="refState">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.sourced.attributes"/>
 <rng:attribute name="unit">
  <rng:choice>
   <rng:value>page</rng:value>
   <rng:value>column</rng:value>
   <rng:value>line</rng:value>
   <rng:value>book</rng:value>
   <rng:value>poem</rng:value>
   <rng:value>canto</rng:value>
   <rng:value>stanza</rng:value>
   <rng:value>act</rng:value>
   <rng:value>scene</rng:value>
   <rng:value>section</rng:value>
   <rng:value>absent</rng:value>
   <rng:data type="Name"/>
  </rng:choice>
 </rng:attribute>
 <rng:optional>
  <rng:attribute name="length">
   <rng:ref name="data.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="delim">
   <rng:text/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element refState
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.sourced.attributes,
   attribute unit
   {
      "page"
    | "column"
    | "line"
    | "book"
    | "poem"
    | "canto"
    | "stanza"
    | "act"
    | "scene"
    | "section"
    | "absent"
    | xsd:Name
   },
   attribute length { data.count }?,
   attribute delim { text }?,
   empty
}
<refState unit="book" delim=":"/>
<refState unit="line" length="4"/>