<listOrg>
<listOrg> (list of organizations) contains a list of elements, each of which provides information about an identifiable organization. [13.2.2. Organizational Names] | |
Module | namesdates |
Attributes |
|
Member of | |
Contained by | core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic sp stage textLang title corpus: particDesc msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote textstructure: back body div docEdition epigraph |
May contain | |
Note | The type attribute may be used to distinguish lists of organizations of a particular type if convenient. |
Example | <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> |
Schema Declaration | element listOrg { tei_att.global.attributes, tei_att.typed.attributes, tei_att.declarable.attributes, tei_att.sortable.attributes, ( tei_model.headLike*, tei_desc*, ( tei_relation | tei_listRelation )*, ( ( tei_org | tei_listOrg )+, ( tei_relation | tei_listRelation )* )+ ) } |