discrete

indicates whether the sound overlaps the surrounding speeches or
interrupts them.

Attribute Information

Used By

Element tei:sound

Source

<xs:attribute name="discrete" default="unknown">
  <xs:annotation>
    <xs:documentation>indicates whether the sound overlaps the surrounding speeches or interrupts them.</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>

Sample