<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)
|
||||||||||||||||||||
Contained by |
namesdates: listOrg
|
||||||||||||||||||||
May contain | |||||||||||||||||||||
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> <sequence minOccurs="1" maxOccurs="1"> <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"/> </sequence> </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> |