data.outputMeasurement

data.outputMeasurement  webページ上で表示する際の大きさを定義する値の範囲を定義する.
モジュールtei — 1 The TEI Infrastructure
当該モジュールを使用するもの
要素:
宣言

<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)"
   }
<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>
解説
当該値は,XSLFOやCSSで使用される値になる.詳細は各規格を参照のこと. 現時点で一番詳細なリストは, CSS3 working draftになる.