att.foliumSurfaces

Attributes that link a folium element with a surface element.
Module
MEI.header
Attributes
recto, verso
recto(optional)A reference to a surface element positioned on the recto side of the sheet. Value conforms to data.URI.
verso(optional)A reference to a surface element positioned on the verso side of the sheet. Value conforms to data.URI.
recto(optional)A reference to a surface element positioned on the recto side of the sheet. Value conforms to data.URI.
verso(optional)A reference to a surface element positioned on the verso side of the sheet. Value conforms to data.URI.
Metadata header component declarations.
recto(optional)A reference to a surface element positioned on the recto side of the sheet. Value conforms to data.URI.
verso(optional)A reference to a surface element positioned on the verso side of the sheet. Value conforms to data.URI.
Available at
foliumDescribes a single leaf of paper.
foliumDescribes a single leaf of paper.
Declaration
<classSpec ident="att.foliumSurfaces" module="MEI.header" type="atts">
<desc>Attributes that link a folium element with a
<gi scheme="MEI">surface</gi>
element.</desc>
<attList org="group">
<attDef ident="recto" usage="opt">
<desc>A reference to a
<gi scheme="MEI">surface</gi>
element positioned on the recto side of the sheet.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.URI" />
</datatype>
</attDef>
<attDef ident="verso" usage="opt">
<desc>A reference to a
<gi scheme="MEI">surface</gi>
element positioned on the verso side of the sheet.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:ref name="data.URI" />
</datatype>
</attDef>
</attList>
</classSpec>