<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 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (@type, @subtype) att.editLike (@evidence, @instant) att.sortable (@sortKey)
| ||||||||
Member of | |||||||||
Contained by | corpus: particDesc namesdates: listOrg listPerson org | ||||||||
May contain | dictionaries: lang msdescription: msDesc namesdates: addName bloc country district event 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* ) } |