<refState>

<refState> (reference state) specifies one component of a canonical reference defined by the milestone method. [2.3.6.3 Milestone Method 2.3.6 The Reference System Declaration]
Modulheader — The TEI Header
Attributeatt.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.milestoneUnit (@unit) att.edition (@ed, @edRef)
lengthspecifies the fixed length of the reference component.
Zustand Optional
Datentyp

<rng:ref name="data.count"/>
data.count
delim(delimiter) supplies a delimiting string following the reference component.
Zustand Optional
Datentyp

<rng:ref name="data.text"/>
data.text
Enthalten in
header: refsDecl
Kann enthaltenLeeres Element
Deklaration

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