tei:att.segLike.attribute.function

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
function restriction of xs:token optional
characterizes the function of the segment.

Used By

Attribute Group tei:att.segLike.attributes

Source

<xs:attributeGroup name="att.segLike.attribute.function">
  <xs:attribute name="function">
    <xs:annotation>
      <xs:documentation>characterizes the function of the segment.</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>