<surface>
<surface> defines a written surface as a two-dimensional coordinate space, optionally grouping
one or more graphic representations of that space, zones of interest within that space,
and transcriptions of the writing within them. [11.1. Digital Facsimiles 11.2.2. Embedded Transcription]
Module | transcr | ||||||||||||||
Attributes | Attributes att.global (xml:id, n, xml:lang) (lim.att.global.fragmentable (part)) (att.global.rendition (rendition)) (att.global.source (source)) att.coordinated (start, ulx, uly, lrx, lry, points) att.typed (type)
|
||||||||||||||
Contained by |
|
||||||||||||||
May contain | |||||||||||||||
Note |
The surface element represents any two-dimensional space on some physical surface forming part
of the source material, such as a piece of paper, a face of a monument, a billboard,
a scroll, a leaf etc.
The coordinate space defined by this element may be thought of as a grid lrx - ulx units wide and uly - lry units high.
The surface element may contain graphic representations or transcriptions of written zones, or
both. The coordinate values used by every zone element contained by this element are to be understood with reference to the same
grid.
Where it is useful or meaningful to do so, any grouping of multiple surface elements may be indicated using the surfaceGrp element.
|
||||||||||||||
Examples |
<facsimile> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> </facsimile> |
||||||||||||||
Source | Github
<elementSpec ident="surface" module="transcr"> <desc>defines a written surface as a two-dimensional coordinate space, optionally grouping one or more graphic representations of that space, zones of interest within that space, and transcriptions of the writing within them.</desc> <classes> <memberOf key="att.global"/> <memberOf key="att.coordinated"/> <memberOf key="att.typed"/> </classes> <content> <sequence> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.global"/> <classRef key="model.labelLike"/> <classRef key="model.graphicLike"/> </alternate> <sequence minOccurs="0" maxOccurs="unbounded"> <alternate> <elementRef key="zone"/> <elementRef key="line"/> <elementRef key="path"/> <elementRef key="surface"/> <elementRef key="surfaceGrp"/> </alternate> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence> </content> <attList> <attDef ident="attachment"> <desc>describes the method by which this surface is or was connected to the main surface</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <valList type="open"> <valItem ident="glued"> <desc>glued in place</desc> </valItem> <valItem ident="pinned"> <desc>pinned or stapled in place</desc> </valItem> <valItem ident="sewn"> <desc>sewn in place</desc> </valItem> </valList> </attDef> <attDef ident="flipping"> <desc>indicates whether the surface is attached and folded in such a way as to provide two writing surfaces</desc> <datatype> <dataRef key="teidata.truthValue"/> </datatype> </attDef> </attList> </elementSpec> |