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
predeclaretei 하부구조 모듈에서 이 대상이 미리 선언되어야 하는지를 설명한다.
상태 수의적
자료 유형 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>