-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathGenres.xml
More file actions
124 lines (124 loc) · 3.94 KB
/
Copy pathGenres.xml
File metadata and controls
124 lines (124 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<genres>
<type id="drama">
<name>Drama</name>
<definition>A planned, creative, rendition of discourse involving two or more participants.</definition>
<comments>Usually a drama involves mimesis of events, either real or imagined.</comments>
<examples>
<example>Play</example>
<example>Skit</example>
<example>Enacted Scene</example>
</examples>
</type>
<type id="formulaic_discourse">
<name>Formulaic Discourse</name>
<definition>A ritually or conventionally structured discourse.</definition>
<comments></comments>
<examples>
<example>Prayer</example>
<example>Curse</example>
<example>Blessing</example>
<example>Charm</example>
<example>Curing Ritual</example>
<example>Marriage Vows</example>
<example>Oath</example>
</examples>
</type>
<type id="interactive_discourse">
<name>Interactive Discourse</name>
<definition>Linguistic communication between two or more participants.</definition>
<comments></comments>
<examples>
<example>Conversation</example>
<example>Interview</example>
<example>Correspondence</example>
<example>Consultation</example>
<example>Greeting</example>
<example>Leave-Takings</example>
</examples>
</type>
<type id="language_play">
<name>Language Play</name>
<definition>A language whose primary function is to be part of play, or a style of speech that involves a creative manipulation of the structures of the language.</definition>
<comments></comments>
<examples>
<example>Verbal Art</example>
<example>Joke</example>
<example>Secret Language</example>
<example>Speech Disguise</example>
</examples>
</type>
<type id="oratory">
<name>Oratory</name>
<definition>Public speaking, or speaking eloquently according to rules or conventions.</definition>
<comments></comments>
<examples>
<example>Sermon</example>
<example>Lecture</example>
<example>Political Speech</example>
<example>Invocation</example>
</examples>
</type>
<type id="narrative">
<name>Narrative</name>
<definition>A monologic discourse which represents temporally organized events.</definition>
<comments></comments>
<examples>
<example>Historical</example>
<example>Traditional</example>
<example>Personal</example>
<example>Myth</example>
<example>Folktale</example>
<example>Fable</example>
<example>Humorous Story</example>
</examples>
</type>
<type id="procedural_discourse">
<name>Procedural Discourse</name>
<definition>An explanation or description of a method, process, or situation having ordered steps.</definition>
<comments></comments>
<examples>
<example>Recipe</example>
<example>Instructions</example>
<example>Plan</example>
</examples>
</type>
<type id="report">
<name>Report</name>
<definition>A factual account of some event or circumstance.</definition>
<comments></comments>
<examples>
<example>News Report</example>
<example>Essay</example>
<example>Commentary</example>
</examples>
</type>
<type id="singing">
<name>Singing</name>
<definition>Words or sounds articulated in succession with musical inflections or modulations of the voice.</definition>
<comments></comments>
<examples>
<example>Chant</example>
<example>Song</example>
<example>Chorus</example>
</examples>
</type>
<type id="instrumental_music">
<name>Instrumental Music</name>
<definition>Music intended to be performed by a musical instrument or group of instruments.</definition>
<comments></comments>
<examples>
<example></example>
</examples>
</type>
<type id="unintelligible_speech">
<name>Unintelligible Speech</name>
<definition>Utterances that are not intended to be interpretable as ordinary language.</definition>
<comments></comments>
<examples>
<example>Sacred Language</example>
<example>Glossolalia</example>
<example>Singing Syllables (fa-la-la)</example>
</examples>
</type>
</genres>