tei:att.pointing.group.attribute.targFunc

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
targFunc restriction of list of union of(restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
(target function) describes the function of each of the values of the
target attribute of the enclosed link, join, or alt tags.

Used By

Source

<xs:attributeGroup name="att.pointing.group.attribute.targFunc">
  <xs:attribute name="targFunc">
    <xs:annotation>
      <xs:documentation>(target function) describes the function of each of the values of the target attribute of the enclosed link, join, or alt tags.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:union>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
                  </xs:restriction>
                </xs:simpleType>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
                  </xs:restriction>
                </xs:simpleType>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:union>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="2"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>