<num>

<num> (number) 各種形式による数値を示す. 3.5.3 Numbers and Measures
モジュールcore — 3 Elements Available in All TEI Documents
属性
type 数値の種類を示す.
状態 任意
データ型
data.enumerated
提案する値は以下の通り:
cardinal
基数.例えば,21, 21.5など.
ordinal
序数.例えば,21番など.
fraction
割合.例えば,1/2, 3/4など.
percentage
パーセント.百分率.
解説
If a different typology is desired, other values can be used for this attribute.
value 標準的な形式で数値を示す.
状態 任意
データ型
data.numeric
a numeric value.
解説
The standard form used is defined by the TEI datatype data.numeric.
当該モジュールを使用するもの model.measureLike
下位
宣言
element num
{
   att.global.attributes,
   attribute type
   {
      "cardinal" | "ordinal" | "fraction" | "percentage" | xsd:Name
   }?,
   attribute value { data.numeric }?,
   macro.phraseSeq
}
<p>I reached <num type="cardinalvalue="21">twenty-one</num>
on my <num type="ordinalvalue="21">twenty-first</num> birthday...
light travels at <num value="10E10">10<hi rend="sup">10</hi>
 </num> cm per second.</p>
解説
Detailed analyses of quantities and units of measure in historical documents may also use the feature structure mechanism described in chapter 18 Feature Structures. The <num> element is intended for use in simple applications.