tei:att.global.rendition.attribute.rend

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
rend restriction of list of restriction of xs:token optional
(rendition) indicates how the element in question was rendered or
presented in the source text.

Used By

Source

<xs:attributeGroup name="att.global.rendition.attribute.rend">
  <xs:attribute name="rend">
    <xs:annotation>
      <xs:documentation>(rendition) indicates how the element in question was rendered or presented in the source text.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>