tei:att.enjamb.attribute.enjamb

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
enjamb restriction of xs:token optional
(enjambement) indicates that the end of a verse line is marked by
enjambement. Sample values include: 1] no; 2] yes; 3] weak; 4] strong

Used By

Attribute Group tei:att.enjamb.attributes

Source

<xs:attributeGroup name="att.enjamb.attribute.enjamb">
  <xs:attribute name="enjamb">
    <xs:annotation>
      <xs:documentation>(enjambement) indicates that the end of a verse line is marked by enjambement. Sample values include: 1] no; 2] yes; 3] weak; 4] strong</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>