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
|
||||||||||||||||||||||||||||||||||||
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> |