<orgName>
<orgName> (organization name) contains an organizational name. [13.2.2. Organizational Names]
Module | namesdates | ||||||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.datable (att.datable.w3c (when, notBefore, notAfter, from, to)) (att.datable.custom (when-custom, notBefore-custom, notAfter-custom, from-custom, to-custom, datingMethod)) att.editLike (evidence) att.personal (att.naming (role) (att.canonical (ref)) ) att.typed (type)
|
||||||||||
Member of | |||||||||||
Contained by |
core: abbr add author bibl corr date del desc editor emph expan foreign gloss head hi item l label mentioned name note num orig p pubPlace publisher q quote ref reg resp respStmt rs sic term time title unclear
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation org orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||||||
May contain |
core: abbr add choice cit date del ellipsis emph foreign gap gloss graphic hi lb mentioned milestone name note noteGrp num orig pb ptr q quote ref reg rs sic term time title unclear
figures: figure
gaiji: g
header: idno
lim: noteMarker rule
linking: linkGrp
msdescription: locusGrp
namesdates: addName affiliation forename genName geo location nameLink objectName orgName persName placeName roleName settlement surname
character data
|
||||||||||
Examples |
About a year back, a question of considerable interest was agitated in the <orgName key="PAS1" type="voluntary">
<placeName key="PEN">Pennsyla.</placeName> Abolition Society</orgName> [...] |
||||||||||
Schematron |
All inline placeNames must have a ref that points to the place db.
<sch:rule context="tei:orgName[not(parent::tei:org)][@ref]"> <sch:let name="ptr" value="(@ref, @where)[1]"/> <sch:assert test="matches($ptr ,concat('^org:', $orgIdPattern, '$'))">ERROR: All<sch:name/>pointers must have an @<sch:value-of select="local-name($ptr)"/>that begins with "org:" followed by 4 uppercase letters and a number (e.g. org:CLAN1).</sch:assert> </sch:rule> <sch:rule context="tei:*[@calendar]"> <sch:assert test="string-length( normalize-space(.) ) gt 0">@calendar indicates one or more systems or calendars to which the date represented by the content of this element belongs, but this<sch:name/>element has no textual content.</sch:assert> </sch:rule> |
||||||||||
Source | Github
<elementSpec rend="change" module="namesdates" ident="orgName"> <gloss>organization name</gloss> <desc>contains an organizational name.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.nameLike.agent"/> <memberOf key="att.datable"/> <memberOf key="att.editLike"/> <memberOf key="att.personal"/> <memberOf key="att.typed"/> </classes> <content> <macroRef key="macro.phraseSeq"/> </content> <attList> <attDef ident="calendar" usage="opt" validUntil="2024-11-11"> <desc>indicates one or more systems or calendars to which the date represented by the content of this element belongs.</desc> <datatype minOccurs="1" maxOccurs="unbounded"> <dataRef key="teidata.pointer"/> </datatype> </attDef> </attList> </elementSpec> |