att.identified

att.identified 属性keyで参照されている要素に付与する属性を示す.
モジュールtagdocs — Documentation Elements
構成attDef classSpec constraintSpec dataSpec elementSpec macroSpec moduleSpec paramSpec schemaSpec
属性att.combinable (@mode) (att.deprecated (@validUntil))
ident当該要素を参照する識別子を示す.
状態 必須
データ型 teidata.name
predeclare当該オブジェクトが,TEI基盤モジュー ルで事前に宣言されるべきかどうかを示す.
状態 任意
データ型 teidata.truthValue
初期値 false
module当該オブジェクトが定義されているモジュール名を示す.
状態 任意
データ型 teidata.xmlName
Schematron

<s:rule context="tei:elementSpec[@module]|tei:classSpec[@module]|tei:macroSpec[@module]">
<s:assert test=" (not(ancestor::tei:schemaSpec | ancestor::tei:TEI | ancestor::tei:teiCorpus)) or (not(@module) or (not(//tei:moduleSpec) and not(//tei:moduleRef)) or (//tei:moduleSpec[@ident = current()/@module]) or (//tei:moduleRef[@key = current()/@module])) "> Specification <s:value-of select="@ident"/>: the value of the module attribute ("<s:value-of select="@module"/>")
should correspond to an existing module, via a moduleSpec or
moduleRef</s:assert>
</s:rule>