xsd-reader 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +14 -0
- data/README.md +5 -4
- data/lib/xsd_reader/choice.rb +0 -3
- data/lib/xsd_reader/complex_content.rb +5 -0
- data/lib/xsd_reader/element.rb +2 -6
- data/lib/xsd_reader/extension.rb +8 -0
- data/lib/xsd_reader/import.rb +56 -0
- data/lib/xsd_reader/schema.rb +35 -0
- data/lib/xsd_reader/shared.rb +95 -58
- data/lib/xsd_reader/simple_type.rb +7 -0
- data/lib/xsd_reader/xml.rb +35 -2
- data/lib/xsd_reader.rb +3 -0
- data/spec/attribute_spec.rb +12 -12
- data/spec/element_spec.rb +28 -25
- data/spec/examples/ddex-v32/ddex.xsd +2116 -0
- data/spec/examples/ddex-v32/ddexC.xsd +5240 -0
- data/spec/examples/ddex-v32/ern-main.xsd +2980 -0
- data/spec/examples/ddex-v32/iso3166a2.xsd +1230 -0
- data/spec/examples/ddex-v32/iso4217a.xsd +900 -0
- data/spec/examples/ddex-v32/iso639a2.xsd +935 -0
- data/spec/examples/ddex-v36/avs.xsd +11257 -0
- data/spec/examples/{ddex-ern-v36.xsd → ddex-v36/ddex-ern-v36.xsd} +0 -0
- data/spec/extension_spec.rb +29 -0
- data/spec/import_spec.rb +48 -0
- data/spec/schema_spec.rb +63 -9
- data/spec/xml_spec.rb +7 -7
- data/spec/xsd_reader_spec.rb +172 -39
- data/xsd-reader.gemspec +2 -1
- metadata +28 -2
@@ -0,0 +1,2980 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified"
|
3
|
+
targetNamespace="http://ddex.net/xml/2010/ern-main/32"
|
4
|
+
xmlns:ddex="http://ddex.net/xml/20100712/ddex" xmlns:ddexC="http://ddex.net/xml/20100712/ddexC"
|
5
|
+
xmlns:ernm="http://ddex.net/xml/2010/ern-main/32"
|
6
|
+
xmlns:iso3166a2="http://ddex.net/xml/20100712/iso3166a2"
|
7
|
+
xmlns:iso4217a="http://ddex.net/xml/20100712/iso4217a"
|
8
|
+
xmlns:iso639a2="http://ddex.net/xml/20100712/iso639a2"
|
9
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
10
|
+
<xs:import namespace="http://ddex.net/xml/20100712/ddex" schemaLocation="ddex.xsd"/>
|
11
|
+
<xs:import namespace="http://ddex.net/xml/20100712/ddexC" schemaLocation="ddexC.xsd"/>
|
12
|
+
<xs:import namespace="http://ddex.net/xml/20100712/iso639a2" schemaLocation="iso639a2.xsd"/>
|
13
|
+
<xs:import namespace="http://ddex.net/xml/20100712/iso3166a2" schemaLocation="iso3166a2.xsd"/>
|
14
|
+
<xs:import namespace="http://ddex.net/xml/20100712/iso4217a" schemaLocation="iso4217a.xsd"/>
|
15
|
+
<xs:annotation>
|
16
|
+
<xs:documentation>(c) 2006-2010 DDEX, LLC</xs:documentation>
|
17
|
+
</xs:annotation>
|
18
|
+
<xs:complexType name="Collection">
|
19
|
+
<xs:annotation>
|
20
|
+
<xs:documentation>A Composite containing details of a Collection. Collections referenced from Video Resources are of CollectionType VideoChapter . Collections referenced from a Release composite are of CollectionType Series, Season or Episode.</xs:documentation>
|
21
|
+
</xs:annotation>
|
22
|
+
<xs:sequence>
|
23
|
+
<xs:element name="CollectionId" type="ddexC:CollectionId" maxOccurs="unbounded">
|
24
|
+
<xs:annotation>
|
25
|
+
<xs:documentation>A Composite containing details of an Identifier of the Collection.</xs:documentation>
|
26
|
+
</xs:annotation>
|
27
|
+
</xs:element>
|
28
|
+
<xs:element name="CollectionType" type="ddexC:CollectionType" minOccurs="0"
|
29
|
+
maxOccurs="unbounded">
|
30
|
+
<xs:annotation>
|
31
|
+
<xs:documentation>A Composite containing details of the Type of the Collection.</xs:documentation>
|
32
|
+
</xs:annotation>
|
33
|
+
</xs:element>
|
34
|
+
<xs:element name="CollectionReference" type="ddex:LocalCollectionAnchor">
|
35
|
+
<xs:annotation>
|
36
|
+
<xs:documentation>The Identifier (specific to the Message) of the Collection within the Release which contains it. This LocalAnchor is a string starting with the letter X.</xs:documentation>
|
37
|
+
</xs:annotation>
|
38
|
+
</xs:element>
|
39
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
40
|
+
<xs:annotation>
|
41
|
+
<xs:documentation>A Composite containing details of a Title of the Collection.</xs:documentation>
|
42
|
+
</xs:annotation>
|
43
|
+
</xs:element>
|
44
|
+
<xs:element name="Contributor" type="ddexC:ResourceContributor" minOccurs="0"
|
45
|
+
maxOccurs="unbounded">
|
46
|
+
<xs:annotation>
|
47
|
+
<xs:documentation>A Composite containing details a Contributor to the Collection.</xs:documentation>
|
48
|
+
</xs:annotation>
|
49
|
+
</xs:element>
|
50
|
+
<xs:element name="Character" type="ddexC:Character" minOccurs="0" maxOccurs="unbounded">
|
51
|
+
<xs:annotation>
|
52
|
+
<xs:documentation>A Composite containing details of a Character in the Collection. A Character may be described through Name, Identifier and Roles.</xs:documentation>
|
53
|
+
</xs:annotation>
|
54
|
+
</xs:element>
|
55
|
+
<xs:element name="CollectionCollectionReferenceList"
|
56
|
+
type="ddexC:CollectionCollectionReferenceList" minOccurs="0">
|
57
|
+
<xs:annotation>
|
58
|
+
<xs:documentation>A Composite containing a list of CollectionCollectionReferences for a Collection (specific to this Message).</xs:documentation>
|
59
|
+
</xs:annotation>
|
60
|
+
</xs:element>
|
61
|
+
<xs:element name="IsComplete" type="xs:boolean">
|
62
|
+
<xs:annotation>
|
63
|
+
<xs:documentation>The Flag indicating whether the Collection is complete (=True) or not (=False). Only one of the Elements IsComplete here and in the CollectionDetailsByTerritory is valid for a given Collection.</xs:documentation>
|
64
|
+
</xs:annotation>
|
65
|
+
</xs:element>
|
66
|
+
<xs:element name="Duration" type="xs:duration" minOccurs="0">
|
67
|
+
<xs:annotation>
|
68
|
+
<xs:documentation>The sum of the Durations of all Resources contained in the Collection (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
69
|
+
</xs:annotation>
|
70
|
+
</xs:element>
|
71
|
+
<xs:element name="DurationOfMusicalContent" type="xs:duration" minOccurs="0">
|
72
|
+
<xs:annotation>
|
73
|
+
<xs:documentation>The Duration of the musical content (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
74
|
+
</xs:annotation>
|
75
|
+
</xs:element>
|
76
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
77
|
+
<xs:annotation>
|
78
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Collection was created.</xs:documentation>
|
79
|
+
</xs:annotation>
|
80
|
+
</xs:element>
|
81
|
+
<xs:element name="OriginalReleaseDate" type="ddexC:EventDate" minOccurs="0">
|
82
|
+
<xs:annotation>
|
83
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Collection was or will be first made available for Usage, whether for physical or electronic/online distribution (in ISO 8601:2004 format: YYYY-MM-DD).</xs:documentation>
|
84
|
+
</xs:annotation>
|
85
|
+
</xs:element>
|
86
|
+
<xs:element name="OriginalLanguage" type="iso639a2:LanguageCode" minOccurs="0">
|
87
|
+
<xs:annotation>
|
88
|
+
<xs:documentation>The orignal Language of the Collection (represented by an ISO 639-2 LanguageCode).</xs:documentation>
|
89
|
+
</xs:annotation>
|
90
|
+
</xs:element>
|
91
|
+
<xs:element name="CollectionDetailsByTerritory" type="ernm:CollectionDetailsByTerritory"
|
92
|
+
minOccurs="0" maxOccurs="unbounded">
|
93
|
+
<xs:annotation>
|
94
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of the Collection which may vary according to Territory of release.</xs:documentation>
|
95
|
+
</xs:annotation>
|
96
|
+
</xs:element>
|
97
|
+
<xs:element name="CollectionResourceReferenceList"
|
98
|
+
type="ernm:CollectionResourceReferenceList" minOccurs="0">
|
99
|
+
<xs:annotation>
|
100
|
+
<xs:documentation>A Composite containing a list of CollectionResourceReferences for a Resource (specific to this Message).</xs:documentation>
|
101
|
+
</xs:annotation>
|
102
|
+
</xs:element>
|
103
|
+
<xs:element name="CollectionWorkReferenceList" type="ernm:CollectionWorkReferenceList"
|
104
|
+
minOccurs="0">
|
105
|
+
<xs:annotation>
|
106
|
+
<xs:documentation>A Composite containing a list of CollectionWorkReferences for a Work (specific to this Message).</xs:documentation>
|
107
|
+
</xs:annotation>
|
108
|
+
</xs:element>
|
109
|
+
<xs:element name="RepresentativeImageReference" type="ddex:LocalResourceAnchorReference"
|
110
|
+
minOccurs="0">
|
111
|
+
<xs:annotation>
|
112
|
+
<xs:documentation>A Reference for an Image (specific to this Message). This LocalAnchorReference is a string starting with the letter A.</xs:documentation>
|
113
|
+
</xs:annotation>
|
114
|
+
</xs:element>
|
115
|
+
<xs:element name="PLine" type="ddexC:PLine" minOccurs="0" maxOccurs="unbounded">
|
116
|
+
<xs:annotation>
|
117
|
+
<xs:documentation>A Composite containing details of the PLine for the Release.</xs:documentation>
|
118
|
+
</xs:annotation>
|
119
|
+
</xs:element>
|
120
|
+
<xs:element name="CLine" type="ddexC:CLine" minOccurs="0" maxOccurs="unbounded">
|
121
|
+
<xs:annotation>
|
122
|
+
<xs:documentation>A Composite containing details of the CLine for the Release.</xs:documentation>
|
123
|
+
</xs:annotation>
|
124
|
+
</xs:element>
|
125
|
+
</xs:sequence>
|
126
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
127
|
+
<xs:annotation>
|
128
|
+
<xs:documentation>The Language and script for the Elements of the Collection as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
129
|
+
</xs:annotation>
|
130
|
+
</xs:attribute>
|
131
|
+
</xs:complexType>
|
132
|
+
<xs:complexType name="CollectionDetailsByTerritory">
|
133
|
+
<xs:annotation>
|
134
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of a Collection which may vary according to Territory of release.</xs:documentation>
|
135
|
+
</xs:annotation>
|
136
|
+
<xs:complexContent>
|
137
|
+
<xs:extension base="ddexC:CollectionDetailsByTerritory">
|
138
|
+
<xs:sequence>
|
139
|
+
<xs:element name="Character" type="ddexC:Character" minOccurs="0"
|
140
|
+
maxOccurs="unbounded">
|
141
|
+
<xs:annotation>
|
142
|
+
<xs:documentation>A Composite containing details of a Character in the Collection. A Character may be described through Name, Identifier and Roles.</xs:documentation>
|
143
|
+
</xs:annotation>
|
144
|
+
</xs:element>
|
145
|
+
</xs:sequence>
|
146
|
+
</xs:extension>
|
147
|
+
</xs:complexContent>
|
148
|
+
</xs:complexType>
|
149
|
+
<xs:complexType name="CollectionList">
|
150
|
+
<xs:annotation>
|
151
|
+
<xs:documentation>A Composite containing details of one or more Collections.</xs:documentation>
|
152
|
+
</xs:annotation>
|
153
|
+
<xs:sequence>
|
154
|
+
<xs:element name="Collection" type="ernm:Collection" maxOccurs="unbounded">
|
155
|
+
<xs:annotation>
|
156
|
+
<xs:documentation>A Composite containing details of a Collection contained in a Resource.</xs:documentation>
|
157
|
+
</xs:annotation>
|
158
|
+
</xs:element>
|
159
|
+
</xs:sequence>
|
160
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
161
|
+
<xs:annotation>
|
162
|
+
<xs:documentation>The Language and script for the Elements of the CollectionList as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
163
|
+
</xs:annotation>
|
164
|
+
</xs:attribute>
|
165
|
+
</xs:complexType>
|
166
|
+
<xs:complexType name="CollectionResourceReferenceList">
|
167
|
+
<xs:annotation>
|
168
|
+
<xs:documentation>A Composite containing a list of CollectionResourceReferences.</xs:documentation>
|
169
|
+
</xs:annotation>
|
170
|
+
<xs:sequence>
|
171
|
+
<xs:element name="CollectionResourceReference" type="ddex:LocalResourceAnchorReference"
|
172
|
+
maxOccurs="unbounded">
|
173
|
+
<xs:annotation>
|
174
|
+
<xs:documentation>A Composite containing a CollectionResourceReference for a Collection (specific to this Message).</xs:documentation>
|
175
|
+
</xs:annotation>
|
176
|
+
</xs:element>
|
177
|
+
</xs:sequence>
|
178
|
+
</xs:complexType>
|
179
|
+
<xs:complexType name="CollectionWorkReferenceList">
|
180
|
+
<xs:annotation>
|
181
|
+
<xs:documentation>A Composite containing a list of CollectionWorkReferences.</xs:documentation>
|
182
|
+
</xs:annotation>
|
183
|
+
<xs:sequence>
|
184
|
+
<xs:element name="CollectionWorkReference" type="ddex:LocalMusicalWorkAnchorReference"
|
185
|
+
maxOccurs="unbounded">
|
186
|
+
<xs:annotation>
|
187
|
+
<xs:documentation>A Composite containing a CollectionWorkReference for a Collection (specific to this Message).</xs:documentation>
|
188
|
+
</xs:annotation>
|
189
|
+
</xs:element>
|
190
|
+
</xs:sequence>
|
191
|
+
</xs:complexType>
|
192
|
+
<xs:complexType name="Cue">
|
193
|
+
<xs:annotation>
|
194
|
+
<xs:documentation>A Composite containing details of a Cue.</xs:documentation>
|
195
|
+
</xs:annotation>
|
196
|
+
<xs:sequence>
|
197
|
+
<xs:element name="CueUseType" type="ddexC:CueUseType" minOccurs="0">
|
198
|
+
<xs:annotation>
|
199
|
+
<xs:documentation>A Composite containing details of a UseType of the Cue. It can be expected that this element will be contractually mandatory in many communications of cue sheets to music rights societies.</xs:documentation>
|
200
|
+
</xs:annotation>
|
201
|
+
</xs:element>
|
202
|
+
<xs:element name="CueThemeType" type="ddexC:CueThemeType" minOccurs="0">
|
203
|
+
<xs:annotation>
|
204
|
+
<xs:documentation>A Composite containing details of a ThemeType for the Creation referenced in the Cue.</xs:documentation>
|
205
|
+
</xs:annotation>
|
206
|
+
</xs:element>
|
207
|
+
<xs:element name="CueVocalType" type="ddexC:CueVocalType" minOccurs="0">
|
208
|
+
<xs:annotation>
|
209
|
+
<xs:documentation>A Composite containing details of a VocalType for the Creation referenced in the Cue.</xs:documentation>
|
210
|
+
</xs:annotation>
|
211
|
+
</xs:element>
|
212
|
+
<xs:element name="IsDance" type="xs:boolean" minOccurs="0">
|
213
|
+
<xs:annotation>
|
214
|
+
<xs:documentation>A Flag indicating whether a Creation contains dancing (=True) or not (=False).</xs:documentation>
|
215
|
+
</xs:annotation>
|
216
|
+
</xs:element>
|
217
|
+
<xs:element name="CueVisualPerceptionType" type="ddexC:CueVisualPerceptionType"
|
218
|
+
minOccurs="0">
|
219
|
+
<xs:annotation>
|
220
|
+
<xs:documentation>A Composite containing details of a VisualPerceptionType for the Creation referenced in the Cue.</xs:documentation>
|
221
|
+
</xs:annotation>
|
222
|
+
</xs:element>
|
223
|
+
<xs:element name="CueOrigin" type="ddexC:CueOrigin" minOccurs="0">
|
224
|
+
<xs:annotation>
|
225
|
+
<xs:documentation>A Composite containing details of a CueOrigin for the Cue. It can be expected that this element will be contractually mandatory in many communications of cue sheets to music rights societies.</xs:documentation>
|
226
|
+
</xs:annotation>
|
227
|
+
</xs:element>
|
228
|
+
<xs:choice>
|
229
|
+
<xs:element name="CueCreationReference" type="ddexC:CueCreationReference"
|
230
|
+
maxOccurs="unbounded">
|
231
|
+
<xs:annotation>
|
232
|
+
<xs:documentation>A Composite containing a CueCreationReference for a Creation (specific to this Message).</xs:documentation>
|
233
|
+
</xs:annotation>
|
234
|
+
</xs:element>
|
235
|
+
<xs:sequence>
|
236
|
+
<xs:element name="ReferencedCreationType" type="ddex:CreationType" minOccurs="0">
|
237
|
+
<xs:annotation>
|
238
|
+
<xs:documentation>A Type of the Creation referenced in the Cue.</xs:documentation>
|
239
|
+
</xs:annotation>
|
240
|
+
</xs:element>
|
241
|
+
<xs:element name="ReferencedCreationTitle" type="ddexC:Title" minOccurs="0"
|
242
|
+
maxOccurs="unbounded">
|
243
|
+
<xs:annotation>
|
244
|
+
<xs:documentation>A Composite containing details of a Title of the Creation referenced in the Cue.</xs:documentation>
|
245
|
+
</xs:annotation>
|
246
|
+
</xs:element>
|
247
|
+
<xs:element name="ReferencedCreationContributor"
|
248
|
+
type="ddexC:ResourceContributor" minOccurs="0" maxOccurs="unbounded">
|
249
|
+
<xs:annotation>
|
250
|
+
<xs:documentation>A Composite containing details a Contributor of the Creation referenced in the Cue.</xs:documentation>
|
251
|
+
</xs:annotation>
|
252
|
+
</xs:element>
|
253
|
+
<xs:element name="ReferencedCreationCharacter" type="ddexC:Character"
|
254
|
+
minOccurs="0" maxOccurs="unbounded">
|
255
|
+
<xs:annotation>
|
256
|
+
<xs:documentation>A Composite containing details of a Character in the Creation referenced in the Cue. A Character may be described through Name, Identifier and Roles.</xs:documentation>
|
257
|
+
</xs:annotation>
|
258
|
+
</xs:element>
|
259
|
+
</xs:sequence>
|
260
|
+
</xs:choice>
|
261
|
+
<xs:element name="HasMusicalContent" type="xs:boolean" minOccurs="0">
|
262
|
+
<xs:annotation>
|
263
|
+
<xs:documentation>A Flag indicating whether whether the Creation referenced in the Cue contains musical content such as a SoundRecording or a MusicalWork (=True) or not (=False).</xs:documentation>
|
264
|
+
</xs:annotation>
|
265
|
+
</xs:element>
|
266
|
+
<xs:element name="StartTime" type="xs:duration" minOccurs="0">
|
267
|
+
<xs:annotation>
|
268
|
+
<xs:documentation>The start time of the Creation, measured from the start of the Resource from which the CueSheet is referenced (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
269
|
+
</xs:annotation>
|
270
|
+
</xs:element>
|
271
|
+
<xs:element name="Duration" type="xs:duration" minOccurs="0">
|
272
|
+
<xs:annotation>
|
273
|
+
<xs:documentation>The Duration of the use of the Creation that is referenced in the CueCreationReference (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
274
|
+
</xs:annotation>
|
275
|
+
</xs:element>
|
276
|
+
<xs:element name="EndTime" type="xs:duration" minOccurs="0">
|
277
|
+
<xs:annotation>
|
278
|
+
<xs:documentation>The end time of the Creation, measured from the start of the Resource from which the CueSheet is referenced (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
279
|
+
</xs:annotation>
|
280
|
+
</xs:element>
|
281
|
+
<xs:element name="PLine" type="ddexC:PLine" minOccurs="0" maxOccurs="unbounded">
|
282
|
+
<xs:annotation>
|
283
|
+
<xs:documentation>A Composite containing details of the PLine for the Release.</xs:documentation>
|
284
|
+
</xs:annotation>
|
285
|
+
</xs:element>
|
286
|
+
<xs:element name="CLine" type="ddexC:CLine" minOccurs="0" maxOccurs="unbounded">
|
287
|
+
<xs:annotation>
|
288
|
+
<xs:documentation>A Composite containing details of the CLine for the Release.</xs:documentation>
|
289
|
+
</xs:annotation>
|
290
|
+
</xs:element>
|
291
|
+
</xs:sequence>
|
292
|
+
</xs:complexType>
|
293
|
+
<xs:complexType name="CueSheet">
|
294
|
+
<xs:annotation>
|
295
|
+
<xs:documentation>A Composite containing details of a CueSheet.</xs:documentation>
|
296
|
+
</xs:annotation>
|
297
|
+
<xs:sequence>
|
298
|
+
<xs:element name="CueSheetId" type="ddexC:ProprietaryId" minOccurs="0"
|
299
|
+
maxOccurs="unbounded">
|
300
|
+
<xs:annotation>
|
301
|
+
<xs:documentation>A Composite containing details of a CueSheetId of the CueSheet.</xs:documentation>
|
302
|
+
</xs:annotation>
|
303
|
+
</xs:element>
|
304
|
+
<xs:element name="CueSheetReference" type="ddex:LocalCueSheetAnchor">
|
305
|
+
<xs:annotation>
|
306
|
+
<xs:documentation>The Identifier (specific to the Message) of the CueSheet within the Release which contains it. This LocalAnchor is a string starting with the letter Q.</xs:documentation>
|
307
|
+
</xs:annotation>
|
308
|
+
</xs:element>
|
309
|
+
<xs:element name="CueSheetType" type="ddexC:CueSheetType">
|
310
|
+
<xs:annotation>
|
311
|
+
<xs:documentation>A Composite containing details of a Type of the CueSheet.</xs:documentation>
|
312
|
+
</xs:annotation>
|
313
|
+
</xs:element>
|
314
|
+
<xs:element name="Cue" type="ernm:Cue" maxOccurs="unbounded">
|
315
|
+
<xs:annotation>
|
316
|
+
<xs:documentation>A Composite containing details of a Cue.</xs:documentation>
|
317
|
+
</xs:annotation>
|
318
|
+
</xs:element>
|
319
|
+
</xs:sequence>
|
320
|
+
</xs:complexType>
|
321
|
+
<xs:complexType name="CueSheetList">
|
322
|
+
<xs:annotation>
|
323
|
+
<xs:documentation>A Composite containing details of one or more CueSheets.</xs:documentation>
|
324
|
+
</xs:annotation>
|
325
|
+
<xs:sequence>
|
326
|
+
<xs:element name="CueSheet" type="ernm:CueSheet" maxOccurs="unbounded">
|
327
|
+
<xs:annotation>
|
328
|
+
<xs:documentation>A Composite containing details of a CueSheet contained in a Resource.</xs:documentation>
|
329
|
+
</xs:annotation>
|
330
|
+
</xs:element>
|
331
|
+
</xs:sequence>
|
332
|
+
</xs:complexType>
|
333
|
+
<xs:complexType name="Deal">
|
334
|
+
<xs:annotation>
|
335
|
+
<xs:documentation>A Composite containing details (in full or in summary) of a Deal made between a DSP (as Licensee) and a Licensor of Works or Releases. When any new DealTerms are added or removed from an existing Deal (different UseTypes, Prices, Territories, DistributionChannels) then a new Deal is created, and (if appropriate) the ValidityPeriod of the existing Deal should be terminated. The only changes which should be made to the DealTerms of an existing Deal are corrections required because of an earlier error or omission, or the addition of an EndDate to the Deal's ValidityPeriod.</xs:documentation>
|
336
|
+
</xs:annotation>
|
337
|
+
<xs:sequence>
|
338
|
+
<xs:element name="DealReference" type="ddexC:DealReference" minOccurs="0"
|
339
|
+
maxOccurs="unbounded">
|
340
|
+
<xs:annotation>
|
341
|
+
<xs:documentation>A Composite containing a Reference to a TextDocument containing details of the Deal (in the form of an Identifier, Name or Description).</xs:documentation>
|
342
|
+
</xs:annotation>
|
343
|
+
</xs:element>
|
344
|
+
<xs:element name="DealTerms" type="ernm:DealTerms" minOccurs="0">
|
345
|
+
<xs:annotation>
|
346
|
+
<xs:documentation>A Composite containing details of the terms of the Deal.</xs:documentation>
|
347
|
+
</xs:annotation>
|
348
|
+
</xs:element>
|
349
|
+
<xs:element name="ResourceUsage" type="ernm:ResourceUsage" minOccurs="0">
|
350
|
+
<xs:annotation>
|
351
|
+
<xs:documentation>A Composite containing details of one or more Usages that govern a Resource in the Deal where the Usage of the Resource differs from the Usage of the other Resources in the same Release.</xs:documentation>
|
352
|
+
</xs:annotation>
|
353
|
+
</xs:element>
|
354
|
+
<xs:element name="DealTechnicalResourceDetailsReferenceList"
|
355
|
+
type="ernm:DealTechnicalResourceDetailsReferenceList" minOccurs="0">
|
356
|
+
<xs:annotation>
|
357
|
+
<xs:documentation>A Composite containing a list of DealTechnicalResourceDetailsReferences for the Deal.</xs:documentation>
|
358
|
+
</xs:annotation>
|
359
|
+
</xs:element>
|
360
|
+
</xs:sequence>
|
361
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
362
|
+
<xs:annotation>
|
363
|
+
<xs:documentation>The Language and script for the Elements of the Deal as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
364
|
+
</xs:annotation>
|
365
|
+
</xs:attribute>
|
366
|
+
</xs:complexType>
|
367
|
+
<xs:complexType name="DealList">
|
368
|
+
<xs:annotation>
|
369
|
+
<xs:documentation>A Composite containing details of one or more Deals.</xs:documentation>
|
370
|
+
</xs:annotation>
|
371
|
+
<xs:sequence>
|
372
|
+
<xs:element name="ReleaseDeal" type="ernm:ReleaseDeal" maxOccurs="unbounded">
|
373
|
+
<xs:annotation>
|
374
|
+
<xs:documentation>A Composite containing details of one or more Deals pertaining to one or more Releases.</xs:documentation>
|
375
|
+
</xs:annotation>
|
376
|
+
</xs:element>
|
377
|
+
</xs:sequence>
|
378
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
379
|
+
<xs:annotation>
|
380
|
+
<xs:documentation>The Language and script for the Elements of the DealList as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
381
|
+
</xs:annotation>
|
382
|
+
</xs:attribute>
|
383
|
+
</xs:complexType>
|
384
|
+
<xs:complexType name="DealTechnicalResourceDetailsReferenceList">
|
385
|
+
<xs:annotation>
|
386
|
+
<xs:documentation>A Composite containing a list of DealTechnicalResourceDetailsReferences.</xs:documentation>
|
387
|
+
</xs:annotation>
|
388
|
+
<xs:sequence>
|
389
|
+
<xs:element name="DealTechnicalResourceDetailsReference"
|
390
|
+
type="ddex:LocalTechnicalResourceDetailsAnchorReference" maxOccurs="unbounded">
|
391
|
+
<xs:annotation>
|
392
|
+
<xs:documentation>A Reference for a Composite specifying technical details of a Resource (specific to this Message). This LocalAnchorReference is a string starting with the letter T.</xs:documentation>
|
393
|
+
</xs:annotation>
|
394
|
+
</xs:element>
|
395
|
+
</xs:sequence>
|
396
|
+
</xs:complexType>
|
397
|
+
<xs:complexType name="DealTerms">
|
398
|
+
<xs:annotation>
|
399
|
+
<xs:documentation>A Composite containing details of the terms of a Deal.</xs:documentation>
|
400
|
+
</xs:annotation>
|
401
|
+
<xs:sequence>
|
402
|
+
<xs:element name="CommercialModelType" type="ddexC:CommercialModelType" minOccurs="0"
|
403
|
+
maxOccurs="unbounded">
|
404
|
+
<xs:annotation>
|
405
|
+
<xs:documentation>A Composite containing details of the fundamental business model which applies to the Deal (e.g. SubscriptionModel and PayAsYouGoModel). The CommercialModelType indicates how the Consumer pays for the Service or Release.</xs:documentation>
|
406
|
+
</xs:annotation>
|
407
|
+
</xs:element>
|
408
|
+
<xs:choice>
|
409
|
+
<xs:element name="Usage" type="ddexC:Usage" maxOccurs="unbounded">
|
410
|
+
<xs:annotation>
|
411
|
+
<xs:documentation>A Composite containing the Types and number of Usages applicable to a Release to which the Deal applies.</xs:documentation>
|
412
|
+
</xs:annotation>
|
413
|
+
</xs:element>
|
414
|
+
<xs:element name="AllDealsCancelled" type="xs:boolean" minOccurs="0">
|
415
|
+
<xs:annotation>
|
416
|
+
<xs:documentation>The Flag indicating whether all Deals are cancelled for the given Territories (=True) or not (=False). This Flag can be used in conjunction with a StartDate of a ValidityPeriod to indicate the point in time from which all Deals are cancelled.</xs:documentation>
|
417
|
+
</xs:annotation>
|
418
|
+
</xs:element>
|
419
|
+
<xs:element name="TakeDown" type="xs:boolean" minOccurs="0">
|
420
|
+
<xs:annotation>
|
421
|
+
<xs:documentation>The Flag indicating whether all Releases referred to are to be taken down by the MessageRecipient. This includes that all Deals referred to in a specific Composite are cancelled and no information about the Releases should be displayed to the end user on the DSP's website (=True) or not (=False). This Flag can be used in conjunction with a StartDate of a ValidityPeriod to indicate the point in time from which all Deals are cancelled.</xs:documentation>
|
422
|
+
</xs:annotation>
|
423
|
+
</xs:element>
|
424
|
+
</xs:choice>
|
425
|
+
<xs:choice>
|
426
|
+
<xs:element name="TerritoryCode" type="ddexC:TerritoryCode" maxOccurs="unbounded">
|
427
|
+
<xs:annotation>
|
428
|
+
<xs:documentation>A Territory in which the Deal applies (represented by an ISO 3166-1 TerritoryCode). Either this Element or ExcludedTerritory must be present, but not both.</xs:documentation>
|
429
|
+
</xs:annotation>
|
430
|
+
</xs:element>
|
431
|
+
<xs:element name="ExcludedTerritoryCode" type="ddexC:TerritoryCode"
|
432
|
+
maxOccurs="unbounded">
|
433
|
+
<xs:annotation>
|
434
|
+
<xs:documentation>A Territory in which the Deal does not apply (represented by an ISO 3166-1 TerritoryCode). Either this Element or Territory must be present, but not both.</xs:documentation>
|
435
|
+
</xs:annotation>
|
436
|
+
</xs:element>
|
437
|
+
</xs:choice>
|
438
|
+
<xs:choice minOccurs="0">
|
439
|
+
<xs:element name="DistributionChannel" type="ddexC:DSP" maxOccurs="unbounded">
|
440
|
+
<xs:annotation>
|
441
|
+
<xs:documentation>A Composite containing details of the DSP through whose DistributionChannel the sales are permitted. If none are provided no limitations on the DistributionChannels are given.</xs:documentation>
|
442
|
+
</xs:annotation>
|
443
|
+
</xs:element>
|
444
|
+
<xs:element name="ExcludedDistributionChannel" type="ddexC:DSP"
|
445
|
+
maxOccurs="unbounded">
|
446
|
+
<xs:annotation>
|
447
|
+
<xs:documentation>A Composite containing details of excluded DSP. This is used in an aggregator model where all agreed partners of the aggregators may use a ReleaseDeal, except those that are listed herein.</xs:documentation>
|
448
|
+
</xs:annotation>
|
449
|
+
</xs:element>
|
450
|
+
</xs:choice>
|
451
|
+
<xs:element name="PriceInformation" type="ddexC:PriceInformation" minOccurs="0">
|
452
|
+
<xs:annotation>
|
453
|
+
<xs:documentation>A Composite containing details of a Price. Note that this Price applies to all UseTypes referenced in this Composite.</xs:documentation>
|
454
|
+
</xs:annotation>
|
455
|
+
</xs:element>
|
456
|
+
<xs:choice minOccurs="0">
|
457
|
+
<xs:element name="IsPromotional" type="xs:boolean">
|
458
|
+
<xs:annotation>
|
459
|
+
<xs:documentation>The Flag indicating whether a special Deal is made between the Licensor and the Licensee (=True) or not (=False) regarding the royalties or payments due to be paid for Releases distributed under this Deal.</xs:documentation>
|
460
|
+
</xs:annotation>
|
461
|
+
</xs:element>
|
462
|
+
<xs:element name="PromotionalCode" type="ddexC:PromotionalCode">
|
463
|
+
<xs:annotation>
|
464
|
+
<xs:documentation>A Composite containing details of a PromotionalCode.</xs:documentation>
|
465
|
+
</xs:annotation>
|
466
|
+
</xs:element>
|
467
|
+
</xs:choice>
|
468
|
+
<xs:element name="ValidityPeriod" type="ddexC:Period" maxOccurs="unbounded">
|
469
|
+
<xs:annotation>
|
470
|
+
<xs:documentation>A Composite containing details about a Period of Time during which the Deal is valid. No StartDate in this Composite means that the Deal is valid as per contractual relationship between MessageSender and MessageRecipient. No EndDate in this Composite means that the Deal is valid until further notice.</xs:documentation>
|
471
|
+
</xs:annotation>
|
472
|
+
</xs:element>
|
473
|
+
<xs:element name="ConsumerRentalPeriod" type="ddexC:ConsumerRentalPeriod" minOccurs="0">
|
474
|
+
<xs:annotation>
|
475
|
+
<xs:documentation>A Composite containing details of a Period the DSP may rent something to a Customer.</xs:documentation>
|
476
|
+
</xs:annotation>
|
477
|
+
</xs:element>
|
478
|
+
<xs:element name="PreOrderReleaseDate" type="ddexC:EventDate" minOccurs="0">
|
479
|
+
<xs:annotation>
|
480
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the related Release is made available for pre-ordering.</xs:documentation>
|
481
|
+
</xs:annotation>
|
482
|
+
</xs:element>
|
483
|
+
<xs:element name="IsExclusive" type="xs:boolean" minOccurs="0">
|
484
|
+
<xs:annotation>
|
485
|
+
<xs:documentation>The Flag indicating whether the Deal is exclusive (=True) or not (=False) to the MessageRecipient with respect to the relevant Territory(ies), Time(s) and Release(s). For other Territory(ies), or Time(s), other DSPs might be able to sell the Release(s). The exclusivity is in accordance with the agreement between the MessageSender and MessageRecipient.</xs:documentation>
|
486
|
+
</xs:annotation>
|
487
|
+
</xs:element>
|
488
|
+
<xs:element name="RelatedReleaseOfferSet" type="ernm:RelatedReleaseOfferSet"
|
489
|
+
minOccurs="0" maxOccurs="unbounded">
|
490
|
+
<xs:annotation>
|
491
|
+
<xs:documentation>A Composite containing details of one or more offers related to the Release.</xs:documentation>
|
492
|
+
</xs:annotation>
|
493
|
+
</xs:element>
|
494
|
+
<xs:element name="PhysicalReturns" type="ernm:PhysicalReturns" minOccurs="0">
|
495
|
+
<xs:annotation>
|
496
|
+
<xs:documentation>A Composite containing details of physical returns.</xs:documentation>
|
497
|
+
</xs:annotation>
|
498
|
+
</xs:element>
|
499
|
+
<xs:element name="NumberOfProductsPerCarton" type="xs:integer" minOccurs="0">
|
500
|
+
<xs:annotation>
|
501
|
+
<xs:documentation>A number of Products per carton. This is the smallest number of Products that can be ordered.</xs:documentation>
|
502
|
+
</xs:annotation>
|
503
|
+
</xs:element>
|
504
|
+
</xs:sequence>
|
505
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
506
|
+
<xs:annotation>
|
507
|
+
<xs:documentation>The Language and script for the Elements of the DealTerms as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
508
|
+
</xs:annotation>
|
509
|
+
</xs:attribute>
|
510
|
+
</xs:complexType>
|
511
|
+
<xs:complexType name="Image">
|
512
|
+
<xs:annotation>
|
513
|
+
<xs:documentation>A Composite containing details of an Image.</xs:documentation>
|
514
|
+
</xs:annotation>
|
515
|
+
<xs:sequence>
|
516
|
+
<xs:element name="ImageType" type="ddexC:ImageType" minOccurs="0">
|
517
|
+
<xs:annotation>
|
518
|
+
<xs:documentation>A Composite containing details of the Type of the Image.</xs:documentation>
|
519
|
+
</xs:annotation>
|
520
|
+
</xs:element>
|
521
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
522
|
+
<xs:annotation>
|
523
|
+
<xs:documentation>The Flag indicating whether the Image is related to an Artist (=True) or not (=False).</xs:documentation>
|
524
|
+
</xs:annotation>
|
525
|
+
</xs:element>
|
526
|
+
<xs:element name="ImageId" type="ddexC:ImageId" maxOccurs="unbounded">
|
527
|
+
<xs:annotation>
|
528
|
+
<xs:documentation>A Composite containing details of Identifiers of the Image.</xs:documentation>
|
529
|
+
</xs:annotation>
|
530
|
+
</xs:element>
|
531
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
532
|
+
<xs:annotation>
|
533
|
+
<xs:documentation>The Identifier (specific to the Message) of the Image within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
534
|
+
</xs:annotation>
|
535
|
+
</xs:element>
|
536
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
537
|
+
<xs:annotation>
|
538
|
+
<xs:documentation>A Composite containing details of a Title of the Image.</xs:documentation>
|
539
|
+
</xs:annotation>
|
540
|
+
</xs:element>
|
541
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
542
|
+
<xs:annotation>
|
543
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Image was created.</xs:documentation>
|
544
|
+
</xs:annotation>
|
545
|
+
</xs:element>
|
546
|
+
<xs:element name="ImageDetailsByTerritory" type="ernm:ImageDetailsByTerritory"
|
547
|
+
maxOccurs="unbounded">
|
548
|
+
<xs:annotation>
|
549
|
+
<xs:documentation>A Composite containing details of the Image which may vary according to Territory of release.</xs:documentation>
|
550
|
+
</xs:annotation>
|
551
|
+
</xs:element>
|
552
|
+
</xs:sequence>
|
553
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
554
|
+
<xs:annotation>
|
555
|
+
<xs:documentation>The Flag indicating whether the Image Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided Image data with the now provided data.</xs:documentation>
|
556
|
+
</xs:annotation>
|
557
|
+
</xs:attribute>
|
558
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
559
|
+
<xs:annotation>
|
560
|
+
<xs:documentation>The Language and script for the Elements of the Image as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
561
|
+
</xs:annotation>
|
562
|
+
</xs:attribute>
|
563
|
+
</xs:complexType>
|
564
|
+
<xs:complexType name="ImageDetailsByTerritory">
|
565
|
+
<xs:annotation>
|
566
|
+
<xs:documentation>A Composite containing details of Descriptors, Dates and other attributes of an Image which may vary according to Territory of release.</xs:documentation>
|
567
|
+
</xs:annotation>
|
568
|
+
<xs:complexContent>
|
569
|
+
<xs:extension base="ddexC:ImageDetailsByTerritory">
|
570
|
+
<xs:sequence>
|
571
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
572
|
+
<xs:annotation>
|
573
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
574
|
+
</xs:annotation>
|
575
|
+
</xs:element>
|
576
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
577
|
+
<xs:annotation>
|
578
|
+
<xs:documentation>A Composite containing details of a Description of the Image containing Keywords.</xs:documentation>
|
579
|
+
</xs:annotation>
|
580
|
+
</xs:element>
|
581
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
582
|
+
<xs:annotation>
|
583
|
+
<xs:documentation>A Composite containing details of a Synopsis of the Image.</xs:documentation>
|
584
|
+
</xs:annotation>
|
585
|
+
</xs:element>
|
586
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
587
|
+
<xs:annotation>
|
588
|
+
<xs:documentation>A Composite containing details of a Genre to which the Image belongs.</xs:documentation>
|
589
|
+
</xs:annotation>
|
590
|
+
</xs:element>
|
591
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
592
|
+
minOccurs="0" maxOccurs="unbounded">
|
593
|
+
<xs:annotation>
|
594
|
+
<xs:documentation>A Composite containing details of the classification of the Image according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
595
|
+
</xs:annotation>
|
596
|
+
</xs:element>
|
597
|
+
<xs:element name="TechnicalImageDetails" type="ernm:TechnicalImageDetails"
|
598
|
+
minOccurs="0" maxOccurs="unbounded">
|
599
|
+
<xs:annotation>
|
600
|
+
<xs:documentation>A Composite containing technical details of the Image.</xs:documentation>
|
601
|
+
</xs:annotation>
|
602
|
+
</xs:element>
|
603
|
+
</xs:sequence>
|
604
|
+
</xs:extension>
|
605
|
+
</xs:complexContent>
|
606
|
+
</xs:complexType>
|
607
|
+
<xs:complexType name="LicensedRelease">
|
608
|
+
<xs:annotation>
|
609
|
+
<xs:documentation>A Composite containing details of a licensed Release.</xs:documentation>
|
610
|
+
</xs:annotation>
|
611
|
+
<xs:sequence>
|
612
|
+
<xs:element name="ReleaseId" type="ddexC:ReleaseId">
|
613
|
+
<xs:annotation>
|
614
|
+
<xs:documentation>A Composite containing details of ReleaseIds of the licensed Release. If available, a GRid has to be used. If the Release contains only one SoundRecording, the ISRC of the SoundRecording may be used instead. If the Release is an abstraction of a complete PhysicalProduct (such as a CD Album), the ICPN of the PhysicalProduct may be used instead.</xs:documentation>
|
615
|
+
</xs:annotation>
|
616
|
+
</xs:element>
|
617
|
+
<xs:element name="LicensedSoundRecording" type="ernm:LicensedSoundRecording"
|
618
|
+
maxOccurs="unbounded">
|
619
|
+
<xs:annotation>
|
620
|
+
<xs:documentation>A Composite containing details of a licensed SoundRecording or MusicalWorkVideo.</xs:documentation>
|
621
|
+
</xs:annotation>
|
622
|
+
</xs:element>
|
623
|
+
</xs:sequence>
|
624
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
625
|
+
<xs:annotation>
|
626
|
+
<xs:documentation>The Language and script for the Elements of the LicensedRelease as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
627
|
+
</xs:annotation>
|
628
|
+
</xs:attribute>
|
629
|
+
</xs:complexType>
|
630
|
+
<xs:complexType name="LicensedSoundRecording">
|
631
|
+
<xs:annotation>
|
632
|
+
<xs:documentation>A Composite containing details of a licensed SoundRecording or MusicalWorkVideo.</xs:documentation>
|
633
|
+
</xs:annotation>
|
634
|
+
<xs:sequence>
|
635
|
+
<xs:element name="SoundRecordingId" type="ddexC:SoundRecordingId">
|
636
|
+
<xs:annotation>
|
637
|
+
<xs:documentation>A Composite containing details of an SoundRecordingId of the licensed SoundRecording or MusicalWorkVideo.</xs:documentation>
|
638
|
+
</xs:annotation>
|
639
|
+
</xs:element>
|
640
|
+
<xs:element name="MusicalWork" type="ddexC:MusicalWork" maxOccurs="unbounded">
|
641
|
+
<xs:annotation>
|
642
|
+
<xs:documentation>A Composite containing details of the MusicalWork(s) contained in the licensed SoundRecording or MusicalWorkVideo.</xs:documentation>
|
643
|
+
</xs:annotation>
|
644
|
+
</xs:element>
|
645
|
+
</xs:sequence>
|
646
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
647
|
+
<xs:annotation>
|
648
|
+
<xs:documentation>The Language and script for the Elements of the LicensedSoundRecording as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
649
|
+
</xs:annotation>
|
650
|
+
</xs:attribute>
|
651
|
+
</xs:complexType>
|
652
|
+
<xs:complexType name="MIDI">
|
653
|
+
<xs:annotation>
|
654
|
+
<xs:documentation>A Composite containing details of a MIDI.</xs:documentation>
|
655
|
+
</xs:annotation>
|
656
|
+
<xs:sequence>
|
657
|
+
<xs:element name="MidiType" type="ddexC:MidiType" minOccurs="0">
|
658
|
+
<xs:annotation>
|
659
|
+
<xs:documentation>A Composite containing details of the Type of the MIDI.</xs:documentation>
|
660
|
+
</xs:annotation>
|
661
|
+
</xs:element>
|
662
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
663
|
+
<xs:annotation>
|
664
|
+
<xs:documentation>The Flag indicating whether the MIDI is related to an Artist (=True) or not (=False).</xs:documentation>
|
665
|
+
</xs:annotation>
|
666
|
+
</xs:element>
|
667
|
+
<xs:element name="MidiId" type="ddexC:MidiId" maxOccurs="unbounded">
|
668
|
+
<xs:annotation>
|
669
|
+
<xs:documentation>A Composite containing details of Identifiers of the Midi.</xs:documentation>
|
670
|
+
</xs:annotation>
|
671
|
+
</xs:element>
|
672
|
+
<xs:element name="IndirectMidiId" type="ddexC:MusicalWorkId" minOccurs="0"
|
673
|
+
maxOccurs="unbounded">
|
674
|
+
<xs:annotation>
|
675
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the MIDI.</xs:documentation>
|
676
|
+
</xs:annotation>
|
677
|
+
</xs:element>
|
678
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
679
|
+
<xs:annotation>
|
680
|
+
<xs:documentation>The Identifier (specific to the Message) of the MIDI within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
681
|
+
</xs:annotation>
|
682
|
+
</xs:element>
|
683
|
+
<xs:element name="ReferenceTitle" type="ddexC:ReferenceTitle">
|
684
|
+
<xs:annotation>
|
685
|
+
<xs:documentation>A Composite containing details of the ReferenceTitle of the MIDI.</xs:documentation>
|
686
|
+
</xs:annotation>
|
687
|
+
</xs:element>
|
688
|
+
<xs:element name="InstrumentationDescription" type="ddexC:Description" minOccurs="0">
|
689
|
+
<xs:annotation>
|
690
|
+
<xs:documentation>A Composite containing a Description of the Type of instrumentation of the MusicalWork(s) in the MIDI.</xs:documentation>
|
691
|
+
</xs:annotation>
|
692
|
+
</xs:element>
|
693
|
+
<xs:element name="IsMedley" type="xs:boolean" minOccurs="0">
|
694
|
+
<xs:annotation>
|
695
|
+
<xs:documentation>The Flag indicating whether the MIDI is a Medley (=True) or not (=False).</xs:documentation>
|
696
|
+
</xs:annotation>
|
697
|
+
</xs:element>
|
698
|
+
<xs:element name="IsPotpourri" type="xs:boolean" minOccurs="0">
|
699
|
+
<xs:annotation>
|
700
|
+
<xs:documentation>The Flag indicating whether the MIDI is a Potpourri (=True) or not (=False).</xs:documentation>
|
701
|
+
</xs:annotation>
|
702
|
+
</xs:element>
|
703
|
+
<xs:element name="IsInstrumental" type="xs:boolean" minOccurs="0">
|
704
|
+
<xs:annotation>
|
705
|
+
<xs:documentation>The Flag indicating whether the MIDI is instrumental (=True) or not (=False).</xs:documentation>
|
706
|
+
</xs:annotation>
|
707
|
+
</xs:element>
|
708
|
+
<xs:element name="IsBackground" type="xs:boolean" minOccurs="0">
|
709
|
+
<xs:annotation>
|
710
|
+
<xs:documentation>The Flag indicating whether the MIDI is used as background to other audio or audiovisual material (=True) or not (=False).</xs:documentation>
|
711
|
+
</xs:annotation>
|
712
|
+
</xs:element>
|
713
|
+
<xs:element name="IsHiddenResource" type="xs:boolean" minOccurs="0">
|
714
|
+
<xs:annotation>
|
715
|
+
<xs:documentation>The Flag indicating whether the MIDI is hidden in some way from the Consumer (=True) or not (=False).</xs:documentation>
|
716
|
+
</xs:annotation>
|
717
|
+
</xs:element>
|
718
|
+
<xs:element name="IsBonusResource" type="xs:boolean" minOccurs="0">
|
719
|
+
<xs:annotation>
|
720
|
+
<xs:documentation>The Flag indicating whether the MIDI is additional to those on the original Release of which this is a Version (=True) or not (=False).</xs:documentation>
|
721
|
+
</xs:annotation>
|
722
|
+
</xs:element>
|
723
|
+
<xs:element name="IsComputerGenerated" type="xs:boolean" minOccurs="0">
|
724
|
+
<xs:annotation>
|
725
|
+
<xs:documentation>The Flag indicating whether the MIDI is generated by a computer (=True) or not (=False).</xs:documentation>
|
726
|
+
</xs:annotation>
|
727
|
+
</xs:element>
|
728
|
+
<xs:element name="NoSilenceBefore" type="xs:boolean" minOccurs="0">
|
729
|
+
<xs:annotation>
|
730
|
+
<xs:documentation>The Flag indicating whether the MIDI is preceded by a period of silence (=False) or not (=True).</xs:documentation>
|
731
|
+
</xs:annotation>
|
732
|
+
</xs:element>
|
733
|
+
<xs:element name="NoSilenceAfter" type="xs:boolean" minOccurs="0">
|
734
|
+
<xs:annotation>
|
735
|
+
<xs:documentation>The Flag indicating whether the MIDI is followed by a period of silence (=False) or not (=True).</xs:documentation>
|
736
|
+
</xs:annotation>
|
737
|
+
</xs:element>
|
738
|
+
<xs:element name="LanguageOfPerformance" type="iso639a2:LanguageCode" minOccurs="0">
|
739
|
+
<xs:annotation>
|
740
|
+
<xs:documentation>The Language of the Performance recorded in the MIDI (represented by an ISO 639-2 LanguageCode).</xs:documentation>
|
741
|
+
</xs:annotation>
|
742
|
+
</xs:element>
|
743
|
+
<xs:element name="Duration" type="xs:duration">
|
744
|
+
<xs:annotation>
|
745
|
+
<xs:documentation>The Duration of the MIDI (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
746
|
+
</xs:annotation>
|
747
|
+
</xs:element>
|
748
|
+
<xs:element name="RightsAgreementId" type="ddexC:RightsAgreementId" minOccurs="0">
|
749
|
+
<xs:annotation>
|
750
|
+
<xs:documentation>A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the MIDI.</xs:documentation>
|
751
|
+
</xs:annotation>
|
752
|
+
</xs:element>
|
753
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
754
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
755
|
+
<xs:annotation>
|
756
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the MIDI.</xs:documentation>
|
757
|
+
</xs:annotation>
|
758
|
+
</xs:element>
|
759
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
760
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
761
|
+
<xs:annotation>
|
762
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current MIDI.</xs:documentation>
|
763
|
+
</xs:annotation>
|
764
|
+
</xs:element>
|
765
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
766
|
+
<xs:annotation>
|
767
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the MIDI was created.</xs:documentation>
|
768
|
+
</xs:annotation>
|
769
|
+
</xs:element>
|
770
|
+
<xs:element name="MasteredDate" type="ddexC:EventDate" minOccurs="0">
|
771
|
+
<xs:annotation>
|
772
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the MIDI was originally mastered (in either analogue or digital form).</xs:documentation>
|
773
|
+
</xs:annotation>
|
774
|
+
</xs:element>
|
775
|
+
<xs:element name="MidiDetailsByTerritory" type="ernm:MidiDetailsByTerritory"
|
776
|
+
maxOccurs="unbounded">
|
777
|
+
<xs:annotation>
|
778
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of the MIDI which may vary according to Territory of release.</xs:documentation>
|
779
|
+
</xs:annotation>
|
780
|
+
</xs:element>
|
781
|
+
</xs:sequence>
|
782
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
783
|
+
<xs:annotation>
|
784
|
+
<xs:documentation>The Flag indicating whether the MIDI Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided MIDI data with the now provided data.</xs:documentation>
|
785
|
+
</xs:annotation>
|
786
|
+
</xs:attribute>
|
787
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
788
|
+
<xs:annotation>
|
789
|
+
<xs:documentation>The Language and script for the Elements of the MIDI as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
790
|
+
</xs:annotation>
|
791
|
+
</xs:attribute>
|
792
|
+
</xs:complexType>
|
793
|
+
<xs:complexType name="MidiDetailsByTerritory">
|
794
|
+
<xs:annotation>
|
795
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of a MIDI which may vary according to Territory of release.</xs:documentation>
|
796
|
+
</xs:annotation>
|
797
|
+
<xs:complexContent>
|
798
|
+
<xs:extension base="ddexC:MidiDetailsByTerritory">
|
799
|
+
<xs:sequence>
|
800
|
+
<xs:element name="CourtesyLine" type="ddexC:CourtesyLine" minOccurs="0">
|
801
|
+
<xs:annotation>
|
802
|
+
<xs:documentation>A Composite containing an Annotation which acknowledges record companies and/or other Parties giving permission for guests Artists or others featured on the MIDI.</xs:documentation>
|
803
|
+
</xs:annotation>
|
804
|
+
</xs:element>
|
805
|
+
<xs:element name="SequenceNumber" type="xs:string" minOccurs="0">
|
806
|
+
<xs:annotation>
|
807
|
+
<xs:documentation>The number indicating the order of the MIDI in a group of MIDIs in a Release.</xs:documentation>
|
808
|
+
</xs:annotation>
|
809
|
+
</xs:element>
|
810
|
+
<xs:element name="HostSoundCarrier" type="ddexC:HostSoundCarrier" minOccurs="0"
|
811
|
+
maxOccurs="unbounded">
|
812
|
+
<xs:annotation>
|
813
|
+
<xs:documentation>A Composite containing details of a HostSoundCarrier on which the MIDI appears (e.g., the CD on which it was originally released). This Composite exists in the ERN DdexMessageSuite, Main Profile, to support the identification and matching of MIDI information.</xs:documentation>
|
814
|
+
</xs:annotation>
|
815
|
+
</xs:element>
|
816
|
+
<xs:element name="MarketingComment" type="ddexC:Comment" minOccurs="0">
|
817
|
+
<xs:annotation>
|
818
|
+
<xs:documentation>A Composite containing a Comment about the promotion and marketing of the MIDI.</xs:documentation>
|
819
|
+
</xs:annotation>
|
820
|
+
</xs:element>
|
821
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
822
|
+
<xs:annotation>
|
823
|
+
<xs:documentation>A Composite containing details of a Genre to which the MIDI belongs.</xs:documentation>
|
824
|
+
</xs:annotation>
|
825
|
+
</xs:element>
|
826
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
827
|
+
minOccurs="0" maxOccurs="unbounded">
|
828
|
+
<xs:annotation>
|
829
|
+
<xs:documentation>A Composite containing details of the classification of the MIDI according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
830
|
+
</xs:annotation>
|
831
|
+
</xs:element>
|
832
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
833
|
+
<xs:annotation>
|
834
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
835
|
+
</xs:annotation>
|
836
|
+
</xs:element>
|
837
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
838
|
+
<xs:annotation>
|
839
|
+
<xs:documentation>A Composite containing details of a Description of the MIDI containing Keywords.</xs:documentation>
|
840
|
+
</xs:annotation>
|
841
|
+
</xs:element>
|
842
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
843
|
+
<xs:annotation>
|
844
|
+
<xs:documentation>A Composite containing details of a Synopsis of the MIDI.</xs:documentation>
|
845
|
+
</xs:annotation>
|
846
|
+
</xs:element>
|
847
|
+
<xs:element name="TechnicalMidiDetails" type="ernm:TechnicalMidiDetails"
|
848
|
+
minOccurs="0" maxOccurs="unbounded">
|
849
|
+
<xs:annotation>
|
850
|
+
<xs:documentation>A Composite containing technical details of the MIDI.</xs:documentation>
|
851
|
+
</xs:annotation>
|
852
|
+
</xs:element>
|
853
|
+
</xs:sequence>
|
854
|
+
</xs:extension>
|
855
|
+
</xs:complexContent>
|
856
|
+
</xs:complexType>
|
857
|
+
<xs:complexType name="PhysicalReturns">
|
858
|
+
<xs:annotation>
|
859
|
+
<xs:documentation>A Composite containing details of physical returns.</xs:documentation>
|
860
|
+
</xs:annotation>
|
861
|
+
<xs:sequence>
|
862
|
+
<xs:element name="PhysicalReturnsAllowed" type="xs:boolean">
|
863
|
+
<xs:annotation>
|
864
|
+
<xs:documentation>The Flag indicating whether physical returns are allowed (=True) or not (=False).</xs:documentation>
|
865
|
+
</xs:annotation>
|
866
|
+
</xs:element>
|
867
|
+
<xs:element name="LatestDateForPhysicalReturns" type="xs:date" minOccurs="0">
|
868
|
+
<xs:annotation>
|
869
|
+
<xs:documentation>A Date which is the latest one for physical returns (in ISO 8601:2004 format: YYYY-MM-DD).</xs:documentation>
|
870
|
+
</xs:annotation>
|
871
|
+
</xs:element>
|
872
|
+
</xs:sequence>
|
873
|
+
</xs:complexType>
|
874
|
+
<xs:complexType name="PreviewDetails">
|
875
|
+
<xs:annotation>
|
876
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
877
|
+
</xs:annotation>
|
878
|
+
<xs:sequence>
|
879
|
+
<xs:element name="PartType" type="ddexC:Description" minOccurs="0">
|
880
|
+
<xs:annotation>
|
881
|
+
<xs:documentation>A Composite containing a Description of the Type of Part that the preview relates to, e.g. chorus or intro.</xs:documentation>
|
882
|
+
</xs:annotation>
|
883
|
+
</xs:element>
|
884
|
+
<xs:element name="TopLeftCorner" type="xs:decimal" minOccurs="0">
|
885
|
+
<xs:annotation>
|
886
|
+
<xs:documentation>The position of the preview measured in Pixels or millimetres from the top left corner of the Resource.</xs:documentation>
|
887
|
+
</xs:annotation>
|
888
|
+
</xs:element>
|
889
|
+
<xs:element name="BottomRightCorner" type="xs:decimal" minOccurs="0">
|
890
|
+
<xs:annotation>
|
891
|
+
<xs:documentation>The position of the preview measured in Pixels or millimetres from the bottom right corner of the Resource.</xs:documentation>
|
892
|
+
</xs:annotation>
|
893
|
+
</xs:element>
|
894
|
+
<xs:element name="ExpressionType" type="ddex:ExpressionType">
|
895
|
+
<xs:annotation>
|
896
|
+
<xs:documentation>A Type of expression indicating how this should be perceived, e.g. as instruction (meaning that this has to be done to create the preview) or as information (meaning that this has been done to craete the preview).</xs:documentation>
|
897
|
+
</xs:annotation>
|
898
|
+
</xs:element>
|
899
|
+
</xs:sequence>
|
900
|
+
</xs:complexType>
|
901
|
+
<xs:complexType name="RelatedReleaseOfferSet">
|
902
|
+
<xs:annotation>
|
903
|
+
<xs:documentation>A Composite containing details of one or more offers related to one or more Releases.</xs:documentation>
|
904
|
+
</xs:annotation>
|
905
|
+
<xs:sequence>
|
906
|
+
<xs:choice>
|
907
|
+
<xs:element name="ReleaseId" type="ddexC:ReleaseId" maxOccurs="unbounded">
|
908
|
+
<xs:annotation>
|
909
|
+
<xs:documentation>A Composite containing details of ReleaseIds of the Release(s) for which the offer(s) are available.</xs:documentation>
|
910
|
+
</xs:annotation>
|
911
|
+
</xs:element>
|
912
|
+
<xs:element name="ReleaseDescription" type="ddexC:Description">
|
913
|
+
<xs:annotation>
|
914
|
+
<xs:documentation>A Composite containing a Description of the Release(s) for which the offer(s) are available.This Element is designed to be used to describe entire collections or repertoires, and is not to be used to list individual Releases by ID or Title.</xs:documentation>
|
915
|
+
</xs:annotation>
|
916
|
+
</xs:element>
|
917
|
+
</xs:choice>
|
918
|
+
<xs:element name="Deal" type="ernm:Deal" minOccurs="0" maxOccurs="unbounded">
|
919
|
+
<xs:annotation>
|
920
|
+
<xs:documentation>A Composite containing details of a Deal that is available as an offer related to the Release(s). If no Deal is provided, the parent Release and the Releases listed in the RelatedReleaseOfferSet are bundled and offered under the ReleaseOffer associated with the parent Release.</xs:documentation>
|
921
|
+
</xs:annotation>
|
922
|
+
</xs:element>
|
923
|
+
</xs:sequence>
|
924
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
925
|
+
<xs:annotation>
|
926
|
+
<xs:documentation>The Language and script for the Elements of the RelatedReleaseOfferSet as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
927
|
+
</xs:annotation>
|
928
|
+
</xs:attribute>
|
929
|
+
</xs:complexType>
|
930
|
+
<xs:complexType name="Release">
|
931
|
+
<xs:annotation>
|
932
|
+
<xs:documentation>A Composite containing details of a DDEX Release.</xs:documentation>
|
933
|
+
</xs:annotation>
|
934
|
+
<xs:sequence>
|
935
|
+
<xs:element name="ReleaseId" type="ddexC:ReleaseId" maxOccurs="unbounded">
|
936
|
+
<xs:annotation>
|
937
|
+
<xs:documentation>A Composite containing details of ReleaseIds. If available, a GRid has to be used. If the Release contains only one SoundRecording, the ISRC of the SoundRecording may be used instead. If the Release is an abstraction of a complete PhysicalProduct (such as a CD Album), the ICPN of the PhysicalProduct may be used instead.</xs:documentation>
|
938
|
+
</xs:annotation>
|
939
|
+
</xs:element>
|
940
|
+
<xs:element name="ReleaseReference" type="ddex:LocalReleaseAnchor" minOccurs="0"
|
941
|
+
maxOccurs="unbounded">
|
942
|
+
<xs:annotation>
|
943
|
+
<xs:documentation>The Identifier (specific to the Message) of the Release. Used to link the Release to one or more Deal(s). This LocalAnchor is a string starting with the letter R.</xs:documentation>
|
944
|
+
</xs:annotation>
|
945
|
+
</xs:element>
|
946
|
+
<xs:element name="ExternalResourceLink" type="ddexC:ExternalResourceLink" minOccurs="0"
|
947
|
+
maxOccurs="unbounded">
|
948
|
+
<xs:annotation>
|
949
|
+
<xs:documentation>A Composite containing details of promotional or other material related to the Release.</xs:documentation>
|
950
|
+
</xs:annotation>
|
951
|
+
</xs:element>
|
952
|
+
<xs:element name="SalesReportingProxyReleaseId"
|
953
|
+
type="ddexC:SalesReportingProxyReleaseId" minOccurs="0" maxOccurs="unbounded">
|
954
|
+
<xs:annotation>
|
955
|
+
<xs:documentation>A Composite containing details of the A Composite containing details of the SalesReportingProxyReleaseId.</xs:documentation>
|
956
|
+
</xs:annotation>
|
957
|
+
</xs:element>
|
958
|
+
<xs:element name="ReferenceTitle" type="ddexC:ReferenceTitle">
|
959
|
+
<xs:annotation>
|
960
|
+
<xs:documentation>A Composite containing details of the ReferenceTitle of the Release.</xs:documentation>
|
961
|
+
</xs:annotation>
|
962
|
+
</xs:element>
|
963
|
+
<xs:element name="ReleaseResourceReferenceList"
|
964
|
+
type="ddexC:ReleaseResourceReferenceList">
|
965
|
+
<xs:annotation>
|
966
|
+
<xs:documentation>A Composite containing details of one or more Resources contained in the Release.</xs:documentation>
|
967
|
+
</xs:annotation>
|
968
|
+
</xs:element>
|
969
|
+
<xs:element name="ReleaseCollectionReferenceList"
|
970
|
+
type="ddexC:ReleaseCollectionReferenceList" minOccurs="0">
|
971
|
+
<xs:annotation>
|
972
|
+
<xs:documentation>A Composite containing details of one or more Collections contained in the Release.</xs:documentation>
|
973
|
+
</xs:annotation>
|
974
|
+
</xs:element>
|
975
|
+
<xs:element name="ReleaseType" type="ddexC:ReleaseType" minOccurs="0"
|
976
|
+
maxOccurs="unbounded">
|
977
|
+
<xs:annotation>
|
978
|
+
<xs:documentation>A Composite containing details of the form in which a ReleaseCreator anticipates offering the Release to Consumers. This may be overridden by the ReleaseType for specific Territories as specified in the ReleaseDetailsByTerritory Composite.</xs:documentation>
|
979
|
+
</xs:annotation>
|
980
|
+
</xs:element>
|
981
|
+
<xs:element name="ReleaseDetailsByTerritory" type="ernm:ReleaseDetailsByTerritory"
|
982
|
+
maxOccurs="unbounded">
|
983
|
+
<xs:annotation>
|
984
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of the Release which may vary according to Territory of release.</xs:documentation>
|
985
|
+
</xs:annotation>
|
986
|
+
</xs:element>
|
987
|
+
<xs:element name="Duration" type="xs:duration" minOccurs="0">
|
988
|
+
<xs:annotation>
|
989
|
+
<xs:documentation>The sum of the Durations of all Resources contained in the Release (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
990
|
+
</xs:annotation>
|
991
|
+
</xs:element>
|
992
|
+
<xs:element name="RightsAgreementId" type="ddexC:RightsAgreementId" minOccurs="0">
|
993
|
+
<xs:annotation>
|
994
|
+
<xs:documentation>A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the Release.</xs:documentation>
|
995
|
+
</xs:annotation>
|
996
|
+
</xs:element>
|
997
|
+
<xs:element name="PLine" type="ddexC:PLine" minOccurs="0" maxOccurs="unbounded">
|
998
|
+
<xs:annotation>
|
999
|
+
<xs:documentation>A Composite containing details of the PLine for the Release.</xs:documentation>
|
1000
|
+
</xs:annotation>
|
1001
|
+
</xs:element>
|
1002
|
+
<xs:element name="CLine" type="ddexC:CLine" minOccurs="0" maxOccurs="unbounded">
|
1003
|
+
<xs:annotation>
|
1004
|
+
<xs:documentation>A Composite containing details of the CLine for the Release.</xs:documentation>
|
1005
|
+
</xs:annotation>
|
1006
|
+
</xs:element>
|
1007
|
+
<xs:element name="DistributionChannelPage" type="ddexC:WebPage" minOccurs="0">
|
1008
|
+
<xs:annotation>
|
1009
|
+
<xs:documentation>A Composite containing details of a WebPage for the DistributionChannel.</xs:documentation>
|
1010
|
+
</xs:annotation>
|
1011
|
+
</xs:element>
|
1012
|
+
<xs:element name="ArtistProfilePage" type="ddexC:WebPage" minOccurs="0">
|
1013
|
+
<xs:annotation>
|
1014
|
+
<xs:documentation>A Composite containing details of a WebPage for the Artist.</xs:documentation>
|
1015
|
+
</xs:annotation>
|
1016
|
+
</xs:element>
|
1017
|
+
</xs:sequence>
|
1018
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1019
|
+
<xs:annotation>
|
1020
|
+
<xs:documentation>The Language and script for the Elements of the Release as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1021
|
+
</xs:annotation>
|
1022
|
+
</xs:attribute>
|
1023
|
+
</xs:complexType>
|
1024
|
+
<xs:complexType name="ReleaseDeal">
|
1025
|
+
<xs:annotation>
|
1026
|
+
<xs:documentation>A Composite containing details of one or more Deals pertaining to one or more Releases.</xs:documentation>
|
1027
|
+
</xs:annotation>
|
1028
|
+
<xs:sequence>
|
1029
|
+
<xs:choice>
|
1030
|
+
<xs:element name="ReleaseId" type="ddexC:ReleaseId" maxOccurs="unbounded">
|
1031
|
+
<xs:annotation>
|
1032
|
+
<xs:documentation>A Composite containing details of ReleaseIds of a Release to which the Deal(s) apply. If available, a GRid has to be used. If the Release contains only one SoundRecording, the ISRC of the SoundRecording may be used instead. If the Release is an abstraction of a complete PhysicalProduct (such as a CD Album), the ICPN of the PhysicalProduct may be used instead.</xs:documentation>
|
1033
|
+
</xs:annotation>
|
1034
|
+
</xs:element>
|
1035
|
+
<xs:element name="DealReleaseReference" type="ddex:LocalReleaseAnchorReference"
|
1036
|
+
maxOccurs="unbounded">
|
1037
|
+
<xs:annotation>
|
1038
|
+
<xs:documentation>The Identifier (specific to the Message) of a Release in the Deal. This LocalAnchorReference is a string starting with the letter R.</xs:documentation>
|
1039
|
+
</xs:annotation>
|
1040
|
+
</xs:element>
|
1041
|
+
</xs:choice>
|
1042
|
+
<xs:element name="Deal" type="ernm:Deal" maxOccurs="unbounded">
|
1043
|
+
<xs:annotation>
|
1044
|
+
<xs:documentation>A Composite containing details of a Deal governing the Usage of all Releases identified in the ReleaseDeal Composite.</xs:documentation>
|
1045
|
+
</xs:annotation>
|
1046
|
+
</xs:element>
|
1047
|
+
<xs:element name="EffectiveDate" type="xs:date">
|
1048
|
+
<xs:annotation>
|
1049
|
+
<xs:documentation>The Date at which the MessageRecipient is expected to cancel all Deals for the Release and replace them with the Deals provided within the current Message.</xs:documentation>
|
1050
|
+
</xs:annotation>
|
1051
|
+
</xs:element>
|
1052
|
+
</xs:sequence>
|
1053
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1054
|
+
<xs:annotation>
|
1055
|
+
<xs:documentation>The Language and script for the Elements of the ReleaseDeal as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1056
|
+
</xs:annotation>
|
1057
|
+
</xs:attribute>
|
1058
|
+
</xs:complexType>
|
1059
|
+
<xs:complexType name="ReleaseDetailsByTerritory">
|
1060
|
+
<xs:annotation>
|
1061
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of a Release which may vary according to Territory of release.</xs:documentation>
|
1062
|
+
</xs:annotation>
|
1063
|
+
<xs:complexContent>
|
1064
|
+
<xs:extension base="ddexC:ReleaseDetailsByTerritory">
|
1065
|
+
<xs:sequence>
|
1066
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
1067
|
+
minOccurs="0" maxOccurs="unbounded">
|
1068
|
+
<xs:annotation>
|
1069
|
+
<xs:documentation>A Composite containing details of the classification of the Release according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
1070
|
+
</xs:annotation>
|
1071
|
+
</xs:element>
|
1072
|
+
<xs:element name="AvRating" type="ddexC:AvRating" minOccurs="0"
|
1073
|
+
maxOccurs="unbounded">
|
1074
|
+
<xs:annotation>
|
1075
|
+
<xs:documentation>A Composite containing details of a rating for the Release.</xs:documentation>
|
1076
|
+
</xs:annotation>
|
1077
|
+
</xs:element>
|
1078
|
+
<xs:element name="MarketingComment" type="ddexC:Comment" minOccurs="0">
|
1079
|
+
<xs:annotation>
|
1080
|
+
<xs:documentation>A Composite containing a Comment about the promotion and marketing of the Release.</xs:documentation>
|
1081
|
+
</xs:annotation>
|
1082
|
+
</xs:element>
|
1083
|
+
<xs:element name="ResourceGroup" type="ernm:ResourceGroup" minOccurs="0"
|
1084
|
+
maxOccurs="unbounded">
|
1085
|
+
<xs:annotation>
|
1086
|
+
<xs:documentation>A Composite containing details of a group of some or all of the Resources in the Release.</xs:documentation>
|
1087
|
+
</xs:annotation>
|
1088
|
+
</xs:element>
|
1089
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
1090
|
+
<xs:annotation>
|
1091
|
+
<xs:documentation>A Composite containing details of a Genre to which the Release belongs.</xs:documentation>
|
1092
|
+
</xs:annotation>
|
1093
|
+
</xs:element>
|
1094
|
+
<xs:element name="OriginalReleaseDate" type="ddexC:EventDate" minOccurs="0">
|
1095
|
+
<xs:annotation>
|
1096
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Release was or will be first made available for Usage, whether for physical or electronic/online distribution (in ISO 8601:2004 format: YYYY-MM-DD).</xs:documentation>
|
1097
|
+
</xs:annotation>
|
1098
|
+
</xs:element>
|
1099
|
+
<xs:element name="OriginalDigitalReleaseDate" type="ddexC:EventDate"
|
1100
|
+
minOccurs="0">
|
1101
|
+
<xs:annotation>
|
1102
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Release was or will be first made available in electronic/online format for Usage (in ISO 8601:2004 format: YYYY-MM-DD).</xs:documentation>
|
1103
|
+
</xs:annotation>
|
1104
|
+
</xs:element>
|
1105
|
+
<xs:choice minOccurs="0">
|
1106
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
1107
|
+
maxOccurs="unbounded">
|
1108
|
+
<xs:annotation>
|
1109
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain any related Release File.</xs:documentation>
|
1110
|
+
</xs:annotation>
|
1111
|
+
</xs:element>
|
1112
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
1113
|
+
<xs:annotation>
|
1114
|
+
<xs:documentation>A Composite containing details of a related Release File that a DSP can obtain.</xs:documentation>
|
1115
|
+
</xs:annotation>
|
1116
|
+
</xs:element>
|
1117
|
+
</xs:choice>
|
1118
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
1119
|
+
<xs:annotation>
|
1120
|
+
<xs:documentation>A Composite containing details of a Description of the Release containing Keywords.</xs:documentation>
|
1121
|
+
</xs:annotation>
|
1122
|
+
</xs:element>
|
1123
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
1124
|
+
<xs:annotation>
|
1125
|
+
<xs:documentation>A Composite containing details of a Synopsis of the Release.</xs:documentation>
|
1126
|
+
</xs:annotation>
|
1127
|
+
</xs:element>
|
1128
|
+
<xs:element name="Character" type="ddexC:Character" minOccurs="0"
|
1129
|
+
maxOccurs="unbounded">
|
1130
|
+
<xs:annotation>
|
1131
|
+
<xs:documentation>A Composite containing details of a Character in the Release. A Character may be described through Name, Identifier and Roles.</xs:documentation>
|
1132
|
+
</xs:annotation>
|
1133
|
+
</xs:element>
|
1134
|
+
<xs:element name="NumberOfUnitsPerPhysicalRelease" type="xs:integer"
|
1135
|
+
minOccurs="0">
|
1136
|
+
<xs:annotation>
|
1137
|
+
<xs:documentation>A number of units (typically a CD or a DVD) contained in a physical Release. This Element is for boxed sets.</xs:documentation>
|
1138
|
+
</xs:annotation>
|
1139
|
+
</xs:element>
|
1140
|
+
</xs:sequence>
|
1141
|
+
</xs:extension>
|
1142
|
+
</xs:complexContent>
|
1143
|
+
</xs:complexType>
|
1144
|
+
<xs:complexType name="ReleaseList">
|
1145
|
+
<xs:annotation>
|
1146
|
+
<xs:documentation>A Composite containing details of one or more Releases.</xs:documentation>
|
1147
|
+
</xs:annotation>
|
1148
|
+
<xs:sequence>
|
1149
|
+
<xs:element name="Release" type="ernm:Release" maxOccurs="unbounded">
|
1150
|
+
<xs:annotation>
|
1151
|
+
<xs:documentation>A Composite containing details of a DDEX Release.</xs:documentation>
|
1152
|
+
</xs:annotation>
|
1153
|
+
</xs:element>
|
1154
|
+
</xs:sequence>
|
1155
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1156
|
+
<xs:annotation>
|
1157
|
+
<xs:documentation>The Language and script for the Elements of the ReleaseList as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1158
|
+
</xs:annotation>
|
1159
|
+
</xs:attribute>
|
1160
|
+
</xs:complexType>
|
1161
|
+
<xs:complexType name="ResourceGroup">
|
1162
|
+
<xs:annotation>
|
1163
|
+
<xs:documentation>A Composite containing details of a ResourceGroup.</xs:documentation>
|
1164
|
+
</xs:annotation>
|
1165
|
+
<xs:sequence>
|
1166
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
1167
|
+
<xs:annotation>
|
1168
|
+
<xs:documentation>A Composite containing details of a Title of the ResourceGroup. Typically this will apply to "sub" ResourceGroups within a hierarchy, e.g., different Albums in a Set.</xs:documentation>
|
1169
|
+
</xs:annotation>
|
1170
|
+
</xs:element>
|
1171
|
+
<xs:element name="SequenceNumber" type="xs:integer" minOccurs="0">
|
1172
|
+
<xs:annotation>
|
1173
|
+
<xs:documentation>The number indicating the order of the ResourceGroup within all ResourceGroups at this level. The default value is 1, and the value must be incremented by 1 for each ResourceGroup occurring at a particular level. The SequenceNumber is unique within its ResourceGroupLevelNumber.</xs:documentation>
|
1174
|
+
</xs:annotation>
|
1175
|
+
</xs:element>
|
1176
|
+
<xs:element name="DisplayArtist" type="ddexC:DisplayArtist" minOccurs="0"
|
1177
|
+
maxOccurs="unbounded">
|
1178
|
+
<xs:annotation>
|
1179
|
+
<xs:documentation>A Composite containing details of the DisplayArtist for the ResourceGroup. The DisplayArtist may be described through Name, Identifier and Roles.</xs:documentation>
|
1180
|
+
</xs:annotation>
|
1181
|
+
</xs:element>
|
1182
|
+
<xs:element name="ResourceContributor" type="ddexC:ResourceContributor" minOccurs="0"
|
1183
|
+
maxOccurs="unbounded">
|
1184
|
+
<xs:annotation>
|
1185
|
+
<xs:documentation>A Composite containing details of a Contributor to this ResourceGroup. This includes roles such as the compiler of the ResourceGroup, and may summarize details of Contributors to individual SoundRecordings or other content.</xs:documentation>
|
1186
|
+
</xs:annotation>
|
1187
|
+
</xs:element>
|
1188
|
+
<xs:element name="IndirectResourceContributor" type="ddexC:IndirectResourceContributor"
|
1189
|
+
minOccurs="0" maxOccurs="unbounded">
|
1190
|
+
<xs:annotation>
|
1191
|
+
<xs:documentation>A Composite containing details of an indirect Contributor to this ResourceGroup.</xs:documentation>
|
1192
|
+
</xs:annotation>
|
1193
|
+
</xs:element>
|
1194
|
+
<xs:element name="ResourceGroup" type="ernm:ResourceGroup" minOccurs="0"
|
1195
|
+
maxOccurs="unbounded">
|
1196
|
+
<xs:annotation>
|
1197
|
+
<xs:documentation>A ResourceGroup contained within this ResourceGroup.</xs:documentation>
|
1198
|
+
</xs:annotation>
|
1199
|
+
</xs:element>
|
1200
|
+
<xs:choice>
|
1201
|
+
<xs:element name="ResourceGroupContentItem" type="ernm:ResourceGroupContentItem"
|
1202
|
+
minOccurs="0" maxOccurs="unbounded">
|
1203
|
+
<xs:annotation>
|
1204
|
+
<xs:documentation>A Composite containing details of a Resource contained in the ResourceGroup.</xs:documentation>
|
1205
|
+
</xs:annotation>
|
1206
|
+
</xs:element>
|
1207
|
+
<xs:element name="ResourceGroupResourceReferenceList"
|
1208
|
+
type="ddexC:ResourceGroupResourceReferenceList" minOccurs="0">
|
1209
|
+
<xs:annotation>
|
1210
|
+
<xs:documentation>A Composite containing details of a Resource contained in the ResourceGroup.</xs:documentation>
|
1211
|
+
</xs:annotation>
|
1212
|
+
</xs:element>
|
1213
|
+
</xs:choice>
|
1214
|
+
</xs:sequence>
|
1215
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1216
|
+
<xs:annotation>
|
1217
|
+
<xs:documentation>The Language and script for the Elements of the ResourceGroup as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1218
|
+
</xs:annotation>
|
1219
|
+
</xs:attribute>
|
1220
|
+
</xs:complexType>
|
1221
|
+
<xs:complexType name="ResourceGroupContentItem">
|
1222
|
+
<xs:annotation>
|
1223
|
+
<xs:documentation>A Composite containing details of a Resource which is a ContentItem of a ResourceGroup.</xs:documentation>
|
1224
|
+
</xs:annotation>
|
1225
|
+
<xs:sequence>
|
1226
|
+
<xs:element name="SequenceNumber" type="xs:integer" minOccurs="0">
|
1227
|
+
<xs:annotation>
|
1228
|
+
<xs:documentation>The number indicating the order of the ContentItem among all Resources within this ResourceGroup. This is analogous to the Track number on a SoundCarrier. Not all ResourceGroups necessarily have SequenceNumbers (it is most applicable to SoundRecordings and MusicalWorkVideos). The SequenceNumber is unique within its ResourceGroupLevelNumber.</xs:documentation>
|
1229
|
+
</xs:annotation>
|
1230
|
+
</xs:element>
|
1231
|
+
<xs:element name="SequenceSubNumber" type="xs:integer" minOccurs="0">
|
1232
|
+
<xs:annotation>
|
1233
|
+
<xs:documentation>The SequenceNumber within the SequenceNumber. Example: if a Track is subdivided into several numbered sections, these are numbered with a SequenceSubNumber. The SequenceSubNumber is unique within its SequenceNumber.</xs:documentation>
|
1234
|
+
</xs:annotation>
|
1235
|
+
</xs:element>
|
1236
|
+
<xs:element name="ResourceType" type="ddexC:ResourceType" minOccurs="0"
|
1237
|
+
maxOccurs="unbounded">
|
1238
|
+
<xs:annotation>
|
1239
|
+
<xs:documentation>A Composite containing details of the Type of the ContentItem.</xs:documentation>
|
1240
|
+
</xs:annotation>
|
1241
|
+
</xs:element>
|
1242
|
+
<xs:element name="ReleaseResourceReference" type="ddexC:ReleaseResourceReference">
|
1243
|
+
<xs:annotation>
|
1244
|
+
<xs:documentation>A Composite containing a ReleaseResourceReference for the ContentItem (specific to this Message). The LocalAnchorReference in this Composite is a string starting with the letter A.</xs:documentation>
|
1245
|
+
</xs:annotation>
|
1246
|
+
</xs:element>
|
1247
|
+
<xs:element name="LinkedReleaseResourceReference"
|
1248
|
+
type="ddexC:LinkedReleaseResourceReference" minOccurs="0" maxOccurs="unbounded">
|
1249
|
+
<xs:annotation>
|
1250
|
+
<xs:documentation>A Composite containing details of a ReleaseResourceReference (specific to this Message) for a Resource which is linked to this ContentItem. Example: an Image, Text or NonMusicalWorkVideo associated with a SoundRecording. This LocalAnchorReference is a string starting with the letter A.</xs:documentation>
|
1251
|
+
</xs:annotation>
|
1252
|
+
</xs:element>
|
1253
|
+
<xs:element name="Duration" type="xs:duration" minOccurs="0">
|
1254
|
+
<xs:annotation>
|
1255
|
+
<xs:documentation>The Duration of the ContentItem featured, if it is a SoundRecording or Video (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). This Duration may be less than the normal Duration of the ContentItem, if only a part of it is included.</xs:documentation>
|
1256
|
+
</xs:annotation>
|
1257
|
+
</xs:element>
|
1258
|
+
<xs:element name="IsHiddenResource" type="xs:boolean" minOccurs="0">
|
1259
|
+
<xs:annotation>
|
1260
|
+
<xs:documentation>The Flag indicating whether a Resource in a Release is hidden in some way from the Consumer (=True) or not (=False).</xs:documentation>
|
1261
|
+
</xs:annotation>
|
1262
|
+
</xs:element>
|
1263
|
+
<xs:element name="IsBonusResource" type="xs:boolean" minOccurs="0">
|
1264
|
+
<xs:annotation>
|
1265
|
+
<xs:documentation>The Flag indicating whether a Resource in a Release is additional to those on the original Release of which this is a Version (=True) or not (=False).</xs:documentation>
|
1266
|
+
</xs:annotation>
|
1267
|
+
</xs:element>
|
1268
|
+
</xs:sequence>
|
1269
|
+
</xs:complexType>
|
1270
|
+
<xs:complexType name="ResourceList">
|
1271
|
+
<xs:annotation>
|
1272
|
+
<xs:documentation>A Composite containing details of one or more Resources. ResourceList provides a simple means of aggregating Resources without any explicit sequencing or grouping: if that is needed it is provided by the ResourceGroup Composite.</xs:documentation>
|
1273
|
+
</xs:annotation>
|
1274
|
+
<xs:sequence>
|
1275
|
+
<xs:element name="SoundRecording" type="ernm:SoundRecording" minOccurs="0"
|
1276
|
+
maxOccurs="unbounded">
|
1277
|
+
<xs:annotation>
|
1278
|
+
<xs:documentation>A Composite containing details of a SoundRecording.</xs:documentation>
|
1279
|
+
</xs:annotation>
|
1280
|
+
</xs:element>
|
1281
|
+
<xs:element name="MIDI" type="ernm:MIDI" minOccurs="0" maxOccurs="unbounded">
|
1282
|
+
<xs:annotation>
|
1283
|
+
<xs:documentation>A Composite containing details of a MIDI.</xs:documentation>
|
1284
|
+
</xs:annotation>
|
1285
|
+
</xs:element>
|
1286
|
+
<xs:element name="Video" type="ernm:Video" minOccurs="0" maxOccurs="unbounded">
|
1287
|
+
<xs:annotation>
|
1288
|
+
<xs:documentation>A Composite containing details of a Video.</xs:documentation>
|
1289
|
+
</xs:annotation>
|
1290
|
+
</xs:element>
|
1291
|
+
<xs:element name="Image" type="ernm:Image" minOccurs="0" maxOccurs="unbounded">
|
1292
|
+
<xs:annotation>
|
1293
|
+
<xs:documentation>A Composite containing details of an Image.</xs:documentation>
|
1294
|
+
</xs:annotation>
|
1295
|
+
</xs:element>
|
1296
|
+
<xs:element name="Text" type="ernm:Text" minOccurs="0" maxOccurs="unbounded">
|
1297
|
+
<xs:annotation>
|
1298
|
+
<xs:documentation>A Composite containing details of a Text.</xs:documentation>
|
1299
|
+
</xs:annotation>
|
1300
|
+
</xs:element>
|
1301
|
+
<xs:element name="SheetMusic" type="ernm:SheetMusic" minOccurs="0" maxOccurs="unbounded">
|
1302
|
+
<xs:annotation>
|
1303
|
+
<xs:documentation>A Composite containing details of a Text.</xs:documentation>
|
1304
|
+
</xs:annotation>
|
1305
|
+
</xs:element>
|
1306
|
+
<xs:element name="Software" type="ernm:Software" minOccurs="0" maxOccurs="unbounded">
|
1307
|
+
<xs:annotation>
|
1308
|
+
<xs:documentation>A Composite containing details of an item of Software.</xs:documentation>
|
1309
|
+
</xs:annotation>
|
1310
|
+
</xs:element>
|
1311
|
+
<xs:element name="UserDefinedResource" type="ernm:UserDefinedResource" minOccurs="0"
|
1312
|
+
maxOccurs="unbounded">
|
1313
|
+
<xs:annotation>
|
1314
|
+
<xs:documentation>A Composite containing details of a UserDefinedResource.</xs:documentation>
|
1315
|
+
</xs:annotation>
|
1316
|
+
</xs:element>
|
1317
|
+
</xs:sequence>
|
1318
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1319
|
+
<xs:annotation>
|
1320
|
+
<xs:documentation>The Language and script for the Elements of the ResourceList as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1321
|
+
</xs:annotation>
|
1322
|
+
</xs:attribute>
|
1323
|
+
</xs:complexType>
|
1324
|
+
<xs:complexType name="ResourceUsage">
|
1325
|
+
<xs:annotation>
|
1326
|
+
<xs:documentation>A Composite containing details of one or more Usages that govern a Resource.</xs:documentation>
|
1327
|
+
</xs:annotation>
|
1328
|
+
<xs:sequence>
|
1329
|
+
<xs:element name="DealResourceReference" type="ddex:LocalResourceAnchorReference"
|
1330
|
+
minOccurs="0" maxOccurs="unbounded">
|
1331
|
+
<xs:annotation>
|
1332
|
+
<xs:documentation>A Reference for a Resource (specific to this Message). This LocalAnchorReference is a string starting with the letter A.</xs:documentation>
|
1333
|
+
</xs:annotation>
|
1334
|
+
</xs:element>
|
1335
|
+
<xs:element name="ReleaseId" type="ddexC:ReleaseId" minOccurs="0" maxOccurs="unbounded">
|
1336
|
+
<xs:annotation>
|
1337
|
+
<xs:documentation>A Composite containing details of ReleaseIds of a Release where the deal differs from the deal that applies to the Resource. If available, a GRid should always to be used. If the Release contains only one SoundRecording, the ISRC of the SoundRecording may be used instead. If the Release is an abstraction of a complete PhysicalProduct (such as a CD Album), the ICPN of the PhysicalProduct may be used instead.</xs:documentation>
|
1338
|
+
</xs:annotation>
|
1339
|
+
</xs:element>
|
1340
|
+
<xs:element name="ResourceId" type="ddexC:ResourceId" minOccurs="0"
|
1341
|
+
maxOccurs="unbounded">
|
1342
|
+
<xs:annotation>
|
1343
|
+
<xs:documentation>A Composite containing details of ResourceIds of another Resource where the deal differs from the deal that applies to the Resource.</xs:documentation>
|
1344
|
+
</xs:annotation>
|
1345
|
+
</xs:element>
|
1346
|
+
<xs:element name="Usage" type="ddexC:Usage" maxOccurs="unbounded">
|
1347
|
+
<xs:annotation>
|
1348
|
+
<xs:documentation>A Composite containing the Types and number of Usages applicable to the Resource.</xs:documentation>
|
1349
|
+
</xs:annotation>
|
1350
|
+
</xs:element>
|
1351
|
+
</xs:sequence>
|
1352
|
+
</xs:complexType>
|
1353
|
+
<xs:complexType name="SheetMusic">
|
1354
|
+
<xs:annotation>
|
1355
|
+
<xs:documentation>A Composite containing details of a SheetMusic.</xs:documentation>
|
1356
|
+
</xs:annotation>
|
1357
|
+
<xs:sequence>
|
1358
|
+
<xs:element name="SheetMusicType" type="ddexC:SheetMusicType" minOccurs="0">
|
1359
|
+
<xs:annotation>
|
1360
|
+
<xs:documentation>A Composite containing details of the Type of the SheetMusic.</xs:documentation>
|
1361
|
+
</xs:annotation>
|
1362
|
+
</xs:element>
|
1363
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
1364
|
+
<xs:annotation>
|
1365
|
+
<xs:documentation>The Flag indicating whether the SheetMusic is related to an Artist (=True) or not (=False).</xs:documentation>
|
1366
|
+
</xs:annotation>
|
1367
|
+
</xs:element>
|
1368
|
+
<xs:element name="SheetMusicId" type="ddexC:SheetMusicId">
|
1369
|
+
<xs:annotation>
|
1370
|
+
<xs:documentation>A Composite containing details of Identifiers of the SheetMusic.</xs:documentation>
|
1371
|
+
</xs:annotation>
|
1372
|
+
</xs:element>
|
1373
|
+
<xs:element name="IndirectSheetMusicId" type="ddexC:MusicalWorkId" minOccurs="0"
|
1374
|
+
maxOccurs="unbounded">
|
1375
|
+
<xs:annotation>
|
1376
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the SheetMusic.</xs:documentation>
|
1377
|
+
</xs:annotation>
|
1378
|
+
</xs:element>
|
1379
|
+
<xs:element name="LanguageOfLyrics" type="iso639a2:LanguageCode" minOccurs="0">
|
1380
|
+
<xs:annotation>
|
1381
|
+
<xs:documentation>The Language of the lyrics of the SheetMusic (represented by an ISO 639-2 LanguageCode).</xs:documentation>
|
1382
|
+
</xs:annotation>
|
1383
|
+
</xs:element>
|
1384
|
+
<xs:element name="RightsAgreementId" type="ddexC:RightsAgreementId" minOccurs="0">
|
1385
|
+
<xs:annotation>
|
1386
|
+
<xs:documentation>A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) related to the SheetMusic.</xs:documentation>
|
1387
|
+
</xs:annotation>
|
1388
|
+
</xs:element>
|
1389
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
1390
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
1391
|
+
<xs:annotation>
|
1392
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the SheetMusic.</xs:documentation>
|
1393
|
+
</xs:annotation>
|
1394
|
+
</xs:element>
|
1395
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
1396
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
1397
|
+
<xs:annotation>
|
1398
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current SheetMusic.</xs:documentation>
|
1399
|
+
</xs:annotation>
|
1400
|
+
</xs:element>
|
1401
|
+
<xs:element name="ReferenceTitle" type="ddexC:ReferenceTitle">
|
1402
|
+
<xs:annotation>
|
1403
|
+
<xs:documentation>A Composite containing details of the ReferenceTitle of the SheetMusic.</xs:documentation>
|
1404
|
+
</xs:annotation>
|
1405
|
+
</xs:element>
|
1406
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
1407
|
+
<xs:annotation>
|
1408
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the SheetMusic was created.</xs:documentation>
|
1409
|
+
</xs:annotation>
|
1410
|
+
</xs:element>
|
1411
|
+
<xs:element name="SheetMusicDetailsByTerritory" type="ernm:SheetMusicDetailsByTerritory"
|
1412
|
+
maxOccurs="unbounded">
|
1413
|
+
<xs:annotation>
|
1414
|
+
<xs:documentation>A Composite containing details of the SheetMusic which may vary according to Territory of release.</xs:documentation>
|
1415
|
+
</xs:annotation>
|
1416
|
+
</xs:element>
|
1417
|
+
</xs:sequence>
|
1418
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
1419
|
+
<xs:annotation>
|
1420
|
+
<xs:documentation>The Flag indicating whether the SheetMusic Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided SheetMusic data with the now provided data.</xs:documentation>
|
1421
|
+
</xs:annotation>
|
1422
|
+
</xs:attribute>
|
1423
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1424
|
+
<xs:annotation>
|
1425
|
+
<xs:documentation>The Language and script for the Elements of the SheetMusic as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1426
|
+
</xs:annotation>
|
1427
|
+
</xs:attribute>
|
1428
|
+
</xs:complexType>
|
1429
|
+
<xs:complexType name="SheetMusicDetailsByTerritory">
|
1430
|
+
<xs:annotation>
|
1431
|
+
<xs:documentation>A Composite containing details of Descriptors, Dates and other attributes of a SheetMusic which may vary according to Territory of release.</xs:documentation>
|
1432
|
+
</xs:annotation>
|
1433
|
+
<xs:complexContent>
|
1434
|
+
<xs:extension base="ddexC:SheetMusicDetailsByTerritory">
|
1435
|
+
<xs:sequence>
|
1436
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
1437
|
+
<xs:annotation>
|
1438
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
1439
|
+
</xs:annotation>
|
1440
|
+
</xs:element>
|
1441
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
1442
|
+
<xs:annotation>
|
1443
|
+
<xs:documentation>A Composite containing details of a Genre to which the SheetMusic belongs.</xs:documentation>
|
1444
|
+
</xs:annotation>
|
1445
|
+
</xs:element>
|
1446
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
1447
|
+
minOccurs="0" maxOccurs="unbounded">
|
1448
|
+
<xs:annotation>
|
1449
|
+
<xs:documentation>A Composite containing details of the classification of the SheetMusic according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
1450
|
+
</xs:annotation>
|
1451
|
+
</xs:element>
|
1452
|
+
<xs:element name="TechnicalSheetMusicDetails"
|
1453
|
+
type="ernm:TechnicalSheetMusicDetails" minOccurs="0" maxOccurs="unbounded">
|
1454
|
+
<xs:annotation>
|
1455
|
+
<xs:documentation>A Composite containing technical details of the SheetMusic.</xs:documentation>
|
1456
|
+
</xs:annotation>
|
1457
|
+
</xs:element>
|
1458
|
+
</xs:sequence>
|
1459
|
+
</xs:extension>
|
1460
|
+
</xs:complexContent>
|
1461
|
+
</xs:complexType>
|
1462
|
+
<xs:complexType name="Software">
|
1463
|
+
<xs:annotation>
|
1464
|
+
<xs:documentation>A Composite containing details of an item of Software.</xs:documentation>
|
1465
|
+
</xs:annotation>
|
1466
|
+
<xs:sequence>
|
1467
|
+
<xs:element name="SoftwareType" type="ddexC:SoftwareType" minOccurs="0">
|
1468
|
+
<xs:annotation>
|
1469
|
+
<xs:documentation>A Composite containing details of the Type of the Software.</xs:documentation>
|
1470
|
+
</xs:annotation>
|
1471
|
+
</xs:element>
|
1472
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
1473
|
+
<xs:annotation>
|
1474
|
+
<xs:documentation>The Flag indicating whether the Software is related to an Artist (=True) or not (=False).</xs:documentation>
|
1475
|
+
</xs:annotation>
|
1476
|
+
</xs:element>
|
1477
|
+
<xs:element name="SoftwareId" type="ddexC:SoftwareId" maxOccurs="unbounded">
|
1478
|
+
<xs:annotation>
|
1479
|
+
<xs:documentation>A Composite containing details of Identifiers of the Software.</xs:documentation>
|
1480
|
+
</xs:annotation>
|
1481
|
+
</xs:element>
|
1482
|
+
<xs:element name="IndirectSoftwareId" type="ddexC:MusicalWorkId" minOccurs="0"
|
1483
|
+
maxOccurs="unbounded">
|
1484
|
+
<xs:annotation>
|
1485
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the Software.</xs:documentation>
|
1486
|
+
</xs:annotation>
|
1487
|
+
</xs:element>
|
1488
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
1489
|
+
<xs:annotation>
|
1490
|
+
<xs:documentation>The Identifier (specific to the Message) of the Software within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
1491
|
+
</xs:annotation>
|
1492
|
+
</xs:element>
|
1493
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
1494
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
1495
|
+
<xs:annotation>
|
1496
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the Software.</xs:documentation>
|
1497
|
+
</xs:annotation>
|
1498
|
+
</xs:element>
|
1499
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
1500
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
1501
|
+
<xs:annotation>
|
1502
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current Software.</xs:documentation>
|
1503
|
+
</xs:annotation>
|
1504
|
+
</xs:element>
|
1505
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
1506
|
+
<xs:annotation>
|
1507
|
+
<xs:documentation>A Composite containing details of a Title of the Software.</xs:documentation>
|
1508
|
+
</xs:annotation>
|
1509
|
+
</xs:element>
|
1510
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
1511
|
+
<xs:annotation>
|
1512
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Software was created.</xs:documentation>
|
1513
|
+
</xs:annotation>
|
1514
|
+
</xs:element>
|
1515
|
+
<xs:element name="SoftwareDetailsByTerritory" type="ernm:SoftwareDetailsByTerritory"
|
1516
|
+
maxOccurs="unbounded">
|
1517
|
+
<xs:annotation>
|
1518
|
+
<xs:documentation>A Composite containing details of the Software which may vary according to Territory of release.</xs:documentation>
|
1519
|
+
</xs:annotation>
|
1520
|
+
</xs:element>
|
1521
|
+
</xs:sequence>
|
1522
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
1523
|
+
<xs:annotation>
|
1524
|
+
<xs:documentation>The Flag indicating whether the Software Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided Software data with the now provided data.</xs:documentation>
|
1525
|
+
</xs:annotation>
|
1526
|
+
</xs:attribute>
|
1527
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1528
|
+
<xs:annotation>
|
1529
|
+
<xs:documentation>The Language and script for the Elements of the Software as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1530
|
+
</xs:annotation>
|
1531
|
+
</xs:attribute>
|
1532
|
+
</xs:complexType>
|
1533
|
+
<xs:complexType name="SoftwareDetailsByTerritory">
|
1534
|
+
<xs:annotation>
|
1535
|
+
<xs:documentation>A Composite containing details of Descriptors, Dates and other attributes of a Software application which may vary according to Territory of release.</xs:documentation>
|
1536
|
+
</xs:annotation>
|
1537
|
+
<xs:complexContent>
|
1538
|
+
<xs:extension base="ddexC:SoftwareDetailsByTerritory">
|
1539
|
+
<xs:sequence>
|
1540
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
1541
|
+
<xs:annotation>
|
1542
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
1543
|
+
</xs:annotation>
|
1544
|
+
</xs:element>
|
1545
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
1546
|
+
<xs:annotation>
|
1547
|
+
<xs:documentation>A Composite containing details of a Description of the Software containing Keywords.</xs:documentation>
|
1548
|
+
</xs:annotation>
|
1549
|
+
</xs:element>
|
1550
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
1551
|
+
<xs:annotation>
|
1552
|
+
<xs:documentation>A Composite containing details of a Synopsis of the Software.</xs:documentation>
|
1553
|
+
</xs:annotation>
|
1554
|
+
</xs:element>
|
1555
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
1556
|
+
<xs:annotation>
|
1557
|
+
<xs:documentation>A Composite containing details of a Genre to which the Software belongs.</xs:documentation>
|
1558
|
+
</xs:annotation>
|
1559
|
+
</xs:element>
|
1560
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
1561
|
+
minOccurs="0" maxOccurs="unbounded">
|
1562
|
+
<xs:annotation>
|
1563
|
+
<xs:documentation>A Composite containing details of the classification of the Software according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
1564
|
+
</xs:annotation>
|
1565
|
+
</xs:element>
|
1566
|
+
<xs:element name="TechnicalSoftwareDetails" type="ernm:TechnicalSoftwareDetails"
|
1567
|
+
minOccurs="0" maxOccurs="unbounded">
|
1568
|
+
<xs:annotation>
|
1569
|
+
<xs:documentation>A Composite containing technical details of the Software.</xs:documentation>
|
1570
|
+
</xs:annotation>
|
1571
|
+
</xs:element>
|
1572
|
+
</xs:sequence>
|
1573
|
+
</xs:extension>
|
1574
|
+
</xs:complexContent>
|
1575
|
+
</xs:complexType>
|
1576
|
+
<xs:complexType name="SoundRecording">
|
1577
|
+
<xs:annotation>
|
1578
|
+
<xs:documentation>A Composite containing details of a SoundRecording.</xs:documentation>
|
1579
|
+
</xs:annotation>
|
1580
|
+
<xs:sequence>
|
1581
|
+
<xs:element name="SoundRecordingType" type="ddexC:SoundRecordingType" minOccurs="0">
|
1582
|
+
<xs:annotation>
|
1583
|
+
<xs:documentation>A Composite containing details of the Type of the SoundRecording.</xs:documentation>
|
1584
|
+
</xs:annotation>
|
1585
|
+
</xs:element>
|
1586
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
1587
|
+
<xs:annotation>
|
1588
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is related to an Artist (=True) or not (=False).</xs:documentation>
|
1589
|
+
</xs:annotation>
|
1590
|
+
</xs:element>
|
1591
|
+
<xs:element name="SoundRecordingId" type="ddexC:SoundRecordingId" maxOccurs="unbounded">
|
1592
|
+
<xs:annotation>
|
1593
|
+
<xs:documentation>A Composite containing details of a SoundRecordingId.</xs:documentation>
|
1594
|
+
</xs:annotation>
|
1595
|
+
</xs:element>
|
1596
|
+
<xs:element name="IndirectSoundRecordingId" type="ddexC:MusicalWorkId" minOccurs="0"
|
1597
|
+
maxOccurs="unbounded">
|
1598
|
+
<xs:annotation>
|
1599
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the SoundRecording.</xs:documentation>
|
1600
|
+
</xs:annotation>
|
1601
|
+
</xs:element>
|
1602
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
1603
|
+
<xs:annotation>
|
1604
|
+
<xs:documentation>The Identifier (specific to the Message) of the SoundRecording within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
1605
|
+
</xs:annotation>
|
1606
|
+
</xs:element>
|
1607
|
+
<xs:element name="ReferenceTitle" type="ddexC:ReferenceTitle">
|
1608
|
+
<xs:annotation>
|
1609
|
+
<xs:documentation>A Composite containing details of the ReferenceTitle of the SoundRecording.</xs:documentation>
|
1610
|
+
</xs:annotation>
|
1611
|
+
</xs:element>
|
1612
|
+
<xs:element name="InstrumentationDescription" type="ddexC:Description" minOccurs="0">
|
1613
|
+
<xs:annotation>
|
1614
|
+
<xs:documentation>A Composite containing a Description of the Type of instrumentation of the MusicalWork(s) in the SoundRecording.</xs:documentation>
|
1615
|
+
</xs:annotation>
|
1616
|
+
</xs:element>
|
1617
|
+
<xs:element name="IsMedley" type="xs:boolean" minOccurs="0">
|
1618
|
+
<xs:annotation>
|
1619
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is a Medley (=True) or not (=False).</xs:documentation>
|
1620
|
+
</xs:annotation>
|
1621
|
+
</xs:element>
|
1622
|
+
<xs:element name="IsPotpourri" type="xs:boolean" minOccurs="0">
|
1623
|
+
<xs:annotation>
|
1624
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is a Potpourri (=True) or not (=False).</xs:documentation>
|
1625
|
+
</xs:annotation>
|
1626
|
+
</xs:element>
|
1627
|
+
<xs:element name="IsInstrumental" type="xs:boolean" minOccurs="0">
|
1628
|
+
<xs:annotation>
|
1629
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is instrumental (=True) or not (=False).</xs:documentation>
|
1630
|
+
</xs:annotation>
|
1631
|
+
</xs:element>
|
1632
|
+
<xs:element name="IsBackground" type="xs:boolean" minOccurs="0">
|
1633
|
+
<xs:annotation>
|
1634
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is used as background to other audio or audiovisual material (=True) or not (=False).</xs:documentation>
|
1635
|
+
</xs:annotation>
|
1636
|
+
</xs:element>
|
1637
|
+
<xs:element name="IsHiddenResource" type="xs:boolean" minOccurs="0">
|
1638
|
+
<xs:annotation>
|
1639
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is hidden in some way from the Consumer (=True) or not (=False).</xs:documentation>
|
1640
|
+
</xs:annotation>
|
1641
|
+
</xs:element>
|
1642
|
+
<xs:element name="IsBonusResource" type="xs:boolean" minOccurs="0">
|
1643
|
+
<xs:annotation>
|
1644
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is additional to those on the original Release of which this is a Version (=True) or not (=False).</xs:documentation>
|
1645
|
+
</xs:annotation>
|
1646
|
+
</xs:element>
|
1647
|
+
<xs:element name="IsComputerGenerated" type="xs:boolean" minOccurs="0">
|
1648
|
+
<xs:annotation>
|
1649
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is generated by a computer (=True) or not (=False).</xs:documentation>
|
1650
|
+
</xs:annotation>
|
1651
|
+
</xs:element>
|
1652
|
+
<xs:element name="NoSilenceBefore" type="xs:boolean" minOccurs="0">
|
1653
|
+
<xs:annotation>
|
1654
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is preceded by a period of silence (=False) or not (=True).</xs:documentation>
|
1655
|
+
</xs:annotation>
|
1656
|
+
</xs:element>
|
1657
|
+
<xs:element name="NoSilenceAfter" type="xs:boolean" minOccurs="0">
|
1658
|
+
<xs:annotation>
|
1659
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is followed by a period of silence (=False) or not (=True).</xs:documentation>
|
1660
|
+
</xs:annotation>
|
1661
|
+
</xs:element>
|
1662
|
+
<xs:element name="LanguageOfPerformance" type="iso639a2:LanguageCode" minOccurs="0">
|
1663
|
+
<xs:annotation>
|
1664
|
+
<xs:documentation>The Language of the Performance recorded in the SoundRecording (represented by an ISO 639-2 LanguageCode).</xs:documentation>
|
1665
|
+
</xs:annotation>
|
1666
|
+
</xs:element>
|
1667
|
+
<xs:element name="Duration" type="xs:duration">
|
1668
|
+
<xs:annotation>
|
1669
|
+
<xs:documentation>The Duration of the SoundRecording (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
1670
|
+
</xs:annotation>
|
1671
|
+
</xs:element>
|
1672
|
+
<xs:element name="RightsAgreementId" type="ddexC:RightsAgreementId" minOccurs="0">
|
1673
|
+
<xs:annotation>
|
1674
|
+
<xs:documentation>A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the SoundRecording.</xs:documentation>
|
1675
|
+
</xs:annotation>
|
1676
|
+
</xs:element>
|
1677
|
+
<xs:element name="SoundRecordingCollectionReferenceList"
|
1678
|
+
type="ddexC:SoundRecordingCollectionReferenceList" minOccurs="0">
|
1679
|
+
<xs:annotation>
|
1680
|
+
<xs:documentation>A Composite containing details of one or more Collections. The referenced Collection has to be of CollectionType AudioChapter.</xs:documentation>
|
1681
|
+
</xs:annotation>
|
1682
|
+
</xs:element>
|
1683
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
1684
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
1685
|
+
<xs:annotation>
|
1686
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the SoundRecording.</xs:documentation>
|
1687
|
+
</xs:annotation>
|
1688
|
+
</xs:element>
|
1689
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
1690
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
1691
|
+
<xs:annotation>
|
1692
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current SoundRecording.</xs:documentation>
|
1693
|
+
</xs:annotation>
|
1694
|
+
</xs:element>
|
1695
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
1696
|
+
<xs:annotation>
|
1697
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the SoundRecording was created.</xs:documentation>
|
1698
|
+
</xs:annotation>
|
1699
|
+
</xs:element>
|
1700
|
+
<xs:element name="MasteredDate" type="ddexC:EventDate" minOccurs="0">
|
1701
|
+
<xs:annotation>
|
1702
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the SoundRecording was originally mastered (in either analogue or digital form).</xs:documentation>
|
1703
|
+
</xs:annotation>
|
1704
|
+
</xs:element>
|
1705
|
+
<xs:element name="SoundRecordingDetailsByTerritory"
|
1706
|
+
type="ernm:SoundRecordingDetailsByTerritory" maxOccurs="unbounded">
|
1707
|
+
<xs:annotation>
|
1708
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of the SoundRecording which may vary according to Territory.</xs:documentation>
|
1709
|
+
</xs:annotation>
|
1710
|
+
</xs:element>
|
1711
|
+
</xs:sequence>
|
1712
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
1713
|
+
<xs:annotation>
|
1714
|
+
<xs:documentation>The Flag indicating whether the SoundRecording Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided SoundRecording data with the now provided data.</xs:documentation>
|
1715
|
+
</xs:annotation>
|
1716
|
+
</xs:attribute>
|
1717
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1718
|
+
<xs:annotation>
|
1719
|
+
<xs:documentation>The Language and script for the Elements of the SoundRecording as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1720
|
+
</xs:annotation>
|
1721
|
+
</xs:attribute>
|
1722
|
+
</xs:complexType>
|
1723
|
+
<xs:complexType name="SoundRecordingDetailsByTerritory">
|
1724
|
+
<xs:annotation>
|
1725
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of a SoundRecording which may vary according to Territory of release.</xs:documentation>
|
1726
|
+
</xs:annotation>
|
1727
|
+
<xs:complexContent>
|
1728
|
+
<xs:extension base="ddexC:SoundRecordingDetailsByTerritory">
|
1729
|
+
<xs:sequence>
|
1730
|
+
<xs:element name="CourtesyLine" type="ddexC:CourtesyLine" minOccurs="0">
|
1731
|
+
<xs:annotation>
|
1732
|
+
<xs:documentation>A Composite containing an Annotation which acknowledges record companies and/or other Parties giving permission for guests Artists or others featured on the SoundRecording.</xs:documentation>
|
1733
|
+
</xs:annotation>
|
1734
|
+
</xs:element>
|
1735
|
+
<xs:element name="SequenceNumber" type="xs:string" minOccurs="0">
|
1736
|
+
<xs:annotation>
|
1737
|
+
<xs:documentation>The number indicating the order of the SoundRecording in a group of SoundRecordings in a Release.</xs:documentation>
|
1738
|
+
</xs:annotation>
|
1739
|
+
</xs:element>
|
1740
|
+
<xs:element name="HostSoundCarrier" type="ddexC:HostSoundCarrier" minOccurs="0"
|
1741
|
+
maxOccurs="unbounded">
|
1742
|
+
<xs:annotation>
|
1743
|
+
<xs:documentation>A Composite containing details of a HostSoundCarrier on which the SoundRecording appears (e.g., the CD on which it was originally released). This Composite exists in the ERN DdexMessageSuite, Main Profile, to support the identification and matching of SoundRecording information.</xs:documentation>
|
1744
|
+
</xs:annotation>
|
1745
|
+
</xs:element>
|
1746
|
+
<xs:element name="MarketingComment" type="ddexC:Comment" minOccurs="0">
|
1747
|
+
<xs:annotation>
|
1748
|
+
<xs:documentation>A Composite containing a Comment about the promotion and marketing of the SoundRecording.</xs:documentation>
|
1749
|
+
</xs:annotation>
|
1750
|
+
</xs:element>
|
1751
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
1752
|
+
<xs:annotation>
|
1753
|
+
<xs:documentation>A Composite containing details of a Genre to which the SoundRecording belongs.</xs:documentation>
|
1754
|
+
</xs:annotation>
|
1755
|
+
</xs:element>
|
1756
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
1757
|
+
minOccurs="0" maxOccurs="unbounded">
|
1758
|
+
<xs:annotation>
|
1759
|
+
<xs:documentation>A Composite containing details of the classification of the SoundRecording according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
1760
|
+
</xs:annotation>
|
1761
|
+
</xs:element>
|
1762
|
+
<xs:element name="AvRating" type="ddexC:AvRating" minOccurs="0"
|
1763
|
+
maxOccurs="unbounded">
|
1764
|
+
<xs:annotation>
|
1765
|
+
<xs:documentation>A Composite containing details of a rating for the SoundRecording.</xs:documentation>
|
1766
|
+
</xs:annotation>
|
1767
|
+
</xs:element>
|
1768
|
+
<xs:element name="TechnicalSoundRecordingDetails"
|
1769
|
+
type="ernm:TechnicalSoundRecordingDetails" minOccurs="0"
|
1770
|
+
maxOccurs="unbounded">
|
1771
|
+
<xs:annotation>
|
1772
|
+
<xs:documentation>A Composite containing technical details of the SoundRecording.</xs:documentation>
|
1773
|
+
</xs:annotation>
|
1774
|
+
</xs:element>
|
1775
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
1776
|
+
<xs:annotation>
|
1777
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
1778
|
+
</xs:annotation>
|
1779
|
+
</xs:element>
|
1780
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
1781
|
+
<xs:annotation>
|
1782
|
+
<xs:documentation>A Composite containing details of a Description of the SoundRecording containing Keywords.</xs:documentation>
|
1783
|
+
</xs:annotation>
|
1784
|
+
</xs:element>
|
1785
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
1786
|
+
<xs:annotation>
|
1787
|
+
<xs:documentation>A Composite containing details of a Synopsis of the SoundRecording.</xs:documentation>
|
1788
|
+
</xs:annotation>
|
1789
|
+
</xs:element>
|
1790
|
+
</xs:sequence>
|
1791
|
+
</xs:extension>
|
1792
|
+
</xs:complexContent>
|
1793
|
+
</xs:complexType>
|
1794
|
+
<xs:complexType name="SoundRecordingPreviewDetails">
|
1795
|
+
<xs:annotation>
|
1796
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
1797
|
+
</xs:annotation>
|
1798
|
+
<xs:sequence>
|
1799
|
+
<xs:element name="PartType" type="ddexC:Description" minOccurs="0">
|
1800
|
+
<xs:annotation>
|
1801
|
+
<xs:documentation>A Composite containing a Description of the Type of Part that the preview relates to, e.g. chorus or intro.</xs:documentation>
|
1802
|
+
</xs:annotation>
|
1803
|
+
</xs:element>
|
1804
|
+
<xs:element name="StartPoint" type="xs:decimal" minOccurs="0">
|
1805
|
+
<xs:annotation>
|
1806
|
+
<xs:documentation>The start point of the preview given in seconds from the start of the Resource.</xs:documentation>
|
1807
|
+
</xs:annotation>
|
1808
|
+
</xs:element>
|
1809
|
+
<xs:element name="EndPoint" type="xs:decimal" minOccurs="0">
|
1810
|
+
<xs:annotation>
|
1811
|
+
<xs:documentation>The end point of the preview given in seconds from the start of the Resource.</xs:documentation>
|
1812
|
+
</xs:annotation>
|
1813
|
+
</xs:element>
|
1814
|
+
<xs:element name="Duration" type="xs:duration" minOccurs="0">
|
1815
|
+
<xs:annotation>
|
1816
|
+
<xs:documentation>The Duration of the preview, measured from the StartPoint.</xs:documentation>
|
1817
|
+
</xs:annotation>
|
1818
|
+
</xs:element>
|
1819
|
+
<xs:element name="TopLeftCorner" type="xs:decimal" minOccurs="0">
|
1820
|
+
<xs:annotation>
|
1821
|
+
<xs:documentation>The position of the preview measured in Pixels or millimetres from the top left corner of the Resource.</xs:documentation>
|
1822
|
+
</xs:annotation>
|
1823
|
+
</xs:element>
|
1824
|
+
<xs:element name="BottomRightCorner" type="xs:decimal" minOccurs="0">
|
1825
|
+
<xs:annotation>
|
1826
|
+
<xs:documentation>The position of the preview measured in Pixels or millimetres from the bottom right corner of the Resource.</xs:documentation>
|
1827
|
+
</xs:annotation>
|
1828
|
+
</xs:element>
|
1829
|
+
<xs:element name="ExpressionType" type="ddex:ExpressionType">
|
1830
|
+
<xs:annotation>
|
1831
|
+
<xs:documentation>A Type of expression indicating how this should be perceived, e.g. as instruction (meaning that this has to be done to create the preview) or as information (meaning that this has been done to craete the preview).</xs:documentation>
|
1832
|
+
</xs:annotation>
|
1833
|
+
</xs:element>
|
1834
|
+
</xs:sequence>
|
1835
|
+
</xs:complexType>
|
1836
|
+
<xs:complexType name="TechnicalImageDetails">
|
1837
|
+
<xs:annotation>
|
1838
|
+
<xs:documentation>A Composite containing technical details of a Image.</xs:documentation>
|
1839
|
+
</xs:annotation>
|
1840
|
+
<xs:sequence>
|
1841
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
1842
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
1843
|
+
<xs:annotation>
|
1844
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalImageDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
1845
|
+
</xs:annotation>
|
1846
|
+
</xs:element>
|
1847
|
+
<xs:element name="DrmPlatformType" type="ddexC:DrmPlatformType" minOccurs="0">
|
1848
|
+
<xs:annotation>
|
1849
|
+
<xs:documentation>A Composite containing details of a Type of DrmPlatform.</xs:documentation>
|
1850
|
+
</xs:annotation>
|
1851
|
+
</xs:element>
|
1852
|
+
<xs:element name="ImageCodecType" type="ddexC:ImageCodecType" minOccurs="0">
|
1853
|
+
<xs:annotation>
|
1854
|
+
<xs:documentation>A Composite containing details of a Type of ImageCodec.</xs:documentation>
|
1855
|
+
</xs:annotation>
|
1856
|
+
</xs:element>
|
1857
|
+
<xs:element name="ImageHeight" type="ddexC:Extent" minOccurs="0">
|
1858
|
+
<xs:annotation>
|
1859
|
+
<xs:documentation>A Composite containing the vertical Extent of an Image of the Image and a UnitOfMeasure (the default is pixels).</xs:documentation>
|
1860
|
+
</xs:annotation>
|
1861
|
+
</xs:element>
|
1862
|
+
<xs:element name="ImageWidth" type="ddexC:Extent" minOccurs="0">
|
1863
|
+
<xs:annotation>
|
1864
|
+
<xs:documentation>A Composite containing the horizontal Extent of an Image of the Image and a UnitOfMeasure (the default is pixels).</xs:documentation>
|
1865
|
+
</xs:annotation>
|
1866
|
+
</xs:element>
|
1867
|
+
<xs:element name="AspectRatio" type="xs:decimal" minOccurs="0">
|
1868
|
+
<xs:annotation>
|
1869
|
+
<xs:documentation>The ratio formed by dividing the ImageHeight by the ImageWidth.</xs:documentation>
|
1870
|
+
</xs:annotation>
|
1871
|
+
</xs:element>
|
1872
|
+
<xs:element name="ColorDepth" type="xs:integer" minOccurs="0">
|
1873
|
+
<xs:annotation>
|
1874
|
+
<xs:documentation>An amount of data determining the color of a pixel of the Image (given in bits per pixel).</xs:documentation>
|
1875
|
+
</xs:annotation>
|
1876
|
+
</xs:element>
|
1877
|
+
<xs:element name="ImageResolution" type="xs:integer" minOccurs="0">
|
1878
|
+
<xs:annotation>
|
1879
|
+
<xs:documentation>A number of pixels of the Image displayed in a specific spatial range (given in dpi).</xs:documentation>
|
1880
|
+
</xs:annotation>
|
1881
|
+
</xs:element>
|
1882
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
1883
|
+
<xs:annotation>
|
1884
|
+
<xs:documentation>The Flag indicating whether the Image is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
1885
|
+
</xs:annotation>
|
1886
|
+
</xs:element>
|
1887
|
+
<xs:element name="PreviewDetails" type="ernm:PreviewDetails" minOccurs="0">
|
1888
|
+
<xs:annotation>
|
1889
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
1890
|
+
</xs:annotation>
|
1891
|
+
</xs:element>
|
1892
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
1893
|
+
<xs:annotation>
|
1894
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
1895
|
+
</xs:annotation>
|
1896
|
+
</xs:element>
|
1897
|
+
<xs:choice minOccurs="0">
|
1898
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
1899
|
+
maxOccurs="unbounded">
|
1900
|
+
<xs:annotation>
|
1901
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the Image.</xs:documentation>
|
1902
|
+
</xs:annotation>
|
1903
|
+
</xs:element>
|
1904
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
1905
|
+
<xs:annotation>
|
1906
|
+
<xs:documentation>A Composite containing details of a File containing the Image that a DSP can obtain.</xs:documentation>
|
1907
|
+
</xs:annotation>
|
1908
|
+
</xs:element>
|
1909
|
+
</xs:choice>
|
1910
|
+
</xs:sequence>
|
1911
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1912
|
+
<xs:annotation>
|
1913
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalImageDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1914
|
+
</xs:annotation>
|
1915
|
+
</xs:attribute>
|
1916
|
+
</xs:complexType>
|
1917
|
+
<xs:complexType name="TechnicalMidiDetails">
|
1918
|
+
<xs:annotation>
|
1919
|
+
<xs:documentation>A Composite containing technical details of a MIDI.</xs:documentation>
|
1920
|
+
</xs:annotation>
|
1921
|
+
<xs:sequence>
|
1922
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
1923
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
1924
|
+
<xs:annotation>
|
1925
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalMidiDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
1926
|
+
</xs:annotation>
|
1927
|
+
</xs:element>
|
1928
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
1929
|
+
<xs:annotation>
|
1930
|
+
<xs:documentation>The Flag indicating whether the MIDI is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
1931
|
+
</xs:annotation>
|
1932
|
+
</xs:element>
|
1933
|
+
<xs:element name="PreviewDetails" type="ernm:SoundRecordingPreviewDetails" minOccurs="0">
|
1934
|
+
<xs:annotation>
|
1935
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
1936
|
+
</xs:annotation>
|
1937
|
+
</xs:element>
|
1938
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
1939
|
+
<xs:annotation>
|
1940
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
1941
|
+
</xs:annotation>
|
1942
|
+
</xs:element>
|
1943
|
+
<xs:choice minOccurs="0">
|
1944
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
1945
|
+
maxOccurs="unbounded">
|
1946
|
+
<xs:annotation>
|
1947
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the MIDI.</xs:documentation>
|
1948
|
+
</xs:annotation>
|
1949
|
+
</xs:element>
|
1950
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
1951
|
+
<xs:annotation>
|
1952
|
+
<xs:documentation>A Composite containing details of a File containing the MIDI that a DSP can obtain.</xs:documentation>
|
1953
|
+
</xs:annotation>
|
1954
|
+
</xs:element>
|
1955
|
+
</xs:choice>
|
1956
|
+
<xs:element name="NumberOfVoices" type="xs:integer" minOccurs="0">
|
1957
|
+
<xs:annotation>
|
1958
|
+
<xs:documentation>The number of voices.</xs:documentation>
|
1959
|
+
</xs:annotation>
|
1960
|
+
</xs:element>
|
1961
|
+
<xs:element name="SoundProcessorType" type="ddexC:SoundProcessorType" minOccurs="0">
|
1962
|
+
<xs:annotation>
|
1963
|
+
<xs:documentation>A Type of sound processor.</xs:documentation>
|
1964
|
+
</xs:annotation>
|
1965
|
+
</xs:element>
|
1966
|
+
</xs:sequence>
|
1967
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
1968
|
+
<xs:annotation>
|
1969
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalMidiDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
1970
|
+
</xs:annotation>
|
1971
|
+
</xs:attribute>
|
1972
|
+
</xs:complexType>
|
1973
|
+
<xs:complexType name="TechnicalSheetMusicDetails">
|
1974
|
+
<xs:annotation>
|
1975
|
+
<xs:documentation>A Composite containing technical details of a SheetMusic.</xs:documentation>
|
1976
|
+
</xs:annotation>
|
1977
|
+
<xs:sequence>
|
1978
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
1979
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
1980
|
+
<xs:annotation>
|
1981
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalSheetMusicDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
1982
|
+
</xs:annotation>
|
1983
|
+
</xs:element>
|
1984
|
+
<xs:element name="DrmPlatformType" type="ddexC:DrmPlatformType" minOccurs="0">
|
1985
|
+
<xs:annotation>
|
1986
|
+
<xs:documentation>A Composite containing details of a Type of DrmPlatform.</xs:documentation>
|
1987
|
+
</xs:annotation>
|
1988
|
+
</xs:element>
|
1989
|
+
<xs:element name="SheetMusicCodecType" type="ddexC:SheetMusicCodecType" minOccurs="0">
|
1990
|
+
<xs:annotation>
|
1991
|
+
<xs:documentation>A Composite containing details of a Type of SheetMusicCodec.</xs:documentation>
|
1992
|
+
</xs:annotation>
|
1993
|
+
</xs:element>
|
1994
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
1995
|
+
<xs:annotation>
|
1996
|
+
<xs:documentation>The Flag indicating whether the SheetMusic is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
1997
|
+
</xs:annotation>
|
1998
|
+
</xs:element>
|
1999
|
+
<xs:element name="PreviewDetails" type="ernm:PreviewDetails" minOccurs="0">
|
2000
|
+
<xs:annotation>
|
2001
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
2002
|
+
</xs:annotation>
|
2003
|
+
</xs:element>
|
2004
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2005
|
+
<xs:annotation>
|
2006
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2007
|
+
</xs:annotation>
|
2008
|
+
</xs:element>
|
2009
|
+
<xs:choice minOccurs="0">
|
2010
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
2011
|
+
maxOccurs="unbounded">
|
2012
|
+
<xs:annotation>
|
2013
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the SheetMusic.</xs:documentation>
|
2014
|
+
</xs:annotation>
|
2015
|
+
</xs:element>
|
2016
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
2017
|
+
<xs:annotation>
|
2018
|
+
<xs:documentation>A Composite containing details of a File containing the SheetMusic that a DSP can obtain.</xs:documentation>
|
2019
|
+
</xs:annotation>
|
2020
|
+
</xs:element>
|
2021
|
+
</xs:choice>
|
2022
|
+
</xs:sequence>
|
2023
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2024
|
+
<xs:annotation>
|
2025
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalSheetMusicDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2026
|
+
</xs:annotation>
|
2027
|
+
</xs:attribute>
|
2028
|
+
</xs:complexType>
|
2029
|
+
<xs:complexType name="TechnicalSoftwareDetails">
|
2030
|
+
<xs:annotation>
|
2031
|
+
<xs:documentation>A Composite containing technical details of a Software.</xs:documentation>
|
2032
|
+
</xs:annotation>
|
2033
|
+
<xs:sequence>
|
2034
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
2035
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
2036
|
+
<xs:annotation>
|
2037
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalSoftwareDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
2038
|
+
</xs:annotation>
|
2039
|
+
</xs:element>
|
2040
|
+
<xs:element name="DrmPlatformType" type="ddexC:DrmPlatformType" minOccurs="0">
|
2041
|
+
<xs:annotation>
|
2042
|
+
<xs:documentation>A Composite containing details of a Type of DrmPlatform.</xs:documentation>
|
2043
|
+
</xs:annotation>
|
2044
|
+
</xs:element>
|
2045
|
+
<xs:element name="OperatingSystemType" type="ddexC:OperatingSystemType" minOccurs="0">
|
2046
|
+
<xs:annotation>
|
2047
|
+
<xs:documentation>A Composite containing details of a Type of OperatingSystem.</xs:documentation>
|
2048
|
+
</xs:annotation>
|
2049
|
+
</xs:element>
|
2050
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
2051
|
+
<xs:annotation>
|
2052
|
+
<xs:documentation>The Flag indicating whether the Software is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
2053
|
+
</xs:annotation>
|
2054
|
+
</xs:element>
|
2055
|
+
<xs:element name="PreviewDetails" type="ernm:PreviewDetails" minOccurs="0">
|
2056
|
+
<xs:annotation>
|
2057
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
2058
|
+
</xs:annotation>
|
2059
|
+
</xs:element>
|
2060
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2061
|
+
<xs:annotation>
|
2062
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2063
|
+
</xs:annotation>
|
2064
|
+
</xs:element>
|
2065
|
+
<xs:choice minOccurs="0">
|
2066
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
2067
|
+
maxOccurs="unbounded">
|
2068
|
+
<xs:annotation>
|
2069
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the Software.</xs:documentation>
|
2070
|
+
</xs:annotation>
|
2071
|
+
</xs:element>
|
2072
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
2073
|
+
<xs:annotation>
|
2074
|
+
<xs:documentation>A Composite containing details of a File containing the Software that a DSP can obtain.</xs:documentation>
|
2075
|
+
</xs:annotation>
|
2076
|
+
</xs:element>
|
2077
|
+
</xs:choice>
|
2078
|
+
</xs:sequence>
|
2079
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2080
|
+
<xs:annotation>
|
2081
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalSoftwareDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2082
|
+
</xs:annotation>
|
2083
|
+
</xs:attribute>
|
2084
|
+
</xs:complexType>
|
2085
|
+
<xs:complexType name="TechnicalSoundRecordingDetails">
|
2086
|
+
<xs:annotation>
|
2087
|
+
<xs:documentation>A Composite containing technical details of a SoundRecording.</xs:documentation>
|
2088
|
+
</xs:annotation>
|
2089
|
+
<xs:sequence>
|
2090
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
2091
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
2092
|
+
<xs:annotation>
|
2093
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalSoundRecordingDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
2094
|
+
</xs:annotation>
|
2095
|
+
</xs:element>
|
2096
|
+
<xs:element name="DrmPlatformType" type="ddexC:DrmPlatformType" minOccurs="0">
|
2097
|
+
<xs:annotation>
|
2098
|
+
<xs:documentation>A Composite containing details of a Type of DrmPlatform.</xs:documentation>
|
2099
|
+
</xs:annotation>
|
2100
|
+
</xs:element>
|
2101
|
+
<xs:element name="AudioCodecType" type="ddexC:AudioCodecType" minOccurs="0">
|
2102
|
+
<xs:annotation>
|
2103
|
+
<xs:documentation>A Composite containing details of a Type of AudioCodec.</xs:documentation>
|
2104
|
+
</xs:annotation>
|
2105
|
+
</xs:element>
|
2106
|
+
<xs:element name="BitRate" type="ddexC:BitRate" minOccurs="0">
|
2107
|
+
<xs:annotation>
|
2108
|
+
<xs:documentation>A Composite containing the BitRate for the audio data and a UnitOfMeasure (the default is kbps).</xs:documentation>
|
2109
|
+
</xs:annotation>
|
2110
|
+
</xs:element>
|
2111
|
+
<xs:element name="NumberOfChannels" type="xs:integer" minOccurs="0">
|
2112
|
+
<xs:annotation>
|
2113
|
+
<xs:documentation>A number of audio channels.</xs:documentation>
|
2114
|
+
</xs:annotation>
|
2115
|
+
</xs:element>
|
2116
|
+
<xs:element name="SamplingRate" type="ddexC:SamplingRate" minOccurs="0">
|
2117
|
+
<xs:annotation>
|
2118
|
+
<xs:documentation>A Composite containing the sampling rate of the SoundRecording and a UnitOfMeasure (the default is Hz).</xs:documentation>
|
2119
|
+
</xs:annotation>
|
2120
|
+
</xs:element>
|
2121
|
+
<xs:element name="BitsPerSample" type="xs:integer" minOccurs="0">
|
2122
|
+
<xs:annotation>
|
2123
|
+
<xs:documentation>An amount of audio data in a sample.</xs:documentation>
|
2124
|
+
</xs:annotation>
|
2125
|
+
</xs:element>
|
2126
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
2127
|
+
<xs:annotation>
|
2128
|
+
<xs:documentation>The Flag indicating whether the SoundRecording is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
2129
|
+
</xs:annotation>
|
2130
|
+
</xs:element>
|
2131
|
+
<xs:element name="PreviewDetails" type="ernm:SoundRecordingPreviewDetails" minOccurs="0">
|
2132
|
+
<xs:annotation>
|
2133
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
2134
|
+
</xs:annotation>
|
2135
|
+
</xs:element>
|
2136
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2137
|
+
<xs:annotation>
|
2138
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2139
|
+
</xs:annotation>
|
2140
|
+
</xs:element>
|
2141
|
+
<xs:choice minOccurs="0">
|
2142
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
2143
|
+
maxOccurs="unbounded">
|
2144
|
+
<xs:annotation>
|
2145
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the SoundRecording.</xs:documentation>
|
2146
|
+
</xs:annotation>
|
2147
|
+
</xs:element>
|
2148
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
2149
|
+
<xs:annotation>
|
2150
|
+
<xs:documentation>A Composite containing details of a File containing the SoundRecording that a DSP can obtain.</xs:documentation>
|
2151
|
+
</xs:annotation>
|
2152
|
+
</xs:element>
|
2153
|
+
</xs:choice>
|
2154
|
+
</xs:sequence>
|
2155
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2156
|
+
<xs:annotation>
|
2157
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalSoundRecordingDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2158
|
+
</xs:annotation>
|
2159
|
+
</xs:attribute>
|
2160
|
+
</xs:complexType>
|
2161
|
+
<xs:complexType name="TechnicalTextDetails">
|
2162
|
+
<xs:annotation>
|
2163
|
+
<xs:documentation>A Composite containing technical details of a Text.</xs:documentation>
|
2164
|
+
</xs:annotation>
|
2165
|
+
<xs:sequence>
|
2166
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
2167
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
2168
|
+
<xs:annotation>
|
2169
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalTextDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
2170
|
+
</xs:annotation>
|
2171
|
+
</xs:element>
|
2172
|
+
<xs:element name="DrmPlatformType" type="ddexC:DrmPlatformType" minOccurs="0">
|
2173
|
+
<xs:annotation>
|
2174
|
+
<xs:documentation>A Composite containing details of a Type of DrmPlatform.</xs:documentation>
|
2175
|
+
</xs:annotation>
|
2176
|
+
</xs:element>
|
2177
|
+
<xs:element name="TextCodecType" type="ddexC:TextCodecType" minOccurs="0">
|
2178
|
+
<xs:annotation>
|
2179
|
+
<xs:documentation>A Composite containing details of a Type of TextCodec.</xs:documentation>
|
2180
|
+
</xs:annotation>
|
2181
|
+
</xs:element>
|
2182
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
2183
|
+
<xs:annotation>
|
2184
|
+
<xs:documentation>The Flag indicating whether the Text is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
2185
|
+
</xs:annotation>
|
2186
|
+
</xs:element>
|
2187
|
+
<xs:element name="PreviewDetails" type="ernm:PreviewDetails" minOccurs="0">
|
2188
|
+
<xs:annotation>
|
2189
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
2190
|
+
</xs:annotation>
|
2191
|
+
</xs:element>
|
2192
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2193
|
+
<xs:annotation>
|
2194
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2195
|
+
</xs:annotation>
|
2196
|
+
</xs:element>
|
2197
|
+
<xs:choice minOccurs="0">
|
2198
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
2199
|
+
maxOccurs="unbounded">
|
2200
|
+
<xs:annotation>
|
2201
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the Text.</xs:documentation>
|
2202
|
+
</xs:annotation>
|
2203
|
+
</xs:element>
|
2204
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
2205
|
+
<xs:annotation>
|
2206
|
+
<xs:documentation>A Composite containing details of a File containing the Text that a DSP can obtain.</xs:documentation>
|
2207
|
+
</xs:annotation>
|
2208
|
+
</xs:element>
|
2209
|
+
</xs:choice>
|
2210
|
+
</xs:sequence>
|
2211
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2212
|
+
<xs:annotation>
|
2213
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalTextDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2214
|
+
</xs:annotation>
|
2215
|
+
</xs:attribute>
|
2216
|
+
</xs:complexType>
|
2217
|
+
<xs:complexType name="TechnicalUserDefinedResourceDetails">
|
2218
|
+
<xs:annotation>
|
2219
|
+
<xs:documentation>A Composite containing technical details of a UserDefinedResource.</xs:documentation>
|
2220
|
+
</xs:annotation>
|
2221
|
+
<xs:sequence>
|
2222
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
2223
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
2224
|
+
<xs:annotation>
|
2225
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalUserDefinedResourceDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
2226
|
+
</xs:annotation>
|
2227
|
+
</xs:element>
|
2228
|
+
<xs:element name="UserDefinedValue" type="ddexC:UserDefinedValue" minOccurs="0"
|
2229
|
+
maxOccurs="unbounded">
|
2230
|
+
<xs:annotation>
|
2231
|
+
<xs:documentation>A Composite containing details of a UserDefinedValue.</xs:documentation>
|
2232
|
+
</xs:annotation>
|
2233
|
+
</xs:element>
|
2234
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
2235
|
+
<xs:annotation>
|
2236
|
+
<xs:documentation>The Flag indicating whether the UserDefinedResource is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
2237
|
+
</xs:annotation>
|
2238
|
+
</xs:element>
|
2239
|
+
<xs:element name="PreviewDetails" type="ernm:PreviewDetails" minOccurs="0">
|
2240
|
+
<xs:annotation>
|
2241
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
2242
|
+
</xs:annotation>
|
2243
|
+
</xs:element>
|
2244
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2245
|
+
<xs:annotation>
|
2246
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2247
|
+
</xs:annotation>
|
2248
|
+
</xs:element>
|
2249
|
+
<xs:choice minOccurs="0">
|
2250
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
2251
|
+
maxOccurs="unbounded">
|
2252
|
+
<xs:annotation>
|
2253
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the UserDefinedResource.</xs:documentation>
|
2254
|
+
</xs:annotation>
|
2255
|
+
</xs:element>
|
2256
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
2257
|
+
<xs:annotation>
|
2258
|
+
<xs:documentation>A Composite containing details of a File containing the UserDefinedResource that a DSP can obtain.</xs:documentation>
|
2259
|
+
</xs:annotation>
|
2260
|
+
</xs:element>
|
2261
|
+
</xs:choice>
|
2262
|
+
</xs:sequence>
|
2263
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2264
|
+
<xs:annotation>
|
2265
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalUserDefinedResourceDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2266
|
+
</xs:annotation>
|
2267
|
+
</xs:attribute>
|
2268
|
+
</xs:complexType>
|
2269
|
+
<xs:complexType name="TechnicalVideoDetails">
|
2270
|
+
<xs:annotation>
|
2271
|
+
<xs:documentation>A Composite containing technical details of a Video.</xs:documentation>
|
2272
|
+
</xs:annotation>
|
2273
|
+
<xs:sequence>
|
2274
|
+
<xs:element name="TechnicalResourceDetailsReference"
|
2275
|
+
type="ddex:LocalTechnicalResourceDetailsAnchor">
|
2276
|
+
<xs:annotation>
|
2277
|
+
<xs:documentation>The Identifier (specific to the Message) of the TechnicalVideoDetails within the Release which contains it. This LocalAnchor is a string starting with the letter T.</xs:documentation>
|
2278
|
+
</xs:annotation>
|
2279
|
+
</xs:element>
|
2280
|
+
<xs:element name="DrmPlatformType" type="ddexC:DrmPlatformType" minOccurs="0">
|
2281
|
+
<xs:annotation>
|
2282
|
+
<xs:documentation>A Composite containing details of a Type of DrmPlatform.</xs:documentation>
|
2283
|
+
</xs:annotation>
|
2284
|
+
</xs:element>
|
2285
|
+
<xs:element name="OverallBitRate" type="ddexC:BitRate" minOccurs="0">
|
2286
|
+
<xs:annotation>
|
2287
|
+
<xs:documentation>A Composite containing the overall BitRate and a UnitOfMeasure (the default is kbps).</xs:documentation>
|
2288
|
+
</xs:annotation>
|
2289
|
+
</xs:element>
|
2290
|
+
<xs:element name="VideoCodecType" type="ddexC:VideoCodecType" minOccurs="0">
|
2291
|
+
<xs:annotation>
|
2292
|
+
<xs:documentation>A Composite containing details of a Type of VideoCodec.</xs:documentation>
|
2293
|
+
</xs:annotation>
|
2294
|
+
</xs:element>
|
2295
|
+
<xs:element name="VideoBitRate" type="ddexC:BitRate" minOccurs="0">
|
2296
|
+
<xs:annotation>
|
2297
|
+
<xs:documentation>A Composite containing the BitRate for the video data and a UnitOfMeasure (the default is kbps).</xs:documentation>
|
2298
|
+
</xs:annotation>
|
2299
|
+
</xs:element>
|
2300
|
+
<xs:element name="FrameRate" type="ddexC:FrameRate" minOccurs="0">
|
2301
|
+
<xs:annotation>
|
2302
|
+
<xs:documentation>A Composite containing the Rate for a number of frames shown in the Video in a specific Period of Time and a UnitOfMeasure (the default is Hz, interlaced).</xs:documentation>
|
2303
|
+
</xs:annotation>
|
2304
|
+
</xs:element>
|
2305
|
+
<xs:element name="ImageHeight" type="ddexC:Extent" minOccurs="0">
|
2306
|
+
<xs:annotation>
|
2307
|
+
<xs:documentation>A Composite containing the vertical Extent of an Image of the Video and a UnitOfMeasure (the default is pixels).</xs:documentation>
|
2308
|
+
</xs:annotation>
|
2309
|
+
</xs:element>
|
2310
|
+
<xs:element name="ImageWidth" type="ddexC:Extent" minOccurs="0">
|
2311
|
+
<xs:annotation>
|
2312
|
+
<xs:documentation>A Composite containing the horizontal Extent of an Image of the Video and a UnitOfMeasure (the default is pixels).</xs:documentation>
|
2313
|
+
</xs:annotation>
|
2314
|
+
</xs:element>
|
2315
|
+
<xs:element name="AspectRatio" type="xs:decimal" minOccurs="0">
|
2316
|
+
<xs:annotation>
|
2317
|
+
<xs:documentation>The ratio formed by dividing the ImageHeight by the ImageWidth.</xs:documentation>
|
2318
|
+
</xs:annotation>
|
2319
|
+
</xs:element>
|
2320
|
+
<xs:element name="ColorDepth" type="xs:integer" minOccurs="0">
|
2321
|
+
<xs:annotation>
|
2322
|
+
<xs:documentation>An amount of data determining the color of a pixel of an Image of the Video (given in bits per pixel).</xs:documentation>
|
2323
|
+
</xs:annotation>
|
2324
|
+
</xs:element>
|
2325
|
+
<xs:element name="VideoDefinitionType" type="ddex:VideoDefinitionType" minOccurs="0">
|
2326
|
+
<xs:annotation>
|
2327
|
+
<xs:documentation>A Type of resolution (or definition) in which the Video is provided.</xs:documentation>
|
2328
|
+
</xs:annotation>
|
2329
|
+
</xs:element>
|
2330
|
+
<xs:element name="AudioCodecType" type="ddexC:AudioCodecType" minOccurs="0">
|
2331
|
+
<xs:annotation>
|
2332
|
+
<xs:documentation>A Composite containing details of a Type of AudioCodec.</xs:documentation>
|
2333
|
+
</xs:annotation>
|
2334
|
+
</xs:element>
|
2335
|
+
<xs:element name="AudioBitRate" type="ddexC:BitRate" minOccurs="0">
|
2336
|
+
<xs:annotation>
|
2337
|
+
<xs:documentation>A Composite containing the BitRate for the audio data and a UnitOfMeasure (the default is kbps).</xs:documentation>
|
2338
|
+
</xs:annotation>
|
2339
|
+
</xs:element>
|
2340
|
+
<xs:element name="NumberOfAudioChannels" type="xs:integer" minOccurs="0">
|
2341
|
+
<xs:annotation>
|
2342
|
+
<xs:documentation>A number of audio channels.</xs:documentation>
|
2343
|
+
</xs:annotation>
|
2344
|
+
</xs:element>
|
2345
|
+
<xs:element name="AudioSamplingRate" type="ddexC:SamplingRate" minOccurs="0">
|
2346
|
+
<xs:annotation>
|
2347
|
+
<xs:documentation>A Composite containing the SamplingRate for the audio data and a UnitOfMeasure (the default is Hz).</xs:documentation>
|
2348
|
+
</xs:annotation>
|
2349
|
+
</xs:element>
|
2350
|
+
<xs:element name="AudioBitsPerSample" type="xs:integer" minOccurs="0">
|
2351
|
+
<xs:annotation>
|
2352
|
+
<xs:documentation>An amount of audio data in a sample.</xs:documentation>
|
2353
|
+
</xs:annotation>
|
2354
|
+
</xs:element>
|
2355
|
+
<xs:element name="IsPreview" type="xs:boolean" minOccurs="0">
|
2356
|
+
<xs:annotation>
|
2357
|
+
<xs:documentation>The Flag indicating whether the Video is technically a preview of the parent Resource (=True) or not (=False). Note that nothing can be implied from this element as to the conditions under which the preview can be made available.</xs:documentation>
|
2358
|
+
</xs:annotation>
|
2359
|
+
</xs:element>
|
2360
|
+
<xs:element name="PreviewDetails" type="ernm:SoundRecordingPreviewDetails" minOccurs="0">
|
2361
|
+
<xs:annotation>
|
2362
|
+
<xs:documentation>A Composite containing details of a preview.</xs:documentation>
|
2363
|
+
</xs:annotation>
|
2364
|
+
</xs:element>
|
2365
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2366
|
+
<xs:annotation>
|
2367
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2368
|
+
</xs:annotation>
|
2369
|
+
</xs:element>
|
2370
|
+
<xs:choice minOccurs="0">
|
2371
|
+
<xs:element name="FileAvailabilityDescription" type="ddexC:Description"
|
2372
|
+
maxOccurs="unbounded">
|
2373
|
+
<xs:annotation>
|
2374
|
+
<xs:documentation>A Composite containing a Description providing details of how a DSP can obtain a File that contains the Video.</xs:documentation>
|
2375
|
+
</xs:annotation>
|
2376
|
+
</xs:element>
|
2377
|
+
<xs:element name="File" type="ddexC:File" maxOccurs="unbounded">
|
2378
|
+
<xs:annotation>
|
2379
|
+
<xs:documentation>A Composite containing details of a File containing the Video that a DSP can obtain.</xs:documentation>
|
2380
|
+
</xs:annotation>
|
2381
|
+
</xs:element>
|
2382
|
+
</xs:choice>
|
2383
|
+
</xs:sequence>
|
2384
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2385
|
+
<xs:annotation>
|
2386
|
+
<xs:documentation>The Language and script for the Elements of the TechnicalSoundRecordingDetails as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2387
|
+
</xs:annotation>
|
2388
|
+
</xs:attribute>
|
2389
|
+
</xs:complexType>
|
2390
|
+
<xs:complexType name="Text">
|
2391
|
+
<xs:annotation>
|
2392
|
+
<xs:documentation>A Composite containing details of a Text.</xs:documentation>
|
2393
|
+
</xs:annotation>
|
2394
|
+
<xs:sequence>
|
2395
|
+
<xs:element name="TextType" type="ddexC:TextType" minOccurs="0">
|
2396
|
+
<xs:annotation>
|
2397
|
+
<xs:documentation>A Composite containing details of the Type of the Text.</xs:documentation>
|
2398
|
+
</xs:annotation>
|
2399
|
+
</xs:element>
|
2400
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
2401
|
+
<xs:annotation>
|
2402
|
+
<xs:documentation>The Flag indicating whether the Text is related to an Artist (=True) or not (=False).</xs:documentation>
|
2403
|
+
</xs:annotation>
|
2404
|
+
</xs:element>
|
2405
|
+
<xs:element name="TextId" type="ddexC:TextId" minOccurs="0" maxOccurs="unbounded">
|
2406
|
+
<xs:annotation>
|
2407
|
+
<xs:documentation>A Composite containing details of an Identifier of the Text.</xs:documentation>
|
2408
|
+
</xs:annotation>
|
2409
|
+
</xs:element>
|
2410
|
+
<xs:element name="IndirectTextId" type="ddexC:MusicalWorkId" minOccurs="0"
|
2411
|
+
maxOccurs="unbounded">
|
2412
|
+
<xs:annotation>
|
2413
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the Text.</xs:documentation>
|
2414
|
+
</xs:annotation>
|
2415
|
+
</xs:element>
|
2416
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
2417
|
+
<xs:annotation>
|
2418
|
+
<xs:documentation>The Identifier (specific to the Message) of the Text within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
2419
|
+
</xs:annotation>
|
2420
|
+
</xs:element>
|
2421
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
2422
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
2423
|
+
<xs:annotation>
|
2424
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the Text.</xs:documentation>
|
2425
|
+
</xs:annotation>
|
2426
|
+
</xs:element>
|
2427
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
2428
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
2429
|
+
<xs:annotation>
|
2430
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current Text.</xs:documentation>
|
2431
|
+
</xs:annotation>
|
2432
|
+
</xs:element>
|
2433
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
2434
|
+
<xs:annotation>
|
2435
|
+
<xs:documentation>A Composite containing details of a Title of the Text.</xs:documentation>
|
2436
|
+
</xs:annotation>
|
2437
|
+
</xs:element>
|
2438
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
2439
|
+
<xs:annotation>
|
2440
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Text was created.</xs:documentation>
|
2441
|
+
</xs:annotation>
|
2442
|
+
</xs:element>
|
2443
|
+
<xs:element name="TextDetailsByTerritory" type="ernm:TextDetailsByTerritory"
|
2444
|
+
maxOccurs="unbounded">
|
2445
|
+
<xs:annotation>
|
2446
|
+
<xs:documentation>A Composite containing details of the Text which may vary according to Territory of release.</xs:documentation>
|
2447
|
+
</xs:annotation>
|
2448
|
+
</xs:element>
|
2449
|
+
</xs:sequence>
|
2450
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
2451
|
+
<xs:annotation>
|
2452
|
+
<xs:documentation>The Flag indicating whether the Text Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided Text data with the now provided data.</xs:documentation>
|
2453
|
+
</xs:annotation>
|
2454
|
+
</xs:attribute>
|
2455
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2456
|
+
<xs:annotation>
|
2457
|
+
<xs:documentation>The Language and script for the Elements of the Text as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2458
|
+
</xs:annotation>
|
2459
|
+
</xs:attribute>
|
2460
|
+
</xs:complexType>
|
2461
|
+
<xs:complexType name="TextDetailsByTerritory">
|
2462
|
+
<xs:annotation>
|
2463
|
+
<xs:documentation>A Composite containing details of Descriptors, Dates and other attributes of a Text which may vary according to Territory of release.</xs:documentation>
|
2464
|
+
</xs:annotation>
|
2465
|
+
<xs:complexContent>
|
2466
|
+
<xs:extension base="ddexC:TextDetailsByTerritory">
|
2467
|
+
<xs:sequence>
|
2468
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2469
|
+
<xs:annotation>
|
2470
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2471
|
+
</xs:annotation>
|
2472
|
+
</xs:element>
|
2473
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
2474
|
+
<xs:annotation>
|
2475
|
+
<xs:documentation>A Composite containing details of a Description of the Text containing Keywords.</xs:documentation>
|
2476
|
+
</xs:annotation>
|
2477
|
+
</xs:element>
|
2478
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
2479
|
+
<xs:annotation>
|
2480
|
+
<xs:documentation>A Composite containing details of a Synopsis of the Text.</xs:documentation>
|
2481
|
+
</xs:annotation>
|
2482
|
+
</xs:element>
|
2483
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
2484
|
+
<xs:annotation>
|
2485
|
+
<xs:documentation>A Composite containing details of a Genre to which the Text belongs.</xs:documentation>
|
2486
|
+
</xs:annotation>
|
2487
|
+
</xs:element>
|
2488
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
2489
|
+
minOccurs="0" maxOccurs="unbounded">
|
2490
|
+
<xs:annotation>
|
2491
|
+
<xs:documentation>A Composite containing details of the classification of the Text according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
2492
|
+
</xs:annotation>
|
2493
|
+
</xs:element>
|
2494
|
+
<xs:element name="TechnicalTextDetails" type="ernm:TechnicalTextDetails"
|
2495
|
+
minOccurs="0" maxOccurs="unbounded">
|
2496
|
+
<xs:annotation>
|
2497
|
+
<xs:documentation>A Composite containing technical details of the Text.</xs:documentation>
|
2498
|
+
</xs:annotation>
|
2499
|
+
</xs:element>
|
2500
|
+
</xs:sequence>
|
2501
|
+
</xs:extension>
|
2502
|
+
</xs:complexContent>
|
2503
|
+
</xs:complexType>
|
2504
|
+
<xs:complexType name="UserDefinedResource">
|
2505
|
+
<xs:annotation>
|
2506
|
+
<xs:documentation>A Composite containing details of a UserDefinedResource.</xs:documentation>
|
2507
|
+
</xs:annotation>
|
2508
|
+
<xs:sequence>
|
2509
|
+
<xs:element name="UserDefinedResourceType" type="ddexC:UserDefinedResourceType"
|
2510
|
+
minOccurs="0">
|
2511
|
+
<xs:annotation>
|
2512
|
+
<xs:documentation>A Composite containing details of the Type of the UserDefinedResource.</xs:documentation>
|
2513
|
+
</xs:annotation>
|
2514
|
+
</xs:element>
|
2515
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
2516
|
+
<xs:annotation>
|
2517
|
+
<xs:documentation>The Flag indicating whether the UserDefinedResource is related to an Artist (=True) or not (=False).</xs:documentation>
|
2518
|
+
</xs:annotation>
|
2519
|
+
</xs:element>
|
2520
|
+
<xs:element name="UserDefinedResourceId" type="ddexC:UserDefinedResourceId"
|
2521
|
+
maxOccurs="unbounded">
|
2522
|
+
<xs:annotation>
|
2523
|
+
<xs:documentation>A Composite containing details of Identifiers of the UserDefinedResource.</xs:documentation>
|
2524
|
+
</xs:annotation>
|
2525
|
+
</xs:element>
|
2526
|
+
<xs:element name="IndirectUserDefinedResourceId" type="ddexC:MusicalWorkId"
|
2527
|
+
minOccurs="0" maxOccurs="unbounded">
|
2528
|
+
<xs:annotation>
|
2529
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the UserDefinedResource.</xs:documentation>
|
2530
|
+
</xs:annotation>
|
2531
|
+
</xs:element>
|
2532
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
2533
|
+
<xs:annotation>
|
2534
|
+
<xs:documentation>The Identifier (specific to the Message) of the UserDefinedResource within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
2535
|
+
</xs:annotation>
|
2536
|
+
</xs:element>
|
2537
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
2538
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
2539
|
+
<xs:annotation>
|
2540
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the UserDefinedResource.</xs:documentation>
|
2541
|
+
</xs:annotation>
|
2542
|
+
</xs:element>
|
2543
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
2544
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
2545
|
+
<xs:annotation>
|
2546
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current UserDefinedResource.</xs:documentation>
|
2547
|
+
</xs:annotation>
|
2548
|
+
</xs:element>
|
2549
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
2550
|
+
<xs:annotation>
|
2551
|
+
<xs:documentation>A Composite containing details of a Title of the UserDefinedResource.</xs:documentation>
|
2552
|
+
</xs:annotation>
|
2553
|
+
</xs:element>
|
2554
|
+
<xs:element name="UserDefinedValue" type="ddexC:UserDefinedValue" minOccurs="0"
|
2555
|
+
maxOccurs="unbounded">
|
2556
|
+
<xs:annotation>
|
2557
|
+
<xs:documentation>A Composite containing details of a UserDefinedValue.</xs:documentation>
|
2558
|
+
</xs:annotation>
|
2559
|
+
</xs:element>
|
2560
|
+
<xs:element name="UserDefinedResourceDetailsByTerritory"
|
2561
|
+
type="ernm:UserDefinedResourceDetailsByTerritory" maxOccurs="unbounded">
|
2562
|
+
<xs:annotation>
|
2563
|
+
<xs:documentation>A Composite containing details of the UserDefinedResource which may vary according to Territory of release.</xs:documentation>
|
2564
|
+
</xs:annotation>
|
2565
|
+
</xs:element>
|
2566
|
+
</xs:sequence>
|
2567
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
2568
|
+
<xs:annotation>
|
2569
|
+
<xs:documentation>The Flag indicating whether the UserDefinedResource Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided UserDefinedResource data with the now provided data.</xs:documentation>
|
2570
|
+
</xs:annotation>
|
2571
|
+
</xs:attribute>
|
2572
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2573
|
+
<xs:annotation>
|
2574
|
+
<xs:documentation>The Language and script for the Elements of the UserDefinedResource as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2575
|
+
</xs:annotation>
|
2576
|
+
</xs:attribute>
|
2577
|
+
</xs:complexType>
|
2578
|
+
<xs:complexType name="UserDefinedResourceDetailsByTerritory">
|
2579
|
+
<xs:annotation>
|
2580
|
+
<xs:documentation>A Composite containing details of Descriptors, Dates and other attributes of a UserDefinedResource application which may vary according to Territory of release.</xs:documentation>
|
2581
|
+
</xs:annotation>
|
2582
|
+
<xs:complexContent>
|
2583
|
+
<xs:extension base="ddexC:UserDefinedResourceDetailsByTerritory">
|
2584
|
+
<xs:sequence>
|
2585
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2586
|
+
<xs:annotation>
|
2587
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2588
|
+
</xs:annotation>
|
2589
|
+
</xs:element>
|
2590
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
2591
|
+
<xs:annotation>
|
2592
|
+
<xs:documentation>A Composite containing details of a Description of the UserDefinedResource containing Keywords.</xs:documentation>
|
2593
|
+
</xs:annotation>
|
2594
|
+
</xs:element>
|
2595
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
2596
|
+
<xs:annotation>
|
2597
|
+
<xs:documentation>A Composite containing details of a Synopsis of the UserDefinedResource.</xs:documentation>
|
2598
|
+
</xs:annotation>
|
2599
|
+
</xs:element>
|
2600
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
2601
|
+
<xs:annotation>
|
2602
|
+
<xs:documentation>A Composite containing details of a Genre to which the UserDefinedResource belongs.</xs:documentation>
|
2603
|
+
</xs:annotation>
|
2604
|
+
</xs:element>
|
2605
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
2606
|
+
minOccurs="0" maxOccurs="unbounded">
|
2607
|
+
<xs:annotation>
|
2608
|
+
<xs:documentation>A Composite containing details of the classification of the UserDefinedResource according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
2609
|
+
</xs:annotation>
|
2610
|
+
</xs:element>
|
2611
|
+
<xs:element name="TechnicalUserDefinedResourceDetails"
|
2612
|
+
type="ernm:TechnicalUserDefinedResourceDetails" minOccurs="0"
|
2613
|
+
maxOccurs="unbounded">
|
2614
|
+
<xs:annotation>
|
2615
|
+
<xs:documentation>A Composite containing technical details of the UserDefinedResource.</xs:documentation>
|
2616
|
+
</xs:annotation>
|
2617
|
+
</xs:element>
|
2618
|
+
</xs:sequence>
|
2619
|
+
</xs:extension>
|
2620
|
+
</xs:complexContent>
|
2621
|
+
</xs:complexType>
|
2622
|
+
<xs:complexType name="Video">
|
2623
|
+
<xs:annotation>
|
2624
|
+
<xs:documentation>A Composite containing details of a Video.</xs:documentation>
|
2625
|
+
</xs:annotation>
|
2626
|
+
<xs:sequence>
|
2627
|
+
<xs:element name="VideoType" type="ddexC:VideoType" minOccurs="0">
|
2628
|
+
<xs:annotation>
|
2629
|
+
<xs:documentation>A Composite containing details of the Type of the Video.</xs:documentation>
|
2630
|
+
</xs:annotation>
|
2631
|
+
</xs:element>
|
2632
|
+
<xs:element name="IsArtistRelated" type="xs:boolean" minOccurs="0">
|
2633
|
+
<xs:annotation>
|
2634
|
+
<xs:documentation>The Flag indicating whether the Video is related to an Artist (=True) or not (=False).</xs:documentation>
|
2635
|
+
</xs:annotation>
|
2636
|
+
</xs:element>
|
2637
|
+
<xs:element name="VideoId" type="ddexC:VideoId" minOccurs="0" maxOccurs="unbounded">
|
2638
|
+
<xs:annotation>
|
2639
|
+
<xs:documentation>A Composite containing details of an Identifier of the Video.</xs:documentation>
|
2640
|
+
</xs:annotation>
|
2641
|
+
</xs:element>
|
2642
|
+
<xs:element name="IndirectVideoId" type="ddexC:MusicalWorkId" minOccurs="0"
|
2643
|
+
maxOccurs="unbounded">
|
2644
|
+
<xs:annotation>
|
2645
|
+
<xs:documentation>A Composite containing details of a MusicalWorkId of a MusicalWork used in the Video.</xs:documentation>
|
2646
|
+
</xs:annotation>
|
2647
|
+
</xs:element>
|
2648
|
+
<xs:element name="ResourceReference" type="ddex:LocalResourceAnchor">
|
2649
|
+
<xs:annotation>
|
2650
|
+
<xs:documentation>The Identifier (specific to the Message) of the Video within the Release which contains it. This LocalAnchor is a string starting with the letter A.</xs:documentation>
|
2651
|
+
</xs:annotation>
|
2652
|
+
</xs:element>
|
2653
|
+
<xs:choice minOccurs="0">
|
2654
|
+
<xs:element name="VideoCueSheetReference" type="ddexC:VideoCueSheetReference"
|
2655
|
+
maxOccurs="unbounded">
|
2656
|
+
<xs:annotation>
|
2657
|
+
<xs:documentation>A Composite containing a VideoCueSheetReference for a CueSheet (specific to this Message).</xs:documentation>
|
2658
|
+
</xs:annotation>
|
2659
|
+
</xs:element>
|
2660
|
+
<xs:element name="ReasonForCueSheetAbsence" type="ddexC:Reason">
|
2661
|
+
<xs:annotation>
|
2662
|
+
<xs:documentation>A Composite containing the textual Description of the reason for the Identifier being used as a proxy.</xs:documentation>
|
2663
|
+
</xs:annotation>
|
2664
|
+
</xs:element>
|
2665
|
+
</xs:choice>
|
2666
|
+
<xs:element name="ReferenceTitle" type="ddexC:ReferenceTitle" minOccurs="0">
|
2667
|
+
<xs:annotation>
|
2668
|
+
<xs:documentation>A Composite containing details of the ReferenceTitle of the Video.</xs:documentation>
|
2669
|
+
</xs:annotation>
|
2670
|
+
</xs:element>
|
2671
|
+
<xs:element name="Title" type="ddexC:Title" minOccurs="0" maxOccurs="unbounded">
|
2672
|
+
<xs:annotation>
|
2673
|
+
<xs:documentation>A Composite containing details of a Title of the Video.</xs:documentation>
|
2674
|
+
</xs:annotation>
|
2675
|
+
</xs:element>
|
2676
|
+
<xs:element name="InstrumentationDescription" type="ddexC:Description" minOccurs="0">
|
2677
|
+
<xs:annotation>
|
2678
|
+
<xs:documentation>A Composite containing a Description of the Type of instrumentation of the MusicalWork(s) in the Video.</xs:documentation>
|
2679
|
+
</xs:annotation>
|
2680
|
+
</xs:element>
|
2681
|
+
<xs:element name="IsMedley" type="xs:boolean" minOccurs="0">
|
2682
|
+
<xs:annotation>
|
2683
|
+
<xs:documentation>The Flag indicating whether the Video is a Medley (=True) or not (=False).</xs:documentation>
|
2684
|
+
</xs:annotation>
|
2685
|
+
</xs:element>
|
2686
|
+
<xs:element name="IsPotpourri" type="xs:boolean" minOccurs="0">
|
2687
|
+
<xs:annotation>
|
2688
|
+
<xs:documentation>The Flag indicating whether the Video is a Potpourri (=True) or not (=False).</xs:documentation>
|
2689
|
+
</xs:annotation>
|
2690
|
+
</xs:element>
|
2691
|
+
<xs:element name="IsInstrumental" type="xs:boolean" minOccurs="0">
|
2692
|
+
<xs:annotation>
|
2693
|
+
<xs:documentation>The Flag indicating whether the Video is instrumental (=True) or not (=False).</xs:documentation>
|
2694
|
+
</xs:annotation>
|
2695
|
+
</xs:element>
|
2696
|
+
<xs:element name="IsBackground" type="xs:boolean" minOccurs="0">
|
2697
|
+
<xs:annotation>
|
2698
|
+
<xs:documentation>The Flag indicating whether the Video is used as background to other audio or audiovisual material (=True) or not (=False).</xs:documentation>
|
2699
|
+
</xs:annotation>
|
2700
|
+
</xs:element>
|
2701
|
+
<xs:element name="IsHiddenResource" type="xs:boolean" minOccurs="0">
|
2702
|
+
<xs:annotation>
|
2703
|
+
<xs:documentation>The Flag indicating whether the Video is hidden in some way from the Consumer (=True) or not (=False).</xs:documentation>
|
2704
|
+
</xs:annotation>
|
2705
|
+
</xs:element>
|
2706
|
+
<xs:element name="IsBonusResource" type="xs:boolean" minOccurs="0">
|
2707
|
+
<xs:annotation>
|
2708
|
+
<xs:documentation>The Flag indicating whether the Video is additional to those on the original Release of which this is a Version (=True) or not (=False).</xs:documentation>
|
2709
|
+
</xs:annotation>
|
2710
|
+
</xs:element>
|
2711
|
+
<xs:element name="NoSilenceBefore" type="xs:boolean" minOccurs="0">
|
2712
|
+
<xs:annotation>
|
2713
|
+
<xs:documentation>The Flag indicating whether the Video is preceded by a period of silence (=False) or not (=True).</xs:documentation>
|
2714
|
+
</xs:annotation>
|
2715
|
+
</xs:element>
|
2716
|
+
<xs:element name="NoSilenceAfter" type="xs:boolean" minOccurs="0">
|
2717
|
+
<xs:annotation>
|
2718
|
+
<xs:documentation>The Flag indicating whether the Video is followed by a period of silence (=False) or not (=True).</xs:documentation>
|
2719
|
+
</xs:annotation>
|
2720
|
+
</xs:element>
|
2721
|
+
<xs:element name="LanguageOfPerformance" type="iso639a2:LanguageCode" minOccurs="0">
|
2722
|
+
<xs:annotation>
|
2723
|
+
<xs:documentation>The Language of the Performance recorded in the Video (represented by an ISO 639-2 LanguageCode).</xs:documentation>
|
2724
|
+
</xs:annotation>
|
2725
|
+
</xs:element>
|
2726
|
+
<xs:element name="Duration" type="xs:duration">
|
2727
|
+
<xs:annotation>
|
2728
|
+
<xs:documentation>The Duration of the Video (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the string, e.g. one hour, two minutes and three seconds would be PT1H2M3S).</xs:documentation>
|
2729
|
+
</xs:annotation>
|
2730
|
+
</xs:element>
|
2731
|
+
<xs:element name="RightsAgreementId" type="ddexC:RightsAgreementId" minOccurs="0">
|
2732
|
+
<xs:annotation>
|
2733
|
+
<xs:documentation>A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the Video.</xs:documentation>
|
2734
|
+
</xs:annotation>
|
2735
|
+
</xs:element>
|
2736
|
+
<xs:element name="VideoCollectionReferenceList"
|
2737
|
+
type="ddexC:SoundRecordingCollectionReferenceList" minOccurs="0">
|
2738
|
+
<xs:annotation>
|
2739
|
+
<xs:documentation>A Composite containing details of one or more Collections. The referenced Collection has to be of CollectionType VideoChapter.</xs:documentation>
|
2740
|
+
</xs:annotation>
|
2741
|
+
</xs:element>
|
2742
|
+
<xs:element name="ResourceMusicalWorkReferenceList"
|
2743
|
+
type="ddexC:ResourceMusicalWorkReferenceList" minOccurs="0">
|
2744
|
+
<xs:annotation>
|
2745
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks contained in the Video.</xs:documentation>
|
2746
|
+
</xs:annotation>
|
2747
|
+
</xs:element>
|
2748
|
+
<xs:element name="ResourceContainedResourceReferenceList"
|
2749
|
+
type="ddexC:ResourceContainedResourceReferenceList" minOccurs="0">
|
2750
|
+
<xs:annotation>
|
2751
|
+
<xs:documentation>A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current Video.</xs:documentation>
|
2752
|
+
</xs:annotation>
|
2753
|
+
</xs:element>
|
2754
|
+
<xs:element name="CreationDate" type="ddexC:EventDate" minOccurs="0">
|
2755
|
+
<xs:annotation>
|
2756
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Video was created.</xs:documentation>
|
2757
|
+
</xs:annotation>
|
2758
|
+
</xs:element>
|
2759
|
+
<xs:element name="MasteredDate" type="ddexC:EventDate" minOccurs="0">
|
2760
|
+
<xs:annotation>
|
2761
|
+
<xs:documentation>A Composite containing details of the Date and Place of the Event in which the Video was originally mastered (in either analogue or digital form).</xs:documentation>
|
2762
|
+
</xs:annotation>
|
2763
|
+
</xs:element>
|
2764
|
+
<xs:element name="VideoDetailsByTerritory" type="ernm:VideoDetailsByTerritory"
|
2765
|
+
maxOccurs="unbounded">
|
2766
|
+
<xs:annotation>
|
2767
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of the Video which may vary according to Territory of release.</xs:documentation>
|
2768
|
+
</xs:annotation>
|
2769
|
+
</xs:element>
|
2770
|
+
</xs:sequence>
|
2771
|
+
<xs:attribute name="IsUpdated" type="xs:boolean" use="optional">
|
2772
|
+
<xs:annotation>
|
2773
|
+
<xs:documentation>The Flag indicating whether the Video Element was updated (=True) or not (=False). The Flag may only be used when the UpdateIndicator is set to UpdateMessage. When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided Video data with the now provided data.</xs:documentation>
|
2774
|
+
</xs:annotation>
|
2775
|
+
</xs:attribute>
|
2776
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2777
|
+
<xs:annotation>
|
2778
|
+
<xs:documentation>The Language and script for the Elements of the Video as defined in IETF RfC 4646. The default is the same as indicated for the containing composite. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2779
|
+
</xs:annotation>
|
2780
|
+
</xs:attribute>
|
2781
|
+
</xs:complexType>
|
2782
|
+
<xs:complexType name="VideoDetailsByTerritory">
|
2783
|
+
<xs:annotation>
|
2784
|
+
<xs:documentation>A Composite containing details of Descriptors and other attributes of a Video which may vary according to Territory of release.</xs:documentation>
|
2785
|
+
</xs:annotation>
|
2786
|
+
<xs:complexContent>
|
2787
|
+
<xs:extension base="ddexC:SoundRecordingDetailsByTerritory">
|
2788
|
+
<xs:sequence>
|
2789
|
+
<xs:element name="CourtesyLine" type="ddexC:CourtesyLine" minOccurs="0">
|
2790
|
+
<xs:annotation>
|
2791
|
+
<xs:documentation>A Composite containing an Annotation Annotation which acknowledges record companies and/or other Parties giving permission for guests Artists or others featured on the Video.</xs:documentation>
|
2792
|
+
</xs:annotation>
|
2793
|
+
</xs:element>
|
2794
|
+
<xs:element name="SequenceNumber" type="xs:string" minOccurs="0">
|
2795
|
+
<xs:annotation>
|
2796
|
+
<xs:documentation>The number indicating the order of the Video in a group of Videos in a Release.</xs:documentation>
|
2797
|
+
</xs:annotation>
|
2798
|
+
</xs:element>
|
2799
|
+
<xs:element name="HostSoundCarrier" type="ddexC:HostSoundCarrier" minOccurs="0"
|
2800
|
+
maxOccurs="unbounded">
|
2801
|
+
<xs:annotation>
|
2802
|
+
<xs:documentation>A Composite containing details of a HostSoundCarrier on which the Video appears (e.g., the CD on which it was originally released). This Composite exists in the ERN DdexMessageSuite, Main Profile, to support the identification and matching of Video information.</xs:documentation>
|
2803
|
+
</xs:annotation>
|
2804
|
+
</xs:element>
|
2805
|
+
<xs:element name="MarketingComment" type="ddexC:Comment" minOccurs="0">
|
2806
|
+
<xs:annotation>
|
2807
|
+
<xs:documentation>A Composite containing a Comment about the promotion and marketing of the Video.</xs:documentation>
|
2808
|
+
</xs:annotation>
|
2809
|
+
</xs:element>
|
2810
|
+
<xs:element name="Genre" type="ddexC:Genre" minOccurs="0" maxOccurs="unbounded">
|
2811
|
+
<xs:annotation>
|
2812
|
+
<xs:documentation>A Composite containing details of a Genre to which the Video belongs.</xs:documentation>
|
2813
|
+
</xs:annotation>
|
2814
|
+
</xs:element>
|
2815
|
+
<xs:element name="ParentalWarningType" type="ddexC:ParentalWarningType"
|
2816
|
+
minOccurs="0" maxOccurs="unbounded">
|
2817
|
+
<xs:annotation>
|
2818
|
+
<xs:documentation>A Composite containing details of the classification of the Video according to advice which it carries about the level of explicitness or offensiveness of its content.</xs:documentation>
|
2819
|
+
</xs:annotation>
|
2820
|
+
</xs:element>
|
2821
|
+
<xs:element name="AvRating" type="ddexC:AvRating" minOccurs="0"
|
2822
|
+
maxOccurs="unbounded">
|
2823
|
+
<xs:annotation>
|
2824
|
+
<xs:documentation>A Composite containing details of a rating for the Video.</xs:documentation>
|
2825
|
+
</xs:annotation>
|
2826
|
+
</xs:element>
|
2827
|
+
<xs:element name="FulfillmentDate" type="ddexC:FulfillmentDate" minOccurs="0">
|
2828
|
+
<xs:annotation>
|
2829
|
+
<xs:documentation>A Composite containing details of a FulfillmentDate.</xs:documentation>
|
2830
|
+
</xs:annotation>
|
2831
|
+
</xs:element>
|
2832
|
+
<xs:element name="Keywords" type="ddexC:Keywords" minOccurs="0">
|
2833
|
+
<xs:annotation>
|
2834
|
+
<xs:documentation>A Composite containing details of a Description of the Video containing Keywords.</xs:documentation>
|
2835
|
+
</xs:annotation>
|
2836
|
+
</xs:element>
|
2837
|
+
<xs:element name="Synopsis" type="ddexC:Synopsis" minOccurs="0">
|
2838
|
+
<xs:annotation>
|
2839
|
+
<xs:documentation>A Composite containing details of a Synopsis of the Video.</xs:documentation>
|
2840
|
+
</xs:annotation>
|
2841
|
+
</xs:element>
|
2842
|
+
<xs:element name="CLine" type="ddexC:CLine" minOccurs="0" maxOccurs="unbounded">
|
2843
|
+
<xs:annotation>
|
2844
|
+
<xs:documentation>A Composite containing details of the CLine for the Video.</xs:documentation>
|
2845
|
+
</xs:annotation>
|
2846
|
+
</xs:element>
|
2847
|
+
<xs:element name="TechnicalVideoDetails" type="ernm:TechnicalVideoDetails"
|
2848
|
+
minOccurs="0" maxOccurs="unbounded">
|
2849
|
+
<xs:annotation>
|
2850
|
+
<xs:documentation>A Composite containing technical details of the Video.</xs:documentation>
|
2851
|
+
</xs:annotation>
|
2852
|
+
</xs:element>
|
2853
|
+
<xs:element name="Character" type="ddexC:Character" minOccurs="0"
|
2854
|
+
maxOccurs="unbounded">
|
2855
|
+
<xs:annotation>
|
2856
|
+
<xs:documentation>A Composite containing details of a Character in the Video. A Character may be described through Name, Identifier and Roles.</xs:documentation>
|
2857
|
+
</xs:annotation>
|
2858
|
+
</xs:element>
|
2859
|
+
</xs:sequence>
|
2860
|
+
</xs:extension>
|
2861
|
+
</xs:complexContent>
|
2862
|
+
</xs:complexType>
|
2863
|
+
<xs:element name="MusicalWorkLicenseInformationMessage">
|
2864
|
+
<xs:annotation>
|
2865
|
+
<xs:documentation>A Message in the ERN MessageSuite, Main Profile, containing details of a MusicalWork utilised in a Release to aid licensing of such MusicalWorks.</xs:documentation>
|
2866
|
+
</xs:annotation>
|
2867
|
+
<xs:complexType>
|
2868
|
+
<xs:sequence>
|
2869
|
+
<xs:element name="MessageHeader" type="ddexC:MessageHeader">
|
2870
|
+
<xs:annotation>
|
2871
|
+
<xs:documentation>The MessageHeader for the MusicalWorkLicenseInformationMessage.</xs:documentation>
|
2872
|
+
</xs:annotation>
|
2873
|
+
</xs:element>
|
2874
|
+
<xs:element name="LicensedRelease" type="ernm:LicensedRelease" maxOccurs="unbounded">
|
2875
|
+
<xs:annotation>
|
2876
|
+
<xs:documentation>A Composite containing details of the Release containing the SoundRecordings.</xs:documentation>
|
2877
|
+
</xs:annotation>
|
2878
|
+
</xs:element>
|
2879
|
+
</xs:sequence>
|
2880
|
+
<xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
|
2881
|
+
<xs:annotation>
|
2882
|
+
<xs:documentation>The Identifier of the Version of the XML schema used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2883
|
+
</xs:annotation>
|
2884
|
+
</xs:attribute>
|
2885
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2886
|
+
<xs:annotation>
|
2887
|
+
<xs:documentation>The Language and script for the Elements of the MusicalWorkLicenseInformationMessage as defined in IETF RfC 4646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2888
|
+
</xs:annotation>
|
2889
|
+
</xs:attribute>
|
2890
|
+
</xs:complexType>
|
2891
|
+
</xs:element>
|
2892
|
+
<xs:element name="NewDealMessage">
|
2893
|
+
<xs:annotation>
|
2894
|
+
<xs:documentation>A Message in the ERN MessageSuite, Main Profile, containing details of one or more new Deals applicable to one or more Releases.</xs:documentation>
|
2895
|
+
</xs:annotation>
|
2896
|
+
<xs:complexType>
|
2897
|
+
<xs:sequence>
|
2898
|
+
<xs:element name="MessageHeader" type="ddexC:MessageHeader">
|
2899
|
+
<xs:annotation>
|
2900
|
+
<xs:documentation>The MessageHeader for the NewDealMessage.</xs:documentation>
|
2901
|
+
</xs:annotation>
|
2902
|
+
</xs:element>
|
2903
|
+
<xs:element name="ReleaseDeal" type="ernm:ReleaseDeal" maxOccurs="unbounded">
|
2904
|
+
<xs:annotation>
|
2905
|
+
<xs:documentation>A Composite containing details of one or more Deals pertaining to one or more Releases.</xs:documentation>
|
2906
|
+
</xs:annotation>
|
2907
|
+
</xs:element>
|
2908
|
+
</xs:sequence>
|
2909
|
+
<xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
|
2910
|
+
<xs:annotation>
|
2911
|
+
<xs:documentation>The Identifier of the Version of the XML schema used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2912
|
+
</xs:annotation>
|
2913
|
+
</xs:attribute>
|
2914
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2915
|
+
<xs:annotation>
|
2916
|
+
<xs:documentation>The Language and script for the Elements of the NewDealMessage as defined in IETF RfC 4646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2917
|
+
</xs:annotation>
|
2918
|
+
</xs:attribute>
|
2919
|
+
</xs:complexType>
|
2920
|
+
</xs:element>
|
2921
|
+
<xs:element name="NewReleaseMessage">
|
2922
|
+
<xs:annotation>
|
2923
|
+
<xs:documentation>A Message in the ERN MessageSuite, Main Profile, containing details of a new Release.</xs:documentation>
|
2924
|
+
</xs:annotation>
|
2925
|
+
<xs:complexType>
|
2926
|
+
<xs:sequence>
|
2927
|
+
<xs:element name="MessageHeader" type="ddexC:MessageHeader">
|
2928
|
+
<xs:annotation>
|
2929
|
+
<xs:documentation>The MessageHeader for the NewReleaseMessage.</xs:documentation>
|
2930
|
+
</xs:annotation>
|
2931
|
+
</xs:element>
|
2932
|
+
<xs:element name="UpdateIndicator" type="ddex:UpdateIndicator">
|
2933
|
+
<xs:annotation>
|
2934
|
+
<xs:documentation>The indicator which distinguishes whether the Message contains original data or updates to previously sent data.</xs:documentation>
|
2935
|
+
</xs:annotation>
|
2936
|
+
</xs:element>
|
2937
|
+
<xs:element name="WorkList" type="ddexC:WorkList" minOccurs="0">
|
2938
|
+
<xs:annotation>
|
2939
|
+
<xs:documentation>A Composite containing details of one or more MusicalWorks, a Performance of which is contained in the Resources of the NewReleaseMessage.</xs:documentation>
|
2940
|
+
</xs:annotation>
|
2941
|
+
</xs:element>
|
2942
|
+
<xs:element name="CueSheetList" type="ernm:CueSheetList" minOccurs="0">
|
2943
|
+
<xs:annotation>
|
2944
|
+
<xs:documentation>A Composite containing details of one or more CueSheets contained in Releases for which data is provided in the NewReleaseMessage.</xs:documentation>
|
2945
|
+
</xs:annotation>
|
2946
|
+
</xs:element>
|
2947
|
+
<xs:element name="ResourceList" type="ernm:ResourceList">
|
2948
|
+
<xs:annotation>
|
2949
|
+
<xs:documentation>A Composite containing details of one or more Resources.</xs:documentation>
|
2950
|
+
</xs:annotation>
|
2951
|
+
</xs:element>
|
2952
|
+
<xs:element name="CollectionList" type="ernm:CollectionList" minOccurs="0">
|
2953
|
+
<xs:annotation>
|
2954
|
+
<xs:documentation>A Composite containing details of one or more Collections contained in Releases for which data is provided in the NewReleaseMessage.</xs:documentation>
|
2955
|
+
</xs:annotation>
|
2956
|
+
</xs:element>
|
2957
|
+
<xs:element name="ReleaseList" type="ernm:ReleaseList">
|
2958
|
+
<xs:annotation>
|
2959
|
+
<xs:documentation>A Composite containing details of one or more DDEX Releases contained in the NewReleaseMessage.</xs:documentation>
|
2960
|
+
</xs:annotation>
|
2961
|
+
</xs:element>
|
2962
|
+
<xs:element name="DealList" type="ernm:DealList" minOccurs="0">
|
2963
|
+
<xs:annotation>
|
2964
|
+
<xs:documentation>A Composite containing details of one or more Deals governing the Usage of the Releases in the Message.</xs:documentation>
|
2965
|
+
</xs:annotation>
|
2966
|
+
</xs:element>
|
2967
|
+
</xs:sequence>
|
2968
|
+
<xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
|
2969
|
+
<xs:annotation>
|
2970
|
+
<xs:documentation>The Identifier of the Version of the XML schema used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2971
|
+
</xs:annotation>
|
2972
|
+
</xs:attribute>
|
2973
|
+
<xs:attribute name="LanguageAndScriptCode" type="xs:string" use="optional">
|
2974
|
+
<xs:annotation>
|
2975
|
+
<xs:documentation>The Language and script for the Elements of the NewReleaseMessage as defined in IETF RfC 4646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
|
2976
|
+
</xs:annotation>
|
2977
|
+
</xs:attribute>
|
2978
|
+
</xs:complexType>
|
2979
|
+
</xs:element>
|
2980
|
+
</xs:schema>
|