tei:att.handFeatures.attribute.scriptRef

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
scriptRef restriction of list of xs:anyURI optional
points to a full description of the script or writing style used by this
hand, typically supplied by a scriptNote element elsewhere in the
description.

Used By

Source

<xs:attributeGroup name="att.handFeatures.attribute.scriptRef">
  <xs:attribute name="scriptRef">
    <xs:annotation>
      <xs:documentation>points to a full description of the script or writing style used by this hand, typically supplied by a scriptNote element elsewhere in the description.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:anyURI"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>