<cRefPattern>

<cRefPattern> (표준 참조 유형) 표준 참조를 URI로 변환하기 위한 표현 및 대체 유형을 명시한다. 2.3.5.3 Milestone Method 2.3.5 The Reference System Declaration 2.3.5.2 Search-and-Replace Method
모듈 header — 2 The TEI Header
전체 속성에 부가
matchPattern cRef 속성 값이 대응하는 정규 표현을 명시한다.
상태 필수적
자료 유형

<rng:ref name="data.pattern"/>
data.pattern
must be a regular expression according to the W3C XML Schema Language
replacementPattern 하위 유형 대치가 실행되면, URI를 제공하는 ‘replacement pattern’를 명시한다.
상태 필수적
자료 유형

<rng:text/>
text
Should be the skeleton of a relative or absolute URI, with references to groups in the matchPattern.
에 의해 사용된
포함할 수 있다
core: p
linking: ab
선언

<rng:element name="cRefPattern">
 <rng:ref name="att.global.attributes"/>
 <rng:attribute name="matchPattern">
  <rng:ref name="data.pattern"/>
 </rng:attribute>
 <rng:attribute name="replacementPattern">
  <rng:text/>
 </rng:attribute>
 <rng:zeroOrMore>
  <rng:ref name="model.pLike"/>
 </rng:zeroOrMore>
</rng:element>
element cRefPattern
{
   att.global.attributes,
   attribute matchPattern { data.pattern },
   attribute replacementPattern { text },
   model.pLike*
}
<cRefPattern
  matchPattern="([1-9A-Za-z]+)\s+([0-9]+):([0-9]+)"
  replacementPattern="#xpath(//div[@type='book'][@n='$1']/div[@type='chap'][@n='$2']/div[@type='verse'][@n='$3'])"/>