<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
属性att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
matchPattern 属性cRefの値が対応する正規表現を示す.
状態 必須
データ型

<rng:ref name="data.pattern"/>
data.pattern
must be a regular expression according to the W3C XML Schema Language
解説
丸括弧で区切られたグループは,出現順序や量化単位の他,属性 replacementPatternで示された下位パタンを示す.
replacementPattern‘変形パタン’を示す.下位の置換パタンが実行さ れれば,これはURIになる.
状態 必須
データ型

<rng:text/>
text
Should be the skeleton of a relative or absolute URI, with references to groups in the matchPattern.
解説
文字列‘$1’から‘$9’は,属性reにある正規表現 に該当するグループに(左から右の順番で)対応したものである.ソフ トウェアは,当該正規表現に対応したグループを変形することが期待 されている.
ドル記号に続く数値が(後方参照に対する)置換パタンとして必要な場 合には,当該ドル記号は%24と書かれなければならない.
当該モジュールを使用するもの
上位
header: refsDecl
下位
core: p
linking: ab
宣言

<rng:element name="cRefPattern">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.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,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.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'])"/>
解説
置換による結果は,絶対・相対URIであるかもしれない.相対URIの場合, XML Baseに示され ているように,属性xml:baseの値と共に,属性 cRefが絶対URIを示す場所で使用される.