| <education> (education) contains a description of the educational experience of a person. [16.2.2. The Participant Description] |
| Module | namesdates — Specification |
| Attributes | | type | characterizes the element in some sense, using any convenient classification scheme or typology.| Derived from | att.typed | | Status | Optional | | Datatype | teidata.enumerated | | Sample values include: | - primary
- secondary
- undergraduate
- graduate
- residency
- apprenticeship
|
|
|
| Member of | |
| Contained by | |
| May contain | |
| 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
}⚓
|