<education>

<education> (education) contiene una descrizione relativa all'istruzione di una persona [16.2.2 The Participant Description]
Modulo namesdates — Names, Dates, People, and Places
Attributi
type⚓︎ caratterizza l'elemento utilizzando una classificazione o tipologia funzionale
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
I valori esemplificativi includono:
primary
secondary
undergraduate
graduate
residency
apprenticeship
Membro del
Contenuto in
Può contenere
Esempio
<education>Left school at age 16</education>
Esempio
<education from="1986-01-01"
 to="1990-06-30">
Attended <name>Cherwell School</name>
</education>
Esempio
<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>
Dichiarazione
<rng:element name="education">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.datable.attributes"/>
 <rng:ref name="att.datable.custom.attributes"/>
 <rng:ref name="att.datable.iso.attributes"/>
 <rng:ref name="att.datable.w3c.attributes"/>
 <rng:ref name="att.editLike.attributes"/>
 <rng:ref name="att.naming.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element education
{
   att.global.attributes,
   att.global.analytic.attributes,
   att.global.change.attributes,
   att.global.facs.attributes,
   att.global.linking.attributes,
   att.global.rendition.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.datable.attributes,
   att.datable.custom.attributes,
   att.datable.iso.attributes,
   att.datable.w3c.attributes,
   att.editLike.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq
}