<unitDef>
<unitDef> (unit definition) contains descriptive information related to a specific unit of measurement. [2.3.9 The Unit Declaration] | |||||||||||
Módulo | header — The TEI Header | ||||||||||
Atributos |
|
||||||||||
Contenido en |
header: unitDecl
|
||||||||||
Puede contener | |||||||||||
Ejemplo |
<unitDecl>
<unitDef xml:id="pechys" type="length"> <label>πῆχυς</label> <placeName ref="#athens"/> <conversion fromUnit="#daktylos" toUnit="#pechys" formula="$fromUnit div 24"/> <desc>Equivalent to a cubit or 24 daktyloi.</desc> </unitDef> <unitDef xml:id="daktylos" type="length"> <label>δάκτυλος</label> <placeName ref="#athens"/> <desc>A basic unit of length equivalent to one finger (or the size of a thumb) in ancient Greece.</desc> </unitDef> </unitDecl> |
||||||||||
Content model |
<content> |
||||||||||
Declaración |
<rng:element name="unitDef"> element unitDef { 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.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, att.canonical.attributes, att.typed.attributes, attribute calendar { list { teidata.pointer+ } }?, ( model.labelLike | model.placeNamePart? | conversion? | unit? )+ } |