<dimensions>
<dimensions> (dimensions) contient une spécification des dimensions. 10.3.4 Dimensions | |||||||||
Module | msdescription — 10 Manuscript Description | ||||||||
En complément des attributs globaux | att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max))
|
||||||||
Utilisé par | |||||||||
Peut contenir | |||||||||
Declaration |
element dimensions { att.global.attributes, att.dimensions.attributes, att.ranging.attributes, attribute type { data.enumerated }?, ( ( dim | model.dimLike )* ) } |
||||||||
Schematron |
<s:report test="count(tei:width)> 1">Width element may appear once only </s:report> <s:report test="count(tei:height)> 1">Height element may appear once only </s:report> <s:report test="count(tei:depth)> 1">Depth element may appear once only </s:report> |
||||||||
Exemple |
<dimensions type="leaves">
<height scope="range">157-160</height> <width>105</width> </dimensions> <dimensions type="ruled"> <height scope="most">90</height> <width scope="most">48</width> </dimensions> <dimensions unit="in"> <height>12</height> <width>10</width> </dimensions> |
||||||||
Exemple |
<dimensions type="binding">
<height unit="mm">328 (336)</height> <width unit="mm">203</width> <depth unit="mm">74</depth> </dimensions> |
||||||||
Exemple |
Quand de simples quantités numériques sont impliquées, elles peuvent être exprimées par l'attribut quantity sur chaque ou sur tous les éléments enfants, comme dans l'exemple suivant : <dimensions type="binding">
<height unit="mm">170</height> <width unit="mm">98</width> <depth unit="mm">15</depth> </dimensions> <dimensions type="binding"> <height unit="mm">168</height> <width unit="mm">106</width> <depth unit="mm">22</depth> </dimensions> |
||||||||
Note |
Contient la mesure de la hauteur, de la largeur et de la profondeur d'un objet à 1,
2 ou 3 dimensions.
|