<xs:attribute name="type">
<xs:annotation>
<xs:documentation>categorizes the factuality of the text.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="fiction">
<xs:annotation>
<xs:documentation>the text is to be regarded as entirely imaginative</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="fact">
<xs:annotation>
<xs:documentation>the text is to be regarded as entirely informative or factual</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="mixed">
<xs:annotation>
<xs:documentation>the text contains a mixture of fact and fiction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inapplicable">
<xs:annotation>
<xs:documentation>the fiction/fact distinction is not regarded as helpful or appropriate to this text</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |