<space>

<space> (space) indicates the location of a significant space in the text. [11.4.1. Space]
Module transcr
Attributes Attributes
dim (dimension) indicates whether the space is horizontal or vertical.
Status Recommended
Datatype teidata.enumerated
Legal values are:
horizontal
the space is horizontal.
vertical
the space is vertical.
Note
For irregular shapes in two dimensions, the value for this attribute should reflect the more important of the two dimensions. In conventional left-right scripts, a space with both vertical and horizontal components should be classed as vertical.
Contained by
transcr: metamark
May contain
core: desc
Note
The space element should be used only within the metamark element (which itself is only used within the ellipsis element).
Examples
By god if wommen had writen storyes
As 
<space quantity="7" unit="minims"/> han within her oratoryes
στρατηλάτ<space quantity="1" unit="chars"/>ου
Source Github

<elementSpec rend="change" module="transcr" ident="space">
   
<gloss>space</gloss>
   
<desc>indicates the location of a significant space in the text.</desc>
   
<classes/>
   
<content>
      
<alternate minOccurs="0" maxOccurs="unbounded">
         
<classRef key="model.descLike"/>
         
<classRef key="model.certLike"/>
      
</alternate>
   
</content>
   
<attList>
      
<attDef ident="dim" usage="rec">
         
<gloss>dimension</gloss>
         
<desc>indicates whether the space is horizontal or vertical.</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<valList type="closed">
            
<valItem ident="horizontal">
               
<desc>the space is horizontal.</desc>
            
</valItem>
            
<valItem ident="vertical">
               
<desc>the space is vertical.</desc>
            
</valItem>
         
</valList>
      
</attDef>
      
<attDef ident="resp" mode="change">
         
<desc>(responsible party) indicates the individual responsible for identifying and measuring the space</desc>
      
</attDef>
   
</attList>
</elementSpec>