att.measurement
att.measurement 正規化単位を表す属性を示す。 | |||||||||||||||||||||||||||||||
モジュール | tei — The TEI Infrastructure | ||||||||||||||||||||||||||||||
構成 | measure measureGrp unit | ||||||||||||||||||||||||||||||
属性 |
|
||||||||||||||||||||||||||||||
Schematron |
<sch:rule context="tei:*[@unitRef]"> <sch:report test="@unit" role="info">The @unit attribute may be unnecessary when @unitRef is present.</sch:report> </sch:rule> |
||||||||||||||||||||||||||||||
解説 |
当該属性クラスは、3つ組属性を規定している。これは、標準計測システ ムの計測値を正規化するものである。
<l> <!-- regularization:-->So weren't you gonna buy <measure quantity="0.5" unit="gal" commodity="icecream">half a gallon</measure>, baby </l> <l> <!-- normalization: -->So won't you go and buy <measure quantity="1.893" unit="L" commodity="icecream">half a gallon</measure>, baby? </l> 当該単位は、一般には、国際単位系の標準的な略式表記で示されるべきで ある。(詳細は、http://www.bipm.org/en/publications/si-brochure/、http://physics.nist.gov/cuu/Units/を参照のこと。) けれども、符号化する人は、非公式な計測単位、例えば、 linesやcharactersも使用してもよい。 |