<org>

<org> (organización) proporciona a la información sobre una organización identificable tal como un negocio, una tribu, o cualquier otro grupo de personas. 13.2.2 Organizational Names
Módulo namesdates — 13 Names, Dates, People, and Places
Además de los atributos globales att.typed (@type, @subtype) att.editLike (@evidence, @source) (att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) (att.responsibility (@cert, @resp))
role establece el rol o la clasificación primaria de una persona.
Estado Opcional
Tipo de datos 1–∞ apariciones de 

<rng:ref name="data.word"/>
data.word
separado por espacio en blanco
Valores one or more keywords separated by spaces
Usado por
Puede contener
Declaración

<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:ref name="att.ranging.attributes"/>
 <rng:ref name="att.responsibility.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.placeLike"/>
    </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,
   att.ranging.attributes,
   att.responsibility.attributes,
   attribute role { list { data.word+ } }?,
   (
      model.headLike*,
      (
         ( model.pLike* )
       | ( model.labelLike | model.nameLike | model.placeLike )*
      ),
      ( model.noteLike | model.biblLike )*,
      model.personLike*
   )
}
Ejemplo
<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>