data.outputMeasurement

data.outputMeasurement definisce una gamma di valori da impiegare nello specificare le dimensioni di un oggetto da inserire in rete
Modulotei — 1 The TEI Infrastructure
Usato da
Elemento:
Dichiarazione

<rng:define name="data.outputMeasurement">
<rng:data type="token">
 <rng:param name="pattern">[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)</rng:param>
</rng:data>
</rng:define>
data.outputMeasurement =
   token
   {
      pattern = "[\-+]?\d+(\.\d+)?(%|cm|mm|in|pt|pc|px|em|ex|gd|rem|vw|vh|vm)"
   }
Esempio
<figure>
 <head>The TEI Logo</head>
 <figDesc>Stylized yellow angle brackets with the letters
 <mentioned>TEI</mentioned> in between and <mentioned>text
     encoding initiative</mentioned> underneath, all on a white
   background.</figDesc>
 <graphic
   height="600px"
   width="600px"
   url="http://www.tei-c.org/logos/TEI-600.jpg"/>

</figure>