att.coordinated

att.coordinated provides attributes that can be used to position their parent element within a two dimensional coordinate system.
Module transcr
Members surface zone
Attributes Attributes
start indicates the element within a transcription of the text containing at least the start of the writing represented by this zone or surface.
Status Optional
Datatype teidata.pointer
ulx gives the x coordinate value for the upper left corner of a rectangular space.
Status Optional
Datatype teidata.numeric
uly gives the y coordinate value for the upper left corner of a rectangular space.
Status Optional
Datatype teidata.numeric
lrx gives the x coordinate value for the lower right corner of a rectangular space.
Status Optional
Datatype teidata.numeric
lry gives the y coordinate value for the lower right corner of a rectangular space.
Status Optional
Datatype teidata.numeric
points identifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area.
Status Optional
Datatype 3–∞ occurrences of teidata.point separated by whitespace
Source Github

<classSpec module="transcr" type="atts" ident="att.coordinated">
   
<desc>provides attributes that can be used to position their parent 
element within a two dimensional coordinate system.
</desc>
   
<attList>
      
<attDef ident="start">
         
<desc>indicates the element within a transcription of the text
containing at least the start of the writing represented by this zone
or surface.
</desc>
         
<datatype>
            
<dataRef key="teidata.pointer"/>
         
</datatype>
      
</attDef>
      
<attDef ident="ulx">
         
<desc>gives the x coordinate value for the upper left corner of a
rectangular space.
</desc>
         
<datatype>
            
<dataRef key="teidata.numeric"/>
         
</datatype>
      
</attDef>
      
<attDef ident="uly">
         
<desc>gives the y coordinate value for the upper left corner of a
rectangular space.
</desc>
         
<datatype>
            
<dataRef key="teidata.numeric"/>
         
</datatype>
      
</attDef>
      
<attDef ident="lrx">
         
<desc>gives the x coordinate value for the lower right corner of a
rectangular space.
</desc>
         
<datatype>
            
<dataRef key="teidata.numeric"/>
         
</datatype>
      
</attDef>
      
<attDef ident="lry">
         
<desc>gives the y coordinate value for the lower right corner of a
rectangular space.
</desc>
         
<datatype>
            
<dataRef key="teidata.numeric"/>
         
</datatype>
      
</attDef>
      
<attDef ident="points">
         
<desc>identifies a two dimensional area by means of a series of pairs of numbers, each of which gives the x,y coordinates of a point on a line enclosing the area.</desc>
         
<datatype minOccurs="3" maxOccurs="unbounded">
            
<dataRef key="teidata.point"/>
         
</datatype>
      
</attDef>
   
</attList>
</classSpec>