<surfaceGrp>
<surfaceGrp> (surface group) defines any kind of useful grouping of written surfaces, for example the recto and verso of a single leaf, which the encoder wishes to treat as a single unit. [12.1 Digital Facsimiles] | |
Modulo | transcr — Representation of Primary Sources |
Attributi |
|
Contenuto in |
transcr: facsimile sourceDoc surface surfaceGrp
|
Può contenere |
figures: figure notatedMusic
|
Nota |
Where it is useful or meaningful to do so, any grouping of multiple surface elements may be indicated using the surfaceGrp elements. |
Esempio |
<sourceDoc>
<surfaceGrp> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49r.png"/> </surface> <surface ulx="0" uly="0" lrx="200" lry="300"> <graphic url="Bovelles-49v.png"/> </surface> </surfaceGrp> </sourceDoc> |
Content model |
<content> |
Dichiarazione |
<rng:element name="surfaceGrp"> element surfaceGrp { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.declaring.attributes, att.typed.attributes, ( model.global | surface | surfaceGrp )+ } |