tei:att.notated.attribute.notation

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
notation restriction of xs:token optional
names the notation used for the content of the element.

Used By

Attribute Group tei:att.notated.attributes

Source

<xs:attributeGroup name="att.notated.attribute.notation">
  <xs:attribute name="notation">
    <xs:annotation>
      <xs:documentation>names the notation used for the content of the element.</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>