<origDate>

<origDate> (origin date) contains any form of date, used to identify the date of origin for a manuscript, manuscript part, or other object. [10.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
Text dated palaeographically
material-context
Dated by the material, iconographic or other physical context of the object itself
nomenclature
Text dated by nomenclature or onomastics
office
Text dated by an office or rank, e.g. the reign of an emperor or other ruler
prosopography
Text dated by known persons named or implied within it
textual-context
Dated via textual or linguistic context (other than explicit date or titles)
titulature
Dated by the use of official titles
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.datable.attributes,
   tei_att.calendarSystem.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"
          | teidata.word
         ),
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | teidata.word
         )?,
         (
            "archaeological-context"
          | "internal-date"
          | "lettering"
          | "material-context"
          | "nomenclature"
          | "office"
          | "prosopography"
          | "textual-context"
          | "titulature"
          | teidata.word
         )?
      }
   }?,
   ( text | tei_model.gLike | tei_model.phrase | tei_model.global )*
}