tei:att.coordinated.attributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
lrx union of(xs:double, xs:decimal, restriction of xs:token) optional
gives the x coordinate value for the lower right corner of a rectangular
space.
lry union of(xs:double, xs:decimal, restriction of xs:token) optional
gives the y coordinate value for the lower right corner of a rectangular
space.
points restriction of list of union of(restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
identifies a two dimensional area within the bounding box specified by the
other attributes 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.
start xs:anyURI optional
indicates the element within a transcription of the text containing at
least the start of the writing represented by this zone or surface.
ulx union of(xs:double, xs:decimal, restriction of xs:token) optional
gives the x coordinate value for the upper left corner of a rectangular
space.
uly union of(xs:double, xs:decimal, restriction of xs:token) optional
gives the y coordinate value for the upper left corner of a rectangular
space.

Used By

Source

<xs:attributeGroup name="att.coordinated.attributes">
  <xs:attributeGroup ref="tei:att.coordinated.attribute.start"/>
  <xs:attributeGroup ref="tei:att.coordinated.attribute.ulx"/>
  <xs:attributeGroup ref="tei:att.coordinated.attribute.uly"/>
  <xs:attributeGroup ref="tei:att.coordinated.attribute.lrx"/>
  <xs:attributeGroup ref="tei:att.coordinated.attribute.lry"/>
  <xs:attributeGroup ref="tei:att.coordinated.attribute.points"/>
</xs:attributeGroup>