<listOrg>
<listOrg> (list of organizations) contains a list of elements, each of which provides information about an identifiable organization. 13.2.2 Organizational Names | |
組件 | namesdates — 13 Names, Dates, People, and Places |
除全域屬性以外 | att.typed (@type, @subtype) att.declarable (@default) |
屬於 | |
可包含 |
core: head
namesdates: listOrg org relation relationGrp
|
宣告 |
element listOrg { att.global.attributes, att.typed.attributes, att.declarable.attributes, ( model.headLike*, ( org | listOrg )+, ( relationGrp | relation )* ) } |
例子 |
<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> |