active

specifies the number of active participants (or addressors)
producing parts of the text. Suggested values include: 1] singular; 2] plural; 3]
corporate; 4] unknown

Attribute Information

Used By

Element tei:interaction

Source

<xs:attribute name="active">
  <xs:annotation>
    <xs:documentation>specifies the number of active participants (or addressors) producing parts of the text. Suggested values include: 1] singular; 2] plural; 3] corporate; 4] unknown</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="singular">
            <xs:annotation>
              <xs:documentation>a single addressor</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="plural">
            <xs:annotation>
              <xs:documentation>many addressors</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="corporate">
            <xs:annotation>
              <xs:documentation>a corporate addressor</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="unknown">
            <xs:annotation>
              <xs:documentation>number of addressors unknown or unspecifiable</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:attribute>

Sample