tei:att.editLike.attribute.evidence

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
evidence restriction of list of union of(restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
indicates the nature of the evidence supporting the reliability or
accuracy of the intervention or interpretation. Suggested values include: 1] internal; 2]
external; 3] conjecture

Used By

Attribute Group tei:att.editLike.attributes

Source

<xs:attributeGroup name="att.editLike.attribute.evidence">
  <xs:attribute name="evidence">
    <xs:annotation>
      <xs:documentation>indicates the nature of the evidence supporting the reliability or accuracy of the intervention or interpretation. Suggested values include: 1] internal; 2] external; 3] conjecture</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:union>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="internal">
                      <xs:annotation>
                        <xs:documentation>there is internal evidence to support the intervention.</xs:documentation>
                      </xs:annotation>
                    </xs:enumeration>
                  </xs:restriction>
                </xs:simpleType>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="external">
                      <xs:annotation>
                        <xs:documentation>there is external evidence to support the intervention.</xs:documentation>
                      </xs:annotation>
                    </xs:enumeration>
                  </xs:restriction>
                </xs:simpleType>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="conjecture">
                      <xs:annotation>
                        <xs:documentation>the intervention or interpretation has been made by the editor, cataloguer, or scholar on the basis of their expertise.</xs:documentation>
                      </xs:annotation>
                    </xs:enumeration>
                  </xs:restriction>
                </xs:simpleType>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
                  </xs:restriction>
                </xs:simpleType>
              </xs:union>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>