<refState>

<refState> (stato del riferimento) specifica una componente di un riferimento canonico definito dal metodo milestone [2.3.6.3 Milestone Method 2.3.6 The Reference System Declaration]
Modulo header — The TEI Header
Attributi
length⚓︎ specifica la lunghezza stabilita della componente di riferimento
Stato Opzionale
Tipo di dati teidata.count
delim⚓︎ (delimitatore) fornisce una stringa di delimitazione in base alla componente di riferimento
Stato Opzionale
Tipo di dati teidata.text
Contenuto in
header: refsDecl
Può contenere Elemento vuoto
Esempio
<refState unit="bookdelim=":"/>
<refState unit="linelength="4"/>
Content model
<content>
 <empty/>
</content>
Dichiarazione
<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
}