<listNym>
<listNym> (lista de nombres canónicos) contiene una lista de nyms, es decir, nombres estándard para cualquier cosa. 13.3.5 Names and Nyms | |
Módulo | namesdates — 13 Names, Dates, People, and Places |
Además de los atributos globales | att.typed (@type, @subtype) att.declarable (@default) |
Usado por | |
Puede contener |
core: head
namesdates: listNym nym relation relationGrp
|
Declaración |
element listNym { att.global.attributes, att.typed.attributes, att.declarable.attributes, ( model.headLike*, ( nym | listNym )+, ( relationGrp | relation )* ) } |
Ejemplo |
<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> |