tei:att.msExcerpt.attribute.defective

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
defective union of(xs:boolean, restriction of xs:token) false optional
indicates whether the passage being quoted is defective, i.e. incomplete
through loss or damage.

Used By

Source

<xs:attributeGroup name="att.msExcerpt.attribute.defective">
  <xs:attribute name="defective" default="false">
    <xs:annotation>
      <xs:documentation>indicates whether the passage being quoted is defective, i.e. incomplete through loss or damage.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:union memberTypes="xs:boolean">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="unknown"/>
            <xs:enumeration value="inapplicable"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>