tei:att.naming.attribute.role

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
role restriction of list of restriction of xs:token optional
may be used to specify further information about the entity referenced by
this name in the form of a set of whitespace-separated values, for example the occupation
of a person, or the status of a place.

Used By

Attribute Group tei:att.naming.attributes

Source

<xs:attributeGroup name="att.naming.attribute.role">
  <xs:attribute name="role">
    <xs:annotation>
      <xs:documentation>may be used to specify further information about the entity referenced by this name in the form of a set of whitespace-separated values, for example the occupation of a person, or the status of a place.</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>