<listOrg>
<listOrg> (elenco delle organizzazioni) contiene una lista di descrizioni, ognuna delle quali fornisce informazioni relative a una determinata organizzazione [13.2.2 Organizational Names] | |
Modulo | namesdates — Names, Dates, People, and Places |
Attributi | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey) |
Membro del | |
Contenuto in | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage title unclear corpus: particDesc dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote namesdates: listOrg occupation org textstructure: argument back body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer verse: rhyme |
Può contenere | |
Nota | The type attribute may be used to distinguish lists of organizations of a particular type if convenient. |
Esempio | <listOrg> <head>Libyans</head> <org> <orgName>Adyrmachidae</orgName> <desc>These people have, in most points, the same customs as the Egyptians, but use the costume of the Libyans. Their women wear on each leg a ring made of bronze [...]</desc> </org> <org> <orgName>Nasamonians</orgName> <desc>In summer they leave their flocks and herds upon the sea-shore, and go up the country to a place called Augila, where they gather the dates from the palms [...]</desc> </org> <org> <orgName>Garamantians</orgName> <desc>[...] avoid all society or intercourse with their fellow-men, have no weapon of war, and do not know how to defend themselves. [...]</desc> <!-- ... --> </org> </listOrg> |
Content model | <content> |
Dichiarazione | <rng:element name="listOrg"> element listOrg { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, att.declarable.attributes, att.sortable.attributes, ( model.headLike*, desc*, ( relation | listRelation )*, ( ( org | listOrg )+, ( relation | listRelation )* )+ ) } |