<dimensions>
<dimensions> 어떤 차원의 명세를 포함한다. [10.3.4 Dimensions] | |||||||||
모듈 | msdescription — 10 Manuscript Description | ||||||||
속성 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.dimensions (@unit, @quantity, @extent, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max, @confidence))
| ||||||||
에 의해 사용된 | |||||||||
에 의해 포함된 | core: abbr add addrLine author biblScope 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 ref reg resp rs said sic soCalled speaker stage street term textLang time title unclear 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 typeNote msdescription: accMat acquisition additions catchwords collation colophon condition custEvent decoNote explicit filiation finalRubric foliation heraldry incipit layout material musicNotation objectType origDate origPlace origin provenance rubric secFol signatures source stamp summary support surrogates watermark namesdates: addName affiliation age birth bloc country death district education faith floruit forename genName geogName langKnown nameLink nationality occupation orgName persName placeName region residence roleName settlement sex socecStatus surname tagdocs: valDesc textstructure: byline closer dateline docAuthor docDate docEdition docImprint imprimatur opener salute signed titlePart trailer | ||||||||
포함할 수 있다 | |||||||||
선언 |
element dimensions { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.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> | ||||||||
예 | <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> | ||||||||
예 | 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. | ||||||||
예 | 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> |