<refState>

<refState> (分界狀態) 標明分界方法所定義的權威參照標準裡其中一個組件。 [2.3.6.3 Milestone Method 2.3.6 The Reference System Declaration]
組件 header — The TEI Header
屬性 att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.milestoneUnit (@unit) att.edition (@ed, @edRef)
length⚓︎ specifies the fixed length of the reference component.
狀態 非必備的
資料類型 teidata.count
delim⚓︎ (delimiter) supplies a delimiting string following the reference component.
狀態 非必備的
資料類型 teidata.text
可包含在於
header: refsDecl
可包含 空白元素
例子
<refState unit="bookdelim=":"/>
<refState unit="linelength="4"/>
Content model
<content>
 <empty/>
</content>
宣告
<rng:element name="refState">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.milestoneUnit.attributes"/>
 <rng:ref name="att.edition.attributes"/>
 <rng:optional>
  <rng:attribute name="length">
   <rng:ref name="teidata.count"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="delim">
   <rng:ref name="teidata.text"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element refState
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.milestoneUnit.attributes,
   att.edition.attributes,
   attribute length { teidata.count }?,
   attribute delim { teidata.text }?,
   empty
}