These search results reproduce every example of the
use of <classRef> in the Guidelines, including all localised
and translated versions. In some cases, the examples have been drawn
from discussion of other elements in the Guidelines and illustrating
the use of <classRef>
is not the main
focus of the passage in question. In other cases, examples may be direct
translations of each other, and hence identical from the perspective of
their encoding.
23 Documentation Elements
<classRef>
<schemaSpec ident="myTEIe" start="TEI"> <moduleRef key="tei"/> <moduleRef key="core"
include="abbr add core addrLine address author bibl biblScope choice cit corr
date del desc divGen editor emph expan foreign gap gloss graphic head
hi index item l label lb lg list listBibl mentioned milestone name
note num orig p pb ptr pubPlace publisher q ref reg relatedItem resp
respStmt rs sic soCalled sp speaker stage teiCorpus term time title
unclear"/> <moduleRef key="header"
include="authority availability catRef category change classCode classDecl
creation distributor edition editionStmt editorialDecl encodingDesc
extent fileDesc funder idno keywords langUsage language licence notesStmt
principal profileDesc projectDesc publicationStmt refsDecl revisionDesc
samplingDecl seriesStmt sourceDesc sponsor taxonomy teiHeader textClass
titleStmt"/> <moduleRef key="textstructure"
include="TEI argument back body byline closer dateline div docAuthor docDate
docEdition docImprint docTitle epigraph front group opener postscript
salute signed text titlePage titlePart trailer"/> <classRef key="att.global.facs"/></schemaSpec>
<macroSpec>
<macroSpec module="tei"
ident="macro.phraseSeq"> <content> <alternate minOccurs="0"
maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content></macroSpec>
23.6 Class Specifications
<content> <classRef key="model.hiLike"/></content>
<content>
<content> <alternate> <classRef key="model.pLike"
maxOccurs="unbounded"/> <sequence> <elementRef key="summary" minOccurs="0"
maxOccurs="1"/> <elementRef key="msItem"
maxOccurs="unbounded"/> </sequence> </alternate></content>
23.8.1 TEI customizations
<schemaSpec ident="example"> <moduleRef key="tei"/><!-- ... --> <classRef key="att.global.linking"
include="corresp"/><!-- ... --></schemaSpec>
23.8.1 TEI customizations
<schemaSpec ident="example"> <moduleRef key="tei"/><!-- ... --> <classRef key="att.global.linking"
except="copyOf exclude next prev sameAs select synch"/><!-- ... --></schemaSpec>
24 Using the TEI
24.5.1 Making a Unified ODD
<elementSpec ident="person"><!-- ... --> <content> <alternate> <classRef key="model.pLike"
minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0"
maxOccurs="unbounded"> <classRef key="model.personPart"/> <classRef key="model.global"/> </alternate> </alternate> </content><!-- ... --></elementSpec>
24.5.1 Making a Unified ODD
<elementSpec ident="figure"><!-- ... --> <content> <alternate minOccurs="0"
maxOccurs="unbounded"> <classRef key="model.pLike"/> <classRef key="model.global"/> <elementRef key="figure"/> <elementRef key="figDesc"/> <classRef key="model.graphicLike"/> <classRef key="model.headLike"/> </alternate> </content><!-- ... --></elementSpec>
24.5.2 Generating Schemas
<elementSpec module="drama"
ident="performance"><!-- ... --> <classes> <memberOf key="model.frontPart.drama"/> </classes> <content> <sequence> <alternate minOccurs="0"
maxOccurs="unbounded"> <classRef key="model.divTop"/> <classRef key="model.global"/> </alternate> <sequence minOccurs="1"
maxOccurs="unbounded"> <classRef key="model.common"/> <classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/> </sequence> <sequence minOccurs="0"
maxOccurs="unbounded"> <classRef key="model.divBottom"/> <classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content><!-- ... --></elementSpec>
24.5.2 Generating Schemas
<elementSpec ident="sp"><!-- ... --> <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="0" maxOccurs="1"> <elementRef key="speaker"/> <classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content><!-- ... --></elementSpec>
24.5.2 Generating Schemas
<elementSpec ident="sp"><!-- ... --> <content> <sequence minOccurs="1" maxOccurs="1"> <classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/> <classRef key="model.global"
minOccurs="0" maxOccurs="unbounded"/> </sequence> </content><!-- ... --></elementSpec>
24.5.4.1 Macros
<macroSpec module="tei"
ident="macro.phraseSeq"> <content> <alternate minOccurs="0"
maxOccurs="unbounded"> <textNode/> <classRef key="model.gLike"/> <classRef key="model.phrase"/> <classRef key="model.global"/> </alternate> </content></macroSpec>