<listNym>
<listNym> (list of canonical names) contains a list of nyms, that is, standardized names for any thing. 13.3.5 Names and Nyms | |
Modul | namesdates — 13 Names, Dates, People, and Places |
Neben global gültigen Attributen | att.typed (@type, @subtype) att.declarable (@default) |
Verwendet von | |
Kann enthalten |
core: head
namesdates: listNym nym relation relationGrp
|
Deklaration |
element listNym { att.global.attributes, att.typed.attributes, att.declarable.attributes, ( model.headLike*, ( nym | listNym )+, ( relationGrp | relation )* ) } |
Beispiel |
<listNym type="floral">
<nym xml:id="ROSE"> <form>Rose</form> </nym> <nym xml:id="DAISY"> <form>Daisy</form> <etym>Contraction of <mentioned>day's eye</mentioned> </etym> </nym> <nym xml:id="HTHR"> <form>Heather</form> </nym> </listNym> |