<org>

<org> (organization) provides information about an identifiable organization such as a business, a tribe, or any other grouping of people. [13.3.3. Organizational Data]
Module namesdates
Attributes Attributes att.global.linking (corresp, copyOf) att.typed (type) att.editLike (evidence) att.global (xml:id, @n, @xml:lang) lim.att.global.fragmentable (@part) att.global.rendition (@rendition) att.global.source (@source)
xml:id (identifier) provides a unique identifier for the element bearing the attribute.
Derived from att.global
Status Required
Schematron orgs must have an xml:id that follows the 4 letters and digit pattern, but may be nested.
<sch:rule context="/tei:org"> <sch:assert test="matches(@xml:id, concat('^', $orgIdPattern, '$'))">ERROR: All main orgs must have an id that is a sequence of four letter and a digit.</sch:assert> </sch:rule>
Schematron org ids must be inherited.
<sch:rule context="tei:org/tei:listOrg/tei:org"> <sch:let name="parentId"  value="ancestor::tei:org[1]/@xml:id"/> <sch:assert test="starts-with(@xml:id, $parentId)">ERROR: All sub organization ids must start with the id of its parent organization.</sch:assert> </sch:rule>
Datatype ID
role specifies a primary role or classification for the organization.
Status Optional
Datatype 1–∞ occurrences of teidata.enumerated separated by whitespace
Note
Values for this attribute may be locally defined by a project, using arbitrary keywords such as artist, employer, familyGroup, or politicalParty, each of which should be associated with a definition. Such local definitions will typically be provided by a desc for each valItem element in the schema specification of the project's customization.
Contained by
namesdates: listOrg
May contain
core: note
linking: linkGrp
namesdates: listOrg orgName
Examples

<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>
Source Github

<elementSpec rend="change" module="namesdates" ident="org">
   
<gloss>organization</gloss>
   
<desc>provides information
 about an identifiable organization such as a business, a tribe, or
 any other grouping of people.
</desc>
   
<classes>
      
<memberOf key="att.global.linking"/>
      
<memberOf key="att.global"/>
      
<memberOf key="att.typed"/>
      
<memberOf key="att.editLike"/>
   
</classes>
   
<content>
      
<elementRef key="orgName" minOccurs="1" maxOccurs="unbounded"/>
      
<elementRef key="note" minOccurs="0" maxOccurs="1"/>
      
<elementRef key="linkGrp" minOccurs="0" maxOccurs="1"/>
      
<elementRef key="listOrg" minOccurs="0" maxOccurs="1"/>
   
</content>
   
<attList>
      
<attDef ident="xml:id" mode="change" usage="req">
                     
                     
                  
</attDef>
      
<attDef ident="role" usage="opt">
         
<desc>specifies a primary
  role or classification for the organization.
</desc>
         
<datatype maxOccurs="unbounded">
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
      
</attDef>
   
</attList>
</elementSpec>