<dimensions>
<dimensions> (dimensions) contains a dimensional specification. [10.3.4 Dimensions] | |||||||||||
Modul | msdescription — Manuscript Description | ||||||||||
Attribute | 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.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence)) att.typed (type, @subtype)
| ||||||||||
Mitglied des | |||||||||||
Enthalten in | core: abbr add addrLine author biblScope citedRange corr date del desc distinct editor email emph expan foreign gloss head headItem headLabel hi item l label measure 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 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 | ||||||||||
Kann enthalten | |||||||||||
Anmerkung | Contains no more than one of each of the specialized elements used to express a three-dimensional object's height, width, and depth, combined with any number of other kinds of dimensional specification. | ||||||||||
Beispiel | <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> | ||||||||||
Beispiel | This element may be used to record the dimensions of any text-bearing object, not necessarily a codex. For example: <dimensions type="panels"> <height scope="all">7004</height> <width scope="all">1803</width> <dim type="relief" unit="mm">345</dim> </dimensions> This might be used to show that the inscribed panels on some (imaginary) monument are all the same size (7004 by 1803 cm) and stand out from the rest of the monument by 345 mm. | ||||||||||
Beispiel | When simple numeric quantities are involved, they may be expressed on the quantity attribute of any or all of the child elements, as in the following example: <dimensions type="leaves"> <height scope="range">157-160</height> <width quantity="105"/> </dimensions> <dimensions type="ruled"> <height unit="cm" scope="most" quantity="90"/> <width unit="cm" scope="most" quantity="48"/> </dimensions> <dimensions unit="in"> <height quantity="12"/> <width quantity="10"/> </dimensions> | ||||||||||
Schematron | <s:report test="count(tei:width)> 1">The element <s:name/> may appear once only </s:report> <s:report test="count(tei:height)> 1">The element <s:name/> may appear once only </s:report> <s:report test="count(tei:depth)> 1">The element <s:name/> may appear once only </s:report> | ||||||||||
Content model | <content> | ||||||||||
Schema Deklaration | <rng:element name="dimensions"> element dimensions { 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.dimensions.attributes, att.ranging.attributes, att.typed.attribute.subtype, attribute type { teidata.enumerated }?, ( dim | model.dimLike )* } |