<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 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.measurement (@unit, @unitRef, @quantity, @commodity) att.typed (@type, @subtype) |
Membre du | |
Contenu dans | core: abbr add addrLine author bibl biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure measureGrp meeting mentioned name note num orig p pubPlace publisher q quote rb ref reg resp rs rt said sic soCalled speaker stage street term textLang time title unclear unit corpus: activity channel constitution derivation domain factuality interaction locale preparedness purpose dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron re sense stress subc syll tns usg xr header: authority catDesc change classCode creation distributor edition extent funder geoDecl handNote language licence principal rendition scriptNote sponsor tagUsage msdescription: accMat acquisition additions catchwords collation collection colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit institution layout material musicNotation objectType origDate origPlace origin provenance repository rubric secFol signatures source stamp summary support surrogates typeNote watermark namesdates: addName affiliation age birth bloc country death district education faith floruit forename genName geogFeat geogName langKnown location nameLink nationality objectName occupation offset orgName persName persPronouns placeName region residence roleName settlement sex socecStatus surname textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer |
Peut contenir | |
Exemple | <measureGrp type="leaves" unit="mm"> <height scope="range">157-160</height> <width quantity="105"/> </measureGrp> <measureGrp type="ruledArea" unit="mm"> <height scope="most" quantity="90"/> <width scope="most" quantity="48"/> </measureGrp> <measureGrp type="box" unit="in"> <height quantity="12"/> <width quantity="10"/> <depth quantity="6"/> </measureGrp> |
Modèle de contenu | <content> |
Schéma Declaration | <rng:element name="measureGrp"> 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 )* } |