tei:att.rdgPart.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
sigla indicating the witnesses to this reading beginning or ending at this
point.

Used By

Attribute Group tei:att.rdgPart.attributes

Source

<xs:attributeGroup name="att.rdgPart.attribute.wit">
  <xs:attribute name="wit">
    <xs:annotation>
      <xs:documentation>(witness or witnesses) contains a space-delimited list of one or more sigla indicating the witnesses to this reading beginning or ending at this point.</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>