<org>

<org> 特定可能な団体の情報を示す.例えば,会社,集団など,人の集まり. 13.2.2 組織名
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.typed (@type, @subtype) att.editLike (@cert, @resp, @evidence, @source)
role 当該組織の,第一位の役割または分類を示す.
状態 任意
データ型 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
空白文字で区切られる
空白で区切られた,ひとつ以上のキーワード.
当該モジュールを使用するもの
下位
宣言

<rng:element name="org">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:optional>
 <rng:attribute name="role">
  <rng:list>
   <rng:oneOrMore>
    <rng:ref name="data.word"/>
   </rng:oneOrMore>
  </rng:list>
 </rng:attribute>
</rng:optional>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:choice>
  <rng:group>
   <rng:zeroOrMore>
    <rng:ref name="model.pLike"/>
   </rng:zeroOrMore>
  </rng:group>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.labelLike"/>
    <rng:ref name="model.nameLike"/>
<!-- <rng:ref name="model.orgStateLike"/> -->
    <rng:ref name="model.placeLike"/>
<!-- <rng:ref name="model.personLike"/> -->
   </rng:choice>
  </rng:zeroOrMore>
 </rng:choice>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:ref name="model.noteLike"/>
   <rng:ref name="model.biblLike"/>
  </rng:choice>
 </rng:zeroOrMore>
 <rng:zeroOrMore>
  <rng:ref name="model.personLike"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element org
{
   att.global.attributes,
   att.typed.attributes,
   att.editLike.attributes,
   attribute role { list { data.word+ } }?,
   (
      model.headLike*,
      (
         ( model.pLike* )
       | ( model.labelLike | model.nameLike | model.placeLike )*
      ),
      ( model.noteLike | model.biblLike )*,
      model.personLike*
   )
}
<org xml:id="JAMs">
 <orgName>Justified Ancients of Mummu</orgName>
 <desc>An underground anarchist collective spearheaded by <persName>Hagbard
     Celine</persName>, who fight the Illuminati from a golden submarine, the
 <name>Leif Ericson</name>
 </desc>
 <bibl>
  <author>Robert Shea</author>
  <author>Robert Anton Wilson</author>
  <title>The Illuminatus! Trilogy</title>
 </bibl>
</org>
解説
散文による解説,またはクラス model.personPartにある 人口統計向け要素を含むかもしれない.