tei:att.witnessed.attribute.wit

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
wit restriction of list of xs:anyURI optional
(witness or witnesses) contains a space-delimited list of one or more
pointers indicating the witnesses which attest to a given reading.

Used By

Source

<xs:attributeGroup name="att.witnessed.attribute.wit">
  <xs:attribute name="wit">
    <xs:annotation>
      <xs:documentation>(witness or witnesses) contains a space-delimited list of one or more pointers indicating the witnesses which attest to a given reading.</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>