<listOrg>

<listOrg> 特定可能な団体に関する情報を示す解説のリストを示す. 13.2.2 組織名
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.typed (@type, @subtype) att.declarable (@default)
当該モジュールを使用するもの
下位
core: head
宣言

<rng:element name="listOrg">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:oneOrMore>
  <rng:choice>
   <rng:ref name="org"/>
   <rng:ref name="listOrg"/>
  </rng:choice>
 </rng:oneOrMore>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="relationGrp"/>
   <rng:ref name="relation"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
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>
解説
属性typeは,特別な種類の組織を区別するために使われるかもしれない.