<org>

<org> (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. 13.2.2 Organizational Names
Modulenamesdates — 13 Names, Dates, People, and Places
Attributes att.typed (@type, @subtype) att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope))
rolespecifies a primary role or classification for the organization.
Status Optional
Datatype 1–∞ occurrences of

<rng:ref name="data.word"/>
data.word
separated by whitespace
Values one or more keywords separated by spaces
Used by
May contain
Declaration

<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,
   att.dimensions.attributes,
   attribute role { list { data.word+ } }?,
   (
      model.headLike*,
      (
         ( model.pLike* )
       | ( model.labelLike | model.nameLike | model.placeLike )*
      ),
      ( model.noteLike | model.biblLike )*,
      model.personLike*
   )
}
Example
<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>
Note
May contain either a prose description organized as paragraphs, or a sequence of more specific demographic elements drawn from the model.personPart class.