<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) 。
狀態 必備的
資料類型

<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'])"/>