<refState>

<refState> (참조 상태) 이정표 방법으로 정의된 표준 참조의 한 성분을 명시한다. [2.3.6.3 Milestone Method 2.3.6 The Reference System Declaration]
모듈header — 2 The TEI Header
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @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.milestoneUnit (@unit) att.sourced (@ed)
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 (구분 문자) 참조 성분 뒤에 구분 문자열을 제공한다.
상태 수의적
자료 유형

<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.milestoneUnit.attributes"/>
 <rng:ref name="att.sourced.attributes"/>
 <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.milestoneUnit.attributes,
   att.sourced.attributes,
   attribute length { data.count }?,
   attribute delim { text }?,
   empty
}
<refState unit="book" delim=":"/>
<refState unit="line" length="4"/>