<classRef>
<classRef> スキーマに含まれる属性クラスあるいはモデルクラスの仕様を指し示す。 [23.6 Class Specifications] | |||||||||||||||||||||||||||
モジュール | tagdocs — Documentation Elements | ||||||||||||||||||||||||||
属性 |
|
||||||||||||||||||||||||||
クラブのメンバー | |||||||||||||||||||||||||||
上位 |
tagdocs: alternate content schemaSpec sequence specGrp
|
||||||||||||||||||||||||||
下位 | 空要素 | ||||||||||||||||||||||||||
解説 |
属性クラスとモデルクラスは、それらが宣言されたclassSpecの要素においてident属性の値として指定された名前により、識別される。 TEI内のすべての名前は一意である。属性クラス名は通常 |
||||||||||||||||||||||||||
例 |
<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> |
||||||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||||||
宣言 |
<rng:element name="classRef"> element classRef { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.repeatable.attributes, attribute key { teidata.xmlName }, attribute expand { "alternation" | "sequence" | "sequenceOptional" | "sequenceOptionalRepeatable" | "sequenceRepeatable" }?, ( attribute include { list { teidata.xmlName* } }? | attribute except { list { teidata.xmlName* } }? ), empty } |