<measureGrp>

<measureGrp> (groupe de mesures) contient un groupe de spécifications des dimensions qui concernent un même objet, par exemple la hauteur et la largeur d'une page d'un manuscrit. [10.3.4 Dimensions]
Module core — Elements Available in All TEI Documents
Attributs
Membre du
Contenu dans
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Peut contenir
gaiji: g
msdescription: depth dim height width
namesdates: geo
des données textuelles
Exemple
<measureGrp type="leavesunit="mm">
 <height scope="range">157-160</height>
 <width quantity="105"/>
</measureGrp>
<measureGrp type="ruledAreaunit="mm">
 <height scope="mostquantity="90"/>
 <width scope="mostquantity="48"/>
</measureGrp>
<measureGrp type="boxunit="in">
 <height quantity="12"/>
 <width quantity="10"/>
 <depth quantity="6"/>
</measureGrp>
Modèle de contenu
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">

  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.measureLike"/>
 </alternate>
</content>
Schéma Declaration
<rng:element name="measureGrp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.measurement.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.measureLike"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element measureGrp
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.measurement.attributes,
   att.typed.attributes,
   ( text | model.gLike | model.measureLike )*
}