att.dimensions

att.dimensions provides attributes for describing the size of physical objects.
Module tei
Members att.damaged [damage] add del ellipsis floruit gap subst unclear
Attributes Attributes att.ranging (atLeast, atMost, min, max, confidence)
unit names the unit used for the measurement
Status Optional
Datatype teidata.enumerated
Suggested values include:
cm
(centimetres)
mm
(millimetres)
in
(inches)
line
lines of text
char
(characters) characters of text
quantity specifies the length in the units specified
Status Optional
Datatype teidata.numeric
extent indicates the size of the object concerned using a project-specific vocabulary combining quantity and units in a single string of words.
Status Optional
Datatype teidata.text

<gap extent="5 words"/>

<height extent="half the page"/>
precision characterizes the precision of the values specified by the other attributes.
Status Optional
Datatype teidata.certainty
scope where the measurement summarizes more than one observation, specifies the applicability of this measurement.
Status Optional
Datatype teidata.enumerated
Sample values include:
all
measurement applies to all instances.
most
measurement applies to most of the instances inspected.
range
measurement applies to only the specified range of instances.
Source Github

<classSpec module="tei" type="atts" ident="att.dimensions">
   
<desc>provides attributes for describing the size of physical objects.</desc>
   
<classes>
      
<memberOf key="att.ranging"/>
   
</classes>
   
<attList>
      
<attDef ident="unit" usage="opt">
         
<desc>names the unit used for the measurement</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<valList type="semi">
            
<valItem ident="cm">
               
<gloss>centimetres</gloss>
            
</valItem>
            
<valItem ident="mm">
               
<gloss>millimetres</gloss>
            
</valItem>
            
<valItem ident="in">
               
<gloss>inches</gloss>
            
</valItem>
            
<valItem ident="line">
               
<desc>lines of text</desc>
            
</valItem>
            
<valItem ident="char">
               
<gloss>characters</gloss>
               
<desc>characters of text</desc>
            
</valItem>
         
</valList>
      
</attDef>
      
<attDef ident="quantity">
         
<desc>specifies the length in the units specified</desc>
         
<datatype>
            
<dataRef key="teidata.numeric"/>
         
</datatype>
      
</attDef>
      
<attDef ident="extent" usage="opt">
         
<desc>indicates the size of the object concerned using a project-specific vocabulary combining
    quantity and units in a single string of words.
</desc>
         
<datatype>
            
<dataRef key="teidata.text"/>
         
</datatype>
      
</attDef>
      
<attDef ident="precision">
         
<desc>characterizes the precision of the values specified by the other attributes.</desc>
         
<datatype>
            
<dataRef key="teidata.certainty"/>
         
</datatype>
      
</attDef>
      
<attDef ident="scope" usage="opt">
         
<desc>where the measurement summarizes more than one observation, specifies the applicability
    of this measurement.
</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<valList type="open">
            
<valItem ident="all">
               
<desc>measurement applies to all instances.</desc>
            
</valItem>
            
<valItem ident="most">
               
<desc>measurement applies to most of the instances inspected.</desc>
            
</valItem>
            
<valItem ident="range">
               
<desc>measurement applies to only the specified range of instances.</desc>
            
</valItem>
         
</valList>
      
</attDef>
   
</attList>
</classSpec>