<refState>
<refState> (reference state) specifies one component of a canonical reference defined by the milestone method. 2.3.5.3 Milestone Method 2.3.5 The Reference System Declaration | |||||||||||||||||||||||||||||||||||||
Module | header — 2 The TEI Header | ||||||||||||||||||||||||||||||||||||
Attributes | In addition to global attributes
| ||||||||||||||||||||||||||||||||||||
Used by | refsDecl | ||||||||||||||||||||||||||||||||||||
May contain | Empty element | ||||||||||||||||||||||||||||||||||||
Declaration |
element refState { att.global.attributes, attribute ed { data.code }?, attribute unit { "page" | "column" | "line" | "book" | "poem" | "canto" | "stanza" | "act" | "scene" | "section" | "absent" | xsd:Name }, attribute length { data.count }?, attribute delim { text }?, empty } | ||||||||||||||||||||||||||||||||||||
Example | <refState unit="book" delim=":"/> <refState unit="line" length="4"/> |