tei:att.handFeatures.attribute.script

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
script restriction of list of xs:Name optional
characterizes the particular script or writing style used by this hand,
for example secretary, copperplate, Chancery, Italian, etc.

Used By

Source

<xs:attributeGroup name="att.handFeatures.attribute.script">
  <xs:attribute name="script">
    <xs:annotation>
      <xs:documentation>characterizes the particular script or writing style used by this hand, for example secretary, copperplate, Chancery, Italian, etc.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:Name"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>