<xs:attribute name="passive">
<xs:annotation>
<xs:documentation>specifies the number of passive participants (or addressees) to whom a text is directed or in whose presence it is created or performed. Suggested values include: 1] self; 2] single; 3] many; 4] group; 5] world</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="self">
<xs:annotation>
<xs:documentation>text is addressed to the originator e.g. a diary</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="single">
<xs:annotation>
<xs:documentation>text is addressed to one other person e.g. a personal letter</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="many">
<xs:annotation>
<xs:documentation>text is addressed to a countable number of others e.g. a conversation in which all participants are identified</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="group">
<xs:annotation>
<xs:documentation>text is addressed to an undefined but fixed number of participants e.g. a lecture</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="world">
<xs:annotation>
<xs:documentation>text is addressed to an undefined and indeterminately large number e.g. a published book</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> |