tei:att.handFeatures.attribute.scribeRef

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
scribeRef restriction of list of xs:anyURI optional
points to a full description of the scribe concerned, typically supplied
by a person element elsewhere in the description.

Used By

Source

<xs:attributeGroup name="att.handFeatures.attribute.scribeRef">
  <xs:attribute name="scribeRef">
    <xs:annotation>
      <xs:documentation>points to a full description of the scribe concerned, typically supplied by a person 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>