tei:att.ascribed.attribute.who

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
who restriction of list of xs:anyURI optional
indicates the person, or group of people, to whom the element content is
ascribed.

Used By

Attribute Group tei:att.ascribed.attributes

Source

<xs:attributeGroup name="att.ascribed.attribute.who">
  <xs:attribute name="who">
    <xs:annotation>
      <xs:documentation>indicates the person, or group of people, to whom the element content is ascribed.</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>