<origDate>

<origDate> (origin date) contains any form of date, used to identify the date of origin for a manuscript, manuscript part, or other object. [11.3.1. Origination]
Modulemsdescription
Attributes
evidence
Status Optional
Datatype 1–6 occurrences of teidata.word separated by whitespace
Suggested values include:
archaeological-context
Dated by the archaeolgical context, stratigraphy or associated finds
internal-date
Dated by explicit internal date
lettering
Dated palaeographically
material-context
Dated by material, technique or other physical context of the object itself
nomenclature
Dated by nomenclature or onomastics
office
Dated by an office or rank, e.g. the reign of an emperor or other ruler
prosopography
Dated by known persons named or implied within the text
textual-context
Dated via textual or linguistic context (other than explicit date, names or titles)
titulature
Dated by the use of official titles
iconography
Dated by the subject or theme depicted in the art associated with the inscription
artistic-style
Dated by stylistic or decorative features of the art associated with the inscription
Member of
Contained by
May contain
Example
<origDate notBefore="-0300"
 notAfter="-0200">
3rd century BCE</origDate>
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.phrase"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schema Declaration
element origDate
{
   tei_att.global.attributes,
   tei_att.calendarSystem.attributes,
   tei_att.datable.attributes,
   tei_att.dimensions.attributes,
   tei_att.editLike.attribute.instant,
   tei_att.typed.attributes,
   attribute evidence
   {
      list
      {
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | "iconography"
          | "artistic-style"
          | teidata.word
         ),
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | "iconography"
          | "artistic-style"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | "iconography"
          | "artistic-style"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | "iconography"
          | "artistic-style"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | "iconography"
          | "artistic-style"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | "iconography"
          | "artistic-style"
          | teidata.word
         )?
      }
   }?,
   ( text | tei_model.gLike | tei_model.phrase | tei_model.global )*
}