tei:att.global.rendition.attribute.rendition

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
rendition restriction of list of xs:anyURI optional
points to a description of the rendering or presentation used for this
element in the source text.

Used By

Source

<xs:attributeGroup name="att.global.rendition.attribute.rendition">
  <xs:attribute name="rendition">
    <xs:annotation>
      <xs:documentation>points to a description of the rendering or presentation used for this element in the source text.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:anyURI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>