\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.35. <education>

<education> (education) contains a description of the educational experience of a person. [16.2.2. The Participant Description]
Modulenamesdates — Specification
Attributes
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Sample values include:
primary
secondary
undergraduate
graduate
residency
apprenticeship
Member of
Contained by
May contain
analysis: c pc
dictionaries: lang
figures: figure
gaiji: g
header: idno
linking: seg
tagdocs: ident
transcr: metamark
character data
Example
<education>Left school at age 16</education>
Example
<education from="1986-01-01"
 to="1990-06-30">Attended <name>Cherwell School</name>
</education>
Example
<education notBefore="1685-07"
 notAfter="1690-06">Anthony Hammond
 smuggled her into the University of Cambridge, where she was
 disguised as his male cousin, Jack. She remained there for some
 months learning grammar, logic, rhetoric, and ethics</education>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration

element education
{
   att.global.attributes,
   att.datable.attributes,
   att.editLike.attributes,
   att.naming.attributes,
   att.typed.attribute.subtype,
   attribute type { text }?,
   macro.phraseSeq
}