<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 |
| ||||||||
Member of | |||||||||
Contained by | corpus: particDesc namesdates: event listOrg listPerson org | ||||||||
May contain | dictionaries: lang msdescription: msDesc namesdates: addName bloc country district event eventName forename genName geogFeat geogName listEvent listOrg listPerson listPlace location objectName offset org orgName persName persPronouns person personGrp place placeName region roleName settlement state surname transcr: fw | ||||||||
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> | ||||||||
Content model | <content> | ||||||||
Schema Declaration | element org { tei_att.global.attributes, tei_att.typed.attributes, tei_att.editLike.attributes, tei_att.sortable.attributes, attribute role { list { teidata.enumerated+ } }?, ( tei_model.headLike*, ( tei_model.pLike* | ( tei_model.labelLike | tei_model.nameLike | tei_model.placeLike | tei_model.orgPart | tei_model.milestoneLike )* ), ( tei_model.noteLike | tei_model.biblLike | tei_linkGrp | tei_link | tei_ptr )*, tei_model.personLike* ) } |