<num>

<num> (numero) contiene un numero in qualsiasi forma. 3.5.3 Numbers and Measures
Modulocore — 3 Elements Available in All TEI Documents
Attributi
typeindica il tipo di valore numerico
Stato Opzionale
Tipo di dati
data.enumerated
I valori suggeriti includono:
cardinal
numero assoluto, ad esempio 21 o 21,5
ordinal
numero ordinale, ad esempio 21°
fraction
frazione, ad esempio un terzo o tre quarti
percentage
percentuale
Nota
If a different typology is desired, other values can be used for this attribute.
valueindica il valore del numero in formato standard
Stato Opzionale
Tipo di dati
data.numeric
Valori a numeric value.
Nota
The standard form used is defined by the TEI datatype data.numeric.
Usato da model.measureLike
Può contenere
Dichiarazione
element num
{
   att.global.attributes,
   attribute type
   {
      "cardinal" | "ordinal" | "fraction" | "percentage" | xsd:Name
   }?,
   attribute value { data.numeric }?,
   macro.phraseSeq
}
Esempio
<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>
Nota
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.