xsd-reader 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4078 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <xs:schema xmlns:mlc="http://ddex.net/xml/mlc/12"
3
+ xmlns:avs="http://ddex.net/xml/avs/avs"
4
+ xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
5
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
6
+ targetNamespace="http://ddex.net/xml/mlc/12"
7
+ elementFormDefault="unqualified"
8
+ attributeFormDefault="unqualified">
9
+ <xs:import namespace="http://www.w3.org/2000/09/xmldsig#"
10
+ schemaLocation="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd"/>
11
+ <xs:import namespace="http://ddex.net/xml/avs/avs"
12
+ schemaLocation="avs.xsd"/>
13
+ <xs:annotation>
14
+ <xs:documentation>© 2006-2015 Digital Data Exchange, LLC (DDEX)</xs:documentation>
15
+ <xs:documentation>This XML Schema Definition file is, together with all DDEX standards, subject to two licences: If you wish to evaluate whether the standard meets your needs please have a look at the Evaluation Licence at https://kb.ddex.net/display/HBK/Evaluation+Licence+for+DDEX+Standards. If you want to implement and use this DDEX standard, please take out an Implementation Licence. For details please go to http://ddex.net/apply-ddex-implementation-licence.</xs:documentation>
16
+ </xs:annotation>
17
+ <xs:element name="DeclarationOfSoundRecordingRightsClaimMessage">
18
+ <xs:annotation>
19
+ <xs:documentation source="ddex:Definition">A Message in the Music Licensing Company Message Suite Standard containing details of a SoundRecording. </xs:documentation>
20
+ </xs:annotation>
21
+ <xs:complexType>
22
+ <xs:sequence>
23
+ <xs:element name="MessageHeader" type="mlc:MessageHeader">
24
+ <xs:annotation>
25
+ <xs:documentation source="ddex:Definition">The MessageHeader for the DeclarationOfSoundRecordingRightsClaimMessage.</xs:documentation>
26
+ </xs:annotation>
27
+ </xs:element>
28
+ <xs:element name="MessageNotificationPeriod"
29
+ minOccurs="0"
30
+ type="mlc:MessageNotificationPeriod">
31
+ <xs:annotation>
32
+ <xs:documentation source="ddex:Definition">A Composite containing details of a reporting Period covered by the Message. It must contain at least one out of StartDate or EndDate. The StartDate must be earlier than the EndDate if both are provided.</xs:documentation>
33
+ </xs:annotation>
34
+ </xs:element>
35
+ <xs:element name="ResourceList" type="mlc:ResourceList">
36
+ <xs:annotation>
37
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Resources.</xs:documentation>
38
+ </xs:annotation>
39
+ </xs:element>
40
+ </xs:sequence>
41
+ <xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
42
+ <xs:annotation>
43
+ <xs:documentation source="ddex:Definition">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>
44
+ </xs:annotation>
45
+ </xs:attribute>
46
+ <xs:attribute name="BusinessProfileVersionId" type="xs:string">
47
+ <xs:annotation>
48
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the business profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
49
+ </xs:annotation>
50
+ </xs:attribute>
51
+ <xs:attribute name="ReleaseProfileVersionId" type="xs:string">
52
+ <xs:annotation>
53
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the release profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
54
+ </xs:annotation>
55
+ </xs:attribute>
56
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
57
+ <xs:annotation>
58
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the DeclarationOfSoundRecordingRightsClaimMessage as defined in IETF RfC 5646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
59
+ </xs:annotation>
60
+ </xs:attribute>
61
+ </xs:complexType>
62
+ </xs:element>
63
+ <xs:element name="RequestSoundRecordingInformationMessage">
64
+ <xs:annotation>
65
+ <xs:documentation source="ddex:Definition">A Message in the Music Licensing Company Message Suite Standard containing a request for a declaration of SoundRecordings. </xs:documentation>
66
+ </xs:annotation>
67
+ <xs:complexType>
68
+ <xs:sequence>
69
+ <xs:element name="MessageHeader" type="mlc:MessageHeader">
70
+ <xs:annotation>
71
+ <xs:documentation source="ddex:Definition">The MessageHeader for the RequestSoundRecordingInformationMessage.</xs:documentation>
72
+ </xs:annotation>
73
+ </xs:element>
74
+ <xs:element name="MessageNotificationPeriod"
75
+ minOccurs="0"
76
+ type="mlc:MessageNotificationPeriod">
77
+ <xs:annotation>
78
+ <xs:documentation source="ddex:Definition">A Composite containing details of a reporting Period covered by the Message. It must contain at least one out of StartDate or EndDate. The StartDate must be earlier than the EndDate if both are provided.</xs:documentation>
79
+ </xs:annotation>
80
+ </xs:element>
81
+ <xs:element name="RequestedSoundRecording"
82
+ minOccurs="0"
83
+ maxOccurs="unbounded"
84
+ type="mlc:RequestedSoundRecording">
85
+ <xs:annotation>
86
+ <xs:documentation source="ddex:Definition">A Composite containing details of a requested SoundRecording.</xs:documentation>
87
+ </xs:annotation>
88
+ </xs:element>
89
+ </xs:sequence>
90
+ <xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
91
+ <xs:annotation>
92
+ <xs:documentation source="ddex:Definition">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>
93
+ </xs:annotation>
94
+ </xs:attribute>
95
+ <xs:attribute name="BusinessProfileVersionId" type="xs:string">
96
+ <xs:annotation>
97
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the business profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
98
+ </xs:annotation>
99
+ </xs:attribute>
100
+ <xs:attribute name="ReleaseProfileVersionId" type="xs:string">
101
+ <xs:annotation>
102
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the release profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
103
+ </xs:annotation>
104
+ </xs:attribute>
105
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
106
+ <xs:annotation>
107
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the RequestSoundRecordingInformationMessage as defined in IETF RfC 5646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
108
+ </xs:annotation>
109
+ </xs:attribute>
110
+ </xs:complexType>
111
+ </xs:element>
112
+ <xs:element name="RevokeSoundRecordingRightsClaimMessage">
113
+ <xs:annotation>
114
+ <xs:documentation source="ddex:Definition">A Message in the Music Licensing Company Message Suite Standard in which a claim, typically communicated via a DeclarationOfSoundRecordingRightsClaimMessage, is revoked. </xs:documentation>
115
+ </xs:annotation>
116
+ <xs:complexType>
117
+ <xs:sequence>
118
+ <xs:element name="MessageHeader" type="mlc:MessageHeader">
119
+ <xs:annotation>
120
+ <xs:documentation source="ddex:Definition">The MessageHeader for the RevokeSoundRecordingRightsClaimMessage.</xs:documentation>
121
+ </xs:annotation>
122
+ </xs:element>
123
+ <xs:element name="MessageNotificationPeriod"
124
+ minOccurs="0"
125
+ type="mlc:MessageNotificationPeriod">
126
+ <xs:annotation>
127
+ <xs:documentation source="ddex:Definition">A Composite containing details of a reporting Period covered by the Message. It must contain at least one out of StartDate or EndDate. The StartDate must be earlier than the EndDate if both are provided.</xs:documentation>
128
+ </xs:annotation>
129
+ </xs:element>
130
+ <xs:element name="SoundRecordingId"
131
+ minOccurs="0"
132
+ maxOccurs="unbounded"
133
+ type="mlc:SoundRecordingId">
134
+ <xs:annotation>
135
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingId.</xs:documentation>
136
+ </xs:annotation>
137
+ </xs:element>
138
+ </xs:sequence>
139
+ <xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
140
+ <xs:annotation>
141
+ <xs:documentation source="ddex:Definition">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>
142
+ </xs:annotation>
143
+ </xs:attribute>
144
+ <xs:attribute name="BusinessProfileVersionId" type="xs:string">
145
+ <xs:annotation>
146
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the business profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
147
+ </xs:annotation>
148
+ </xs:attribute>
149
+ <xs:attribute name="ReleaseProfileVersionId" type="xs:string">
150
+ <xs:annotation>
151
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the release profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
152
+ </xs:annotation>
153
+ </xs:attribute>
154
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
155
+ <xs:annotation>
156
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the RevokeSoundRecordingRightsClaimMessage as defined in IETF RfC 5646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
157
+ </xs:annotation>
158
+ </xs:attribute>
159
+ </xs:complexType>
160
+ </xs:element>
161
+ <xs:element name="SalesReportMessage">
162
+ <xs:annotation>
163
+ <xs:documentation source="ddex:Definition">A Message in the Music Licensing Company Message Suite Standard used by one Music Licensing Company to inform a second Music Licensing Company about unit sales of Releases in electronic or physical formats.</xs:documentation>
164
+ </xs:annotation>
165
+ <xs:complexType>
166
+ <xs:sequence>
167
+ <xs:element name="MessageHeader" type="mlc:MessageHeader">
168
+ <xs:annotation>
169
+ <xs:documentation source="ddex:Definition">The MessageHeader for the SalesReportMessage.</xs:documentation>
170
+ </xs:annotation>
171
+ </xs:element>
172
+ <xs:element name="SalesReport" maxOccurs="unbounded" type="mlc:SalesReport">
173
+ <xs:annotation>
174
+ <xs:documentation source="ddex:Definition">A Composite containing details of SalesTransactions by a distribution partner reported to a record company.</xs:documentation>
175
+ </xs:annotation>
176
+ </xs:element>
177
+ <xs:element name="NumberOfSalesTransactionRecords" type="xs:integer">
178
+ <xs:annotation>
179
+ <xs:documentation source="ddex:Definition">The check number which identifies the number of SalesTransaction records contained in the SalesReportMessage.</xs:documentation>
180
+ </xs:annotation>
181
+ </xs:element>
182
+ </xs:sequence>
183
+ <xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
184
+ <xs:annotation>
185
+ <xs:documentation source="ddex:Definition">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>
186
+ </xs:annotation>
187
+ </xs:attribute>
188
+ <xs:attribute name="BusinessProfileVersionId" type="xs:string">
189
+ <xs:annotation>
190
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the business profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
191
+ </xs:annotation>
192
+ </xs:attribute>
193
+ <xs:attribute name="ReleaseProfileVersionId" type="xs:string">
194
+ <xs:annotation>
195
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the release profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
196
+ </xs:annotation>
197
+ </xs:attribute>
198
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
199
+ <xs:annotation>
200
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the SalesReportMessage as defined in IETF RfC 5646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
201
+ </xs:annotation>
202
+ </xs:attribute>
203
+ </xs:complexType>
204
+ </xs:element>
205
+ <xs:element name="DeclarationOfRevenueMessage">
206
+ <xs:annotation>
207
+ <xs:documentation source="ddex:Definition">A Message in the Music Licensing Company Message Suite Standard containing a declaration of Revenue from the usage of Releases. </xs:documentation>
208
+ </xs:annotation>
209
+ <xs:complexType>
210
+ <xs:sequence>
211
+ <xs:element name="MessageHeader" type="mlc:MessageHeader">
212
+ <xs:annotation>
213
+ <xs:documentation source="ddex:Definition">The MessageHeader for the DeclarationOfRevenueMessage.</xs:documentation>
214
+ </xs:annotation>
215
+ </xs:element>
216
+ <xs:element name="RevenueDeclaration"
217
+ maxOccurs="unbounded"
218
+ type="mlc:RevenueDeclaration">
219
+ <xs:annotation>
220
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Revenue declarations for a SoundRecording.</xs:documentation>
221
+ </xs:annotation>
222
+ </xs:element>
223
+ <xs:element name="NumberOfRevenueByUsageRecords" type="xs:integer">
224
+ <xs:annotation>
225
+ <xs:documentation source="ddex:Definition">The check number which identifies the number of RevenueByUsage records contained in the DeclarationOfRevenueMessage.</xs:documentation>
226
+ </xs:annotation>
227
+ </xs:element>
228
+ </xs:sequence>
229
+ <xs:attribute name="MessageSchemaVersionId" type="xs:string" use="required">
230
+ <xs:annotation>
231
+ <xs:documentation source="ddex:Definition">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>
232
+ </xs:annotation>
233
+ </xs:attribute>
234
+ <xs:attribute name="BusinessProfileVersionId" type="xs:string">
235
+ <xs:annotation>
236
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the business profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
237
+ </xs:annotation>
238
+ </xs:attribute>
239
+ <xs:attribute name="ReleaseProfileVersionId" type="xs:string">
240
+ <xs:annotation>
241
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the release profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
242
+ </xs:annotation>
243
+ </xs:attribute>
244
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
245
+ <xs:annotation>
246
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the DeclarationOfRevenueMessage as defined in IETF RfC 5646. Language and Script are provided as lang[-scipt][-region][-variant]. This is represented in an XML schema as an XML Attribute.</xs:documentation>
247
+ </xs:annotation>
248
+ </xs:attribute>
249
+ </xs:complexType>
250
+ </xs:element>
251
+ <xs:element name="ManifestMessage">
252
+ <xs:annotation>
253
+ <xs:documentation source="ddex:Definition">A Message in the Music Licensing Company Message Suite Standard that is sent to document the FTP transfer of a batch of Messages.</xs:documentation>
254
+ </xs:annotation>
255
+ <xs:complexType>
256
+ <xs:sequence>
257
+ <xs:element name="FtpMessageHeader" type="mlc:FtpMessageHeader">
258
+ <xs:annotation>
259
+ <xs:documentation source="ddex:Definition">The MessageHeader for the ManifestMessage.</xs:documentation>
260
+ </xs:annotation>
261
+ </xs:element>
262
+ <xs:element name="IsTestFlag" type="xs:boolean">
263
+ <xs:annotation>
264
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Message is a TestMessage (=true) or a LiveMessage (=false).</xs:documentation>
265
+ </xs:annotation>
266
+ </xs:element>
267
+ <xs:element name="RootDirectory" type="xs:string">
268
+ <xs:annotation>
269
+ <xs:documentation source="ddex:Definition">An Identifier of the root directory of all Messages in the batch communicated through the ManifestMessage.</xs:documentation>
270
+ </xs:annotation>
271
+ </xs:element>
272
+ <xs:element name="NumberOfMessages" type="xs:integer">
273
+ <xs:annotation>
274
+ <xs:documentation source="ddex:Definition">The number of Messages in the batch communicated through the ManifestMessage.</xs:documentation>
275
+ </xs:annotation>
276
+ </xs:element>
277
+ <xs:element name="MessageInBatch"
278
+ maxOccurs="unbounded"
279
+ type="mlc:MessageInBatch">
280
+ <xs:annotation>
281
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Message in the batch.</xs:documentation>
282
+ </xs:annotation>
283
+ </xs:element>
284
+ </xs:sequence>
285
+ <xs:attribute name="BusinessProfileVersionId" type="xs:string">
286
+ <xs:annotation>
287
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the business profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
288
+ </xs:annotation>
289
+ </xs:attribute>
290
+ <xs:attribute name="ReleaseProfileVersionId" type="xs:string">
291
+ <xs:annotation>
292
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the release profile used for the Message. This is represented in an XML schema as an XML Attribute.</xs:documentation>
293
+ </xs:annotation>
294
+ </xs:attribute>
295
+ </xs:complexType>
296
+ </xs:element>
297
+ <xs:complexType name="DetailedArtist">
298
+ <xs:annotation>
299
+ <xs:documentation source="ddex:Definition">A Composite containing details of an Artist. An Artist may be described through Name, Identifier and Roles.</xs:documentation>
300
+ </xs:annotation>
301
+ <xs:sequence>
302
+ <xs:choice>
303
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
304
+ <xs:annotation>
305
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
306
+ </xs:annotation>
307
+ </xs:element>
308
+ <xs:sequence>
309
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
310
+ <xs:annotation>
311
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
312
+ </xs:annotation>
313
+ </xs:element>
314
+ <xs:element name="PartyId"
315
+ minOccurs="0"
316
+ maxOccurs="unbounded"
317
+ type="mlc:PartyId">
318
+ <xs:annotation>
319
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
320
+ </xs:annotation>
321
+ </xs:element>
322
+ </xs:sequence>
323
+ </xs:choice>
324
+ <xs:element name="InstrumentType"
325
+ minOccurs="0"
326
+ maxOccurs="unbounded"
327
+ type="xs:string">
328
+ <xs:annotation>
329
+ <xs:documentation source="ddex:Definition">A Type of musical instrument played by the Artist.</xs:documentation>
330
+ </xs:annotation>
331
+ </xs:element>
332
+ <xs:element name="ArtistDelegatedUsageRights"
333
+ minOccurs="0"
334
+ type="mlc:ArtistDelegatedUsageRights">
335
+ <xs:annotation>
336
+ <xs:documentation source="ddex:Definition">A Composite containing details of the kinds of usage for which rights have been delegated by the Artist.</xs:documentation>
337
+ </xs:annotation>
338
+ </xs:element>
339
+ <xs:element name="Sex" minOccurs="0" type="avs:Sex">
340
+ <xs:annotation>
341
+ <xs:documentation source="ddex:Definition">The sex of the Artist.</xs:documentation>
342
+ </xs:annotation>
343
+ </xs:element>
344
+ <xs:element name="Nationality"
345
+ minOccurs="0"
346
+ maxOccurs="unbounded"
347
+ type="mlc:AllTerritoryCode">
348
+ <xs:annotation>
349
+ <xs:documentation source="ddex:Definition">The nationality of the Artist. The use of ISO TerritoryCodes is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
350
+ </xs:annotation>
351
+ </xs:element>
352
+ <xs:element name="DateAndPlaceOfBirth" minOccurs="0" type="mlc:EventDate">
353
+ <xs:annotation>
354
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of birth. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
355
+ </xs:annotation>
356
+ </xs:element>
357
+ <xs:element name="DateAndPlaceOfDeath" minOccurs="0" type="mlc:EventDate">
358
+ <xs:annotation>
359
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of death. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
360
+ </xs:annotation>
361
+ </xs:element>
362
+ <xs:element name="PrimaryRole" minOccurs="0" type="mlc:ArtistRole">
363
+ <xs:annotation>
364
+ <xs:documentation source="ddex:Definition">A Composite containing details of the primary role played by the Artist in relation to other Artists.</xs:documentation>
365
+ </xs:annotation>
366
+ </xs:element>
367
+ <xs:element name="Performance"
368
+ minOccurs="0"
369
+ maxOccurs="unbounded"
370
+ type="mlc:Performance">
371
+ <xs:annotation>
372
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of a Performance.</xs:documentation>
373
+ </xs:annotation>
374
+ </xs:element>
375
+ <xs:element name="PrimaryInstrumentType" minOccurs="0" type="xs:string">
376
+ <xs:annotation>
377
+ <xs:documentation source="ddex:Definition">A Type of (musical) instrument primarily played by the Artist.</xs:documentation>
378
+ </xs:annotation>
379
+ </xs:element>
380
+ <xs:element name="GoverningAgreementType"
381
+ minOccurs="0"
382
+ type="mlc:GoverningAgreementType">
383
+ <xs:annotation>
384
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Type of an agreement that covers the Artist's participation in making a SoundRecording.</xs:documentation>
385
+ </xs:annotation>
386
+ </xs:element>
387
+ <xs:element name="ContactInformation" minOccurs="0" type="mlc:ContactId">
388
+ <xs:annotation>
389
+ <xs:documentation source="ddex:Definition">A Composite containing details of contact Identifiers of the Artist.</xs:documentation>
390
+ </xs:annotation>
391
+ </xs:element>
392
+ <xs:element name="TerritoryOfResidency"
393
+ minOccurs="0"
394
+ maxOccurs="unbounded"
395
+ type="mlc:AllTerritoryCode">
396
+ <xs:annotation>
397
+ <xs:documentation source="ddex:Definition">The country of main residency of the Artist.</xs:documentation>
398
+ </xs:annotation>
399
+ </xs:element>
400
+ <xs:element name="AdditionalRoles"
401
+ minOccurs="0"
402
+ maxOccurs="unbounded"
403
+ type="mlc:ArtistRole">
404
+ <xs:annotation>
405
+ <xs:documentation source="ddex:Definition">A Composite containing details of the additional roles played by the Artist.</xs:documentation>
406
+ </xs:annotation>
407
+ </xs:element>
408
+ <xs:element name="Genre"
409
+ minOccurs="0"
410
+ maxOccurs="unbounded"
411
+ type="mlc:Genre">
412
+ <xs:annotation>
413
+ <xs:documentation source="ddex:Definition">A Composite containing details of a typical or main Genre relating to the Artist.</xs:documentation>
414
+ </xs:annotation>
415
+ </xs:element>
416
+ <xs:element name="Membership"
417
+ minOccurs="0"
418
+ maxOccurs="unbounded"
419
+ type="mlc:Membership">
420
+ <xs:annotation>
421
+ <xs:documentation source="ddex:Definition">A Composite containing details of a membership in a collective rights management organization.</xs:documentation>
422
+ </xs:annotation>
423
+ </xs:element>
424
+ </xs:sequence>
425
+ <xs:attribute name="SequenceNumber" type="xs:integer">
426
+ <xs:annotation>
427
+ <xs:documentation source="ddex:Definition">The number indicating the order of the Artist in a group of Artists. This is represented in an XML schema as an XML Attribute. </xs:documentation>
428
+ </xs:annotation>
429
+ </xs:attribute>
430
+ </xs:complexType>
431
+ <xs:complexType name="HostSoundCarrier">
432
+ <xs:annotation>
433
+ <xs:documentation source="ddex:Definition">A Composite containing details of a HostSoundCarrier of a SoundRecording. This Composite exists to support the identification and matching of SoundRecording information.</xs:documentation>
434
+ </xs:annotation>
435
+ <xs:sequence>
436
+ <xs:element name="ReleaseId"
437
+ minOccurs="0"
438
+ maxOccurs="unbounded"
439
+ type="mlc:ReleaseId">
440
+ <xs:annotation>
441
+ <xs:documentation source="ddex:Definition">A Composite containing details of ReleaseIds of the HostSoundCarrier. If available, a GRid has to be used. If the HostSoundCarrier contains only one SoundRecording, the ISRC of the SoundRecording may be used instead.</xs:documentation>
442
+ </xs:annotation>
443
+ </xs:element>
444
+ <xs:element name="RightsAgreementId" minOccurs="0" type="mlc:RightsAgreementId">
445
+ <xs:annotation>
446
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the HostSoundCarrier.</xs:documentation>
447
+ </xs:annotation>
448
+ </xs:element>
449
+ <xs:element name="Title"
450
+ minOccurs="0"
451
+ maxOccurs="unbounded"
452
+ type="mlc:Title">
453
+ <xs:annotation>
454
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Title of the HostSoundCarrier.</xs:documentation>
455
+ </xs:annotation>
456
+ </xs:element>
457
+ <xs:element name="DisplayArtist"
458
+ minOccurs="0"
459
+ maxOccurs="unbounded"
460
+ type="mlc:Artist">
461
+ <xs:annotation>
462
+ <xs:documentation source="ddex:Definition">A Composite containing details of the DisplayArtist for the HostSoundCarrier. The DisplayArtist may be described through Name, Identifier and Roles.</xs:documentation>
463
+ </xs:annotation>
464
+ </xs:element>
465
+ <xs:element name="AdministratingRecordCompany"
466
+ minOccurs="0"
467
+ maxOccurs="unbounded"
468
+ type="mlc:AdministratingRecordCompany">
469
+ <xs:annotation>
470
+ <xs:documentation source="ddex:Definition">A Composite containing details of the AdministratingRecordCompany for the Rights in the HostSoundCarrier.</xs:documentation>
471
+ </xs:annotation>
472
+ </xs:element>
473
+ <xs:element name="TrackNumber" minOccurs="0" type="xs:string">
474
+ <xs:annotation>
475
+ <xs:documentation source="ddex:Definition">The TrackNumber of the SoundRecording within the HostSoundCarrier.</xs:documentation>
476
+ </xs:annotation>
477
+ </xs:element>
478
+ <xs:element name="VolumeNumberInSet" minOccurs="0" type="xs:string">
479
+ <xs:annotation>
480
+ <xs:documentation source="ddex:Definition">The SequenceNumber within the Set of the volume containing the SoundRecording, where the HostSoundCarrier is a Set (such as a 'box set' of CDs).</xs:documentation>
481
+ </xs:annotation>
482
+ </xs:element>
483
+ <xs:element name="SideNumber" minOccurs="0" type="xs:string">
484
+ <xs:annotation>
485
+ <xs:documentation source="ddex:Definition">The SideNumber of the SoundRecording within the Release.</xs:documentation>
486
+ </xs:annotation>
487
+ </xs:element>
488
+ <xs:element name="CarrierType" minOccurs="0" type="mlc:CarrierType">
489
+ <xs:annotation>
490
+ <xs:documentation source="ddex:Definition">A Composite containing details of the HostSoundCarrier.</xs:documentation>
491
+ </xs:annotation>
492
+ </xs:element>
493
+ <xs:element name="LabelName"
494
+ minOccurs="0"
495
+ maxOccurs="unbounded"
496
+ type="mlc:LabelName">
497
+ <xs:annotation>
498
+ <xs:documentation source="ddex:Definition">A Composite containing the Name of the Label for the Release. The use of multiple LabelNames is discouraged unless used to communicate label names in different languages and/or scripts.</xs:documentation>
499
+ </xs:annotation>
500
+ </xs:element>
501
+ <xs:element name="NumberOfSoundRecordingsClaimedInCarrier" type="xs:integer">
502
+ <xs:annotation>
503
+ <xs:documentation source="ddex:Definition">The number of SoundRecordings that are claimed.</xs:documentation>
504
+ </xs:annotation>
505
+ </xs:element>
506
+ <xs:element name="NumberOfDisks" minOccurs="0" type="xs:integer">
507
+ <xs:annotation>
508
+ <xs:documentation source="ddex:Definition">The number of disks comprised by the HostSoundCarrier.</xs:documentation>
509
+ </xs:annotation>
510
+ </xs:element>
511
+ <xs:element name="CompilationType" minOccurs="0" type="avs:CompilationType">
512
+ <xs:annotation>
513
+ <xs:documentation source="ddex:Definition">A Type of Compilation.</xs:documentation>
514
+ </xs:annotation>
515
+ </xs:element>
516
+ <xs:element name="ReleaseType" minOccurs="0" type="mlc:ReleaseType">
517
+ <xs:annotation>
518
+ <xs:documentation source="ddex:Definition">A Composite containing details of the form in which a ReleaseCreator anticipates offering the Release to Consumers.</xs:documentation>
519
+ </xs:annotation>
520
+ </xs:element>
521
+ <xs:element name="IsPhysicalDistribution" minOccurs="0" type="xs:boolean">
522
+ <xs:annotation>
523
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the HostSoundCarrier is physical or digital/electronic (=true) or not (=false).</xs:documentation>
524
+ </xs:annotation>
525
+ </xs:element>
526
+ <xs:element name="PLine" minOccurs="0" type="mlc:PLine">
527
+ <xs:annotation>
528
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PLine for the SoundRecording.</xs:documentation>
529
+ </xs:annotation>
530
+ </xs:element>
531
+ <xs:element name="CLine" minOccurs="0" type="mlc:CLine">
532
+ <xs:annotation>
533
+ <xs:documentation source="ddex:Definition">A Composite containing details of the CLine for the SoundRecording.</xs:documentation>
534
+ </xs:annotation>
535
+ </xs:element>
536
+ <xs:element name="ReleaseDate" minOccurs="0" type="mlc:EventDate">
537
+ <xs:annotation>
538
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the Release is made available for Usage. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
539
+ </xs:annotation>
540
+ </xs:element>
541
+ <xs:element name="ReleasingCompany" minOccurs="0" type="mlc:PartyDescriptor">
542
+ <xs:annotation>
543
+ <xs:documentation source="ddex:Definition">A Composite containing details of the company that is releasing the HostSoundCarrier.</xs:documentation>
544
+ </xs:annotation>
545
+ </xs:element>
546
+ <xs:element name="DistributingCompany" minOccurs="0" type="mlc:PartyDescriptor">
547
+ <xs:annotation>
548
+ <xs:documentation source="ddex:Definition">A Composite containing details of the company that is distributing the HostSoundCarrier.</xs:documentation>
549
+ </xs:annotation>
550
+ </xs:element>
551
+ <xs:element name="CdProtectionType" minOccurs="0" type="mlc:CdProtectionType">
552
+ <xs:annotation>
553
+ <xs:documentation source="ddex:Definition">A Composite containing details of a CdProtectionType.</xs:documentation>
554
+ </xs:annotation>
555
+ </xs:element>
556
+ <xs:element name="RecordingMode" minOccurs="0" type="avs:RecordingMode">
557
+ <xs:annotation>
558
+ <xs:documentation source="ddex:Definition">A RecordingMode.</xs:documentation>
559
+ </xs:annotation>
560
+ </xs:element>
561
+ <xs:element name="DigitizationMode" minOccurs="0" type="avs:DigitizationMode">
562
+ <xs:annotation>
563
+ <xs:documentation source="ddex:Definition">A DigitizationMode.</xs:documentation>
564
+ </xs:annotation>
565
+ </xs:element>
566
+ <xs:element name="IsHiddenResource" minOccurs="0" type="xs:boolean">
567
+ <xs:annotation>
568
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is hidden in some way from the Consumer (=true) or not (=false).</xs:documentation>
569
+ </xs:annotation>
570
+ </xs:element>
571
+ <xs:element name="IsBonusResource" minOccurs="0" type="xs:boolean">
572
+ <xs:annotation>
573
+ <xs:documentation source="ddex:Definition">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>
574
+ </xs:annotation>
575
+ </xs:element>
576
+ <xs:element name="IsInternalCompilation" minOccurs="0" type="xs:boolean">
577
+ <xs:annotation>
578
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the HostSoundCarrier is a compilation where all tracks are owned by the issuing record company (=true) or not (=false).</xs:documentation>
579
+ </xs:annotation>
580
+ </xs:element>
581
+ </xs:sequence>
582
+ </xs:complexType>
583
+ <xs:complexType name="MessageInBatch">
584
+ <xs:annotation>
585
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Music Licensing Company Message in a Batch.</xs:documentation>
586
+ </xs:annotation>
587
+ <xs:sequence>
588
+ <xs:element name="MessageType" type="avs:MlcMessageType">
589
+ <xs:annotation>
590
+ <xs:documentation source="ddex:Definition">The Type of Message.</xs:documentation>
591
+ </xs:annotation>
592
+ </xs:element>
593
+ <xs:element name="MessageId" type="xs:string">
594
+ <xs:annotation>
595
+ <xs:documentation source="ddex:Definition">An Identifier of the Message.</xs:documentation>
596
+ </xs:annotation>
597
+ </xs:element>
598
+ <xs:element name="URL" type="xs:string">
599
+ <xs:annotation>
600
+ <xs:documentation source="ddex:Definition">A URL of the Message.</xs:documentation>
601
+ </xs:annotation>
602
+ </xs:element>
603
+ </xs:sequence>
604
+ </xs:complexType>
605
+ <xs:complexType name="Producer">
606
+ <xs:annotation>
607
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Producer. A Producer may be described through Name and Identifier.</xs:documentation>
608
+ </xs:annotation>
609
+ <xs:sequence>
610
+ <xs:choice>
611
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
612
+ <xs:annotation>
613
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
614
+ </xs:annotation>
615
+ </xs:element>
616
+ <xs:sequence>
617
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
618
+ <xs:annotation>
619
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
620
+ </xs:annotation>
621
+ </xs:element>
622
+ <xs:element name="PartyId"
623
+ minOccurs="0"
624
+ maxOccurs="unbounded"
625
+ type="mlc:PartyId">
626
+ <xs:annotation>
627
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
628
+ </xs:annotation>
629
+ </xs:element>
630
+ </xs:sequence>
631
+ </xs:choice>
632
+ <xs:element name="TerritoryCode"
633
+ minOccurs="0"
634
+ maxOccurs="unbounded"
635
+ type="mlc:AllTerritoryCode">
636
+ <xs:annotation>
637
+ <xs:documentation source="ddex:Definition">A Territory of the Producer. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
638
+ </xs:annotation>
639
+ </xs:element>
640
+ </xs:sequence>
641
+ </xs:complexType>
642
+ <xs:complexType name="ReportedUsage">
643
+ <xs:annotation>
644
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Usages for a Resource.</xs:documentation>
645
+ </xs:annotation>
646
+ <xs:sequence>
647
+ <xs:element name="RecipientRevenueType" type="avs:RecipientRevenueType">
648
+ <xs:annotation>
649
+ <xs:documentation source="ddex:Definition">A Type of Revenue according to the recipient of the payment.</xs:documentation>
650
+ </xs:annotation>
651
+ </xs:element>
652
+ <xs:element name="RevenueSourceType" type="avs:RevenueSourceType">
653
+ <xs:annotation>
654
+ <xs:documentation source="ddex:Definition">A Type of Revenue earned by the SoundRecording, according to the way the Revenue is generated.</xs:documentation>
655
+ </xs:annotation>
656
+ </xs:element>
657
+ <xs:element name="UsagePeriod" type="mlc:Period">
658
+ <xs:annotation>
659
+ <xs:documentation source="ddex:Definition">A Composite containing details about the Period of Time for which a usage is reported.</xs:documentation>
660
+ </xs:annotation>
661
+ </xs:element>
662
+ <xs:element name="RevenueByUsage"
663
+ maxOccurs="unbounded"
664
+ type="mlc:RevenueByUsage">
665
+ <xs:annotation>
666
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Revenue specified for a UseType.</xs:documentation>
667
+ </xs:annotation>
668
+ </xs:element>
669
+ </xs:sequence>
670
+ </xs:complexType>
671
+ <xs:complexType name="RequestedSoundRecording">
672
+ <xs:annotation>
673
+ <xs:documentation source="ddex:Definition">A Composite containing details of a requested SoundRecording.</xs:documentation>
674
+ </xs:annotation>
675
+ <xs:sequence>
676
+ <xs:element name="SoundRecordingId" minOccurs="0" type="mlc:SoundRecordingId">
677
+ <xs:annotation>
678
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingId.</xs:documentation>
679
+ </xs:annotation>
680
+ </xs:element>
681
+ <xs:element name="ReferenceTitle" minOccurs="0" type="mlc:ReferenceTitle">
682
+ <xs:annotation>
683
+ <xs:documentation source="ddex:Definition">A Composite containing details of the ReferenceTitle of the SoundRecording.</xs:documentation>
684
+ </xs:annotation>
685
+ </xs:element>
686
+ <xs:element name="ResourceContributor"
687
+ minOccurs="0"
688
+ maxOccurs="unbounded"
689
+ type="mlc:PartyDescriptor">
690
+ <xs:annotation>
691
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Contributor to the SoundRecording.</xs:documentation>
692
+ </xs:annotation>
693
+ </xs:element>
694
+ </xs:sequence>
695
+ </xs:complexType>
696
+ <xs:complexType name="ResourceContributor">
697
+ <xs:annotation>
698
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Name, Identifier and role(s) of a Contributor to a Resource.</xs:documentation>
699
+ </xs:annotation>
700
+ <xs:sequence>
701
+ <xs:choice>
702
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
703
+ <xs:annotation>
704
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
705
+ </xs:annotation>
706
+ </xs:element>
707
+ <xs:sequence>
708
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
709
+ <xs:annotation>
710
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
711
+ </xs:annotation>
712
+ </xs:element>
713
+ <xs:element name="PartyId"
714
+ minOccurs="0"
715
+ maxOccurs="unbounded"
716
+ type="mlc:PartyId">
717
+ <xs:annotation>
718
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
719
+ </xs:annotation>
720
+ </xs:element>
721
+ </xs:sequence>
722
+ </xs:choice>
723
+ <xs:element name="ResourceContributorRole"
724
+ minOccurs="0"
725
+ maxOccurs="unbounded"
726
+ type="mlc:ResourceContributorRole">
727
+ <xs:annotation>
728
+ <xs:documentation source="ddex:Definition">A Composite containing details of a role played by the Contributor.</xs:documentation>
729
+ </xs:annotation>
730
+ </xs:element>
731
+ <xs:element name="IsFeaturedArtist" minOccurs="0" type="xs:boolean">
732
+ <xs:annotation>
733
+ <xs:documentation source="ddex:Definition">A Flag indicating whether the Contributor is a featured Artist (=true) or not (=false).</xs:documentation>
734
+ </xs:annotation>
735
+ </xs:element>
736
+ <xs:element name="IsContractedArtist" minOccurs="0" type="xs:boolean">
737
+ <xs:annotation>
738
+ <xs:documentation source="ddex:Definition">A Flag indicating whether the Contributor is an Artist that has a contract for its part in creating the Resource (=true) or not (=false).</xs:documentation>
739
+ </xs:annotation>
740
+ </xs:element>
741
+ <xs:element name="InstrumentType"
742
+ minOccurs="0"
743
+ maxOccurs="unbounded"
744
+ type="xs:string">
745
+ <xs:annotation>
746
+ <xs:documentation source="ddex:Definition">A Type of musical instrument played by the Artist.</xs:documentation>
747
+ </xs:annotation>
748
+ </xs:element>
749
+ <xs:element name="ArtistDelegatedUsageRights"
750
+ minOccurs="0"
751
+ type="mlc:ArtistDelegatedUsageRights">
752
+ <xs:annotation>
753
+ <xs:documentation source="ddex:Definition">A Composite containing details of the kinds of usage for which rights have been delegated by the Artist.</xs:documentation>
754
+ </xs:annotation>
755
+ </xs:element>
756
+ <xs:element name="Sex" minOccurs="0" type="avs:Sex">
757
+ <xs:annotation>
758
+ <xs:documentation source="ddex:Definition">The sex of the Contributor.</xs:documentation>
759
+ </xs:annotation>
760
+ </xs:element>
761
+ <xs:element name="Nationality"
762
+ minOccurs="0"
763
+ maxOccurs="unbounded"
764
+ type="mlc:ddexC_CurrentTerritoryCode">
765
+ <xs:annotation>
766
+ <xs:documentation source="ddex:Definition">The nationality of the Contributor.</xs:documentation>
767
+ </xs:annotation>
768
+ </xs:element>
769
+ <xs:element name="DateAndPlaceOfBirth" minOccurs="0" type="mlc:EventDate">
770
+ <xs:annotation>
771
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of birth. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
772
+ </xs:annotation>
773
+ </xs:element>
774
+ <xs:element name="DateAndPlaceOfDeath" minOccurs="0" type="mlc:EventDate">
775
+ <xs:annotation>
776
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of death. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
777
+ </xs:annotation>
778
+ </xs:element>
779
+ <xs:element name="PrimaryRole" minOccurs="0" type="mlc:ArtistRole">
780
+ <xs:annotation>
781
+ <xs:documentation source="ddex:Definition">A Composite containing details of the primary role played by the Artist in relation to other Artists.</xs:documentation>
782
+ </xs:annotation>
783
+ </xs:element>
784
+ <xs:element name="Performance"
785
+ minOccurs="0"
786
+ maxOccurs="unbounded"
787
+ type="mlc:Performance">
788
+ <xs:annotation>
789
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of a Performance.</xs:documentation>
790
+ </xs:annotation>
791
+ </xs:element>
792
+ <xs:element name="PrimaryInstrumentType" minOccurs="0" type="xs:string">
793
+ <xs:annotation>
794
+ <xs:documentation source="ddex:Definition">A Type of (musical) instrument primarily played by the Artist.</xs:documentation>
795
+ </xs:annotation>
796
+ </xs:element>
797
+ <xs:element name="GoverningAgreementType"
798
+ minOccurs="0"
799
+ type="mlc:GoverningAgreementType">
800
+ <xs:annotation>
801
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Type of an agreement that covers the Artist's participation in making a SoundRecording.</xs:documentation>
802
+ </xs:annotation>
803
+ </xs:element>
804
+ <xs:element name="ContactInformation" minOccurs="0" type="mlc:ContactId">
805
+ <xs:annotation>
806
+ <xs:documentation source="ddex:Definition">A Composite containing details of contact Identifiers of the Artist.</xs:documentation>
807
+ </xs:annotation>
808
+ </xs:element>
809
+ <xs:element name="TerritoryOfResidency"
810
+ minOccurs="0"
811
+ type="mlc:AllTerritoryCode">
812
+ <xs:annotation>
813
+ <xs:documentation source="ddex:Definition">The country of main residency of the Artist.</xs:documentation>
814
+ </xs:annotation>
815
+ </xs:element>
816
+ <xs:element name="Citizenship" minOccurs="0" type="mlc:CurrentTerritoryCode">
817
+ <xs:annotation>
818
+ <xs:documentation source="ddex:Definition">The country of whose citizenship the Artist has.</xs:documentation>
819
+ </xs:annotation>
820
+ </xs:element>
821
+ <xs:element name="AdditionalRoles"
822
+ minOccurs="0"
823
+ maxOccurs="unbounded"
824
+ type="mlc:ArtistRole">
825
+ <xs:annotation>
826
+ <xs:documentation source="ddex:Definition">A Composite containing details of the additional roles played by the Artist.</xs:documentation>
827
+ </xs:annotation>
828
+ </xs:element>
829
+ <xs:element name="Genre"
830
+ minOccurs="0"
831
+ maxOccurs="unbounded"
832
+ type="mlc:Genre">
833
+ <xs:annotation>
834
+ <xs:documentation source="ddex:Definition">A Composite containing details of a typical or main Genre relating to the Artist.</xs:documentation>
835
+ </xs:annotation>
836
+ </xs:element>
837
+ <xs:element name="Membership"
838
+ minOccurs="0"
839
+ maxOccurs="unbounded"
840
+ type="mlc:Membership">
841
+ <xs:annotation>
842
+ <xs:documentation source="ddex:Definition">A Composite containing details of a membership in a collective rights management organization.</xs:documentation>
843
+ </xs:annotation>
844
+ </xs:element>
845
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
846
+ <xs:element name="CharacterType" minOccurs="0" type="avs:CharacterType">
847
+ <xs:annotation>
848
+ <xs:documentation source="ddex:Definition">A Type of the Character.</xs:documentation>
849
+ </xs:annotation>
850
+ </xs:element>
851
+ <xs:element name="Character" minOccurs="0" type="mlc:PartyName">
852
+ <xs:annotation>
853
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Name of the role played by a Contributor.</xs:documentation>
854
+ </xs:annotation>
855
+ </xs:element>
856
+ </xs:choice>
857
+ </xs:sequence>
858
+ <xs:attribute name="SequenceNumber" type="xs:integer">
859
+ <xs:annotation>
860
+ <xs:documentation source="ddex:Definition">The number indicating the order of the ResourceContributor in a group of ResourceContributors that have contributed to a Resource. This is represented in an XML schema as an XML Attribute. </xs:documentation>
861
+ </xs:annotation>
862
+ </xs:attribute>
863
+ </xs:complexType>
864
+ <xs:complexType name="ResourceList">
865
+ <xs:annotation>
866
+ <xs:documentation source="ddex:Definition">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>
867
+ </xs:annotation>
868
+ <xs:sequence>
869
+ <xs:element name="SoundRecording"
870
+ minOccurs="0"
871
+ maxOccurs="unbounded"
872
+ type="mlc:SoundRecording">
873
+ <xs:annotation>
874
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecording.</xs:documentation>
875
+ </xs:annotation>
876
+ </xs:element>
877
+ <xs:element name="Video"
878
+ minOccurs="0"
879
+ maxOccurs="unbounded"
880
+ type="mlc:Video">
881
+ <xs:annotation>
882
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Video.</xs:documentation>
883
+ </xs:annotation>
884
+ </xs:element>
885
+ </xs:sequence>
886
+ </xs:complexType>
887
+ <xs:complexType name="Revenue">
888
+ <xs:annotation>
889
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Revenue.</xs:documentation>
890
+ </xs:annotation>
891
+ <xs:sequence>
892
+ <xs:element name="GrossRevenue" type="xs:decimal">
893
+ <xs:annotation>
894
+ <xs:documentation source="ddex:Definition">The Revenue without or before deductions.</xs:documentation>
895
+ </xs:annotation>
896
+ </xs:element>
897
+ <xs:element name="AdminFee" type="xs:decimal">
898
+ <xs:annotation>
899
+ <xs:documentation source="ddex:Definition">An administrative fee to be paid.</xs:documentation>
900
+ </xs:annotation>
901
+ </xs:element>
902
+ <xs:element name="NetRevenueBeforeWithholdingTax" type="xs:decimal">
903
+ <xs:annotation>
904
+ <xs:documentation source="ddex:Definition">The Revenue without or before taking the WithholdingTax into account.</xs:documentation>
905
+ </xs:annotation>
906
+ </xs:element>
907
+ <xs:element name="WithholdingTax" type="xs:decimal">
908
+ <xs:annotation>
909
+ <xs:documentation source="ddex:Definition">[missing definition]</xs:documentation>
910
+ </xs:annotation>
911
+ </xs:element>
912
+ <xs:element name="NetRevenue" type="xs:decimal">
913
+ <xs:annotation>
914
+ <xs:documentation source="ddex:Definition">The Revenue after deductions.</xs:documentation>
915
+ </xs:annotation>
916
+ </xs:element>
917
+ </xs:sequence>
918
+ </xs:complexType>
919
+ <xs:complexType name="RevenueByTerritory">
920
+ <xs:annotation>
921
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Revenue specified for a Territory.</xs:documentation>
922
+ </xs:annotation>
923
+ <xs:sequence>
924
+ <xs:element name="TerritoryCode" type="mlc:AllTerritoryCode">
925
+ <xs:annotation>
926
+ <xs:documentation source="ddex:Definition">A Territory for which Revenue is reported. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
927
+ </xs:annotation>
928
+ </xs:element>
929
+ <xs:element name="UserName" type="xs:string">
930
+ <xs:annotation>
931
+ <xs:documentation source="ddex:Definition">An Identifier of a user.</xs:documentation>
932
+ </xs:annotation>
933
+ </xs:element>
934
+ <xs:element name="UserRole" type="xs:string">
935
+ <xs:annotation>
936
+ <xs:documentation source="ddex:Definition">A Description providing information about the role the user of the SoundRecording. This Comment is used to further detail the UserName.</xs:documentation>
937
+ </xs:annotation>
938
+ </xs:element>
939
+ <xs:element name="DurationUsed"
940
+ minOccurs="0"
941
+ maxOccurs="unbounded"
942
+ type="xs:duration">
943
+ <xs:annotation>
944
+ <xs:documentation source="ddex:Definition">A Duration of the SoundRecording that has been used in a specified context (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
945
+ </xs:annotation>
946
+ </xs:element>
947
+ <xs:element name="NumberOfUsages"
948
+ minOccurs="0"
949
+ maxOccurs="unbounded"
950
+ type="xs:integer">
951
+ <xs:annotation>
952
+ <xs:documentation source="ddex:Definition">A number of times a SoundRecording has been used.</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:element>
955
+ <xs:element name="IsCredit" type="xs:boolean">
956
+ <xs:annotation>
957
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Revenue is a credit (=true) or a debit (=false).</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:element>
960
+ <xs:element name="Revenue" type="mlc:Revenue">
961
+ <xs:annotation>
962
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Revenue.</xs:documentation>
963
+ </xs:annotation>
964
+ </xs:element>
965
+ </xs:sequence>
966
+ </xs:complexType>
967
+ <xs:complexType name="RevenueByUsage">
968
+ <xs:annotation>
969
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Revenue specified for a UseType.</xs:documentation>
970
+ </xs:annotation>
971
+ <xs:sequence>
972
+ <xs:element name="UseType" type="mlc:UseType">
973
+ <xs:annotation>
974
+ <xs:documentation source="ddex:Definition">A Composite containing details of a nature of a usage.</xs:documentation>
975
+ </xs:annotation>
976
+ </xs:element>
977
+ <xs:element name="RevenueByTerritory"
978
+ maxOccurs="unbounded"
979
+ type="mlc:RevenueByTerritory">
980
+ <xs:annotation>
981
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Revenue specified for a Territory.</xs:documentation>
982
+ </xs:annotation>
983
+ </xs:element>
984
+ </xs:sequence>
985
+ </xs:complexType>
986
+ <xs:complexType name="RevenueDeclaration">
987
+ <xs:annotation>
988
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Revenue declarations.</xs:documentation>
989
+ </xs:annotation>
990
+ <xs:sequence>
991
+ <xs:element name="SoundRecordingId" type="mlc:SoundRecordingId">
992
+ <xs:annotation>
993
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingId of the SoundRecording for which Revenue is declared.</xs:documentation>
994
+ </xs:annotation>
995
+ </xs:element>
996
+ <xs:element name="ReferenceTitle" type="mlc:ReferenceTitle">
997
+ <xs:annotation>
998
+ <xs:documentation source="ddex:Definition">A Composite containing details of the ReferenceTitle of the SoundRecording.</xs:documentation>
999
+ </xs:annotation>
1000
+ </xs:element>
1001
+ <xs:element name="DisplayArtist" maxOccurs="unbounded" type="mlc:Artist">
1002
+ <xs:annotation>
1003
+ <xs:documentation source="ddex:Definition">A Composite containing details of the DisplayArtist for the SoundRecording. The DisplayArtist may be described through Name, Identifier and Roles.</xs:documentation>
1004
+ </xs:annotation>
1005
+ </xs:element>
1006
+ <xs:element name="CurrencyOfAccounting" type="avs:CurrencyCode">
1007
+ <xs:annotation>
1008
+ <xs:documentation source="ddex:Definition">The Currency in which the Revenues are accounted (represented by an ISO 4217 CurrencyCode).</xs:documentation>
1009
+ </xs:annotation>
1010
+ </xs:element>
1011
+ <xs:element name="ReportedUsage" maxOccurs="unbounded" type="mlc:ReportedUsage">
1012
+ <xs:annotation>
1013
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Usages for the SoundRecording.</xs:documentation>
1014
+ </xs:annotation>
1015
+ </xs:element>
1016
+ </xs:sequence>
1017
+ </xs:complexType>
1018
+ <xs:complexType name="RightsController">
1019
+ <xs:annotation>
1020
+ <xs:documentation source="ddex:Definition">A Composite containing details of a RightsController. RightsControllers are typicallydescribed by Name, Identifier and role(s).</xs:documentation>
1021
+ </xs:annotation>
1022
+ <xs:sequence>
1023
+ <xs:choice>
1024
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
1025
+ <xs:annotation>
1026
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
1027
+ </xs:annotation>
1028
+ </xs:element>
1029
+ <xs:sequence>
1030
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
1031
+ <xs:annotation>
1032
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
1033
+ </xs:annotation>
1034
+ </xs:element>
1035
+ <xs:element name="PartyId"
1036
+ minOccurs="0"
1037
+ maxOccurs="unbounded"
1038
+ type="mlc:PartyId">
1039
+ <xs:annotation>
1040
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
1041
+ </xs:annotation>
1042
+ </xs:element>
1043
+ </xs:sequence>
1044
+ </xs:choice>
1045
+ <xs:element name="RightsControllerRole"
1046
+ minOccurs="0"
1047
+ maxOccurs="unbounded"
1048
+ type="avs:RightsControllerRole">
1049
+ <xs:annotation>
1050
+ <xs:documentation source="ddex:Definition">A role that describes the Party involved in the administration of Rights.</xs:documentation>
1051
+ </xs:annotation>
1052
+ </xs:element>
1053
+ <xs:choice minOccurs="0">
1054
+ <xs:element name="RightShareUnknown" type="xs:boolean">
1055
+ <xs:annotation>
1056
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the RightSharePercentage is unknown (=true) or not (=false).</xs:documentation>
1057
+ </xs:annotation>
1058
+ </xs:element>
1059
+ <xs:element name="RightSharePercentage" type="mlc:Percentage">
1060
+ <xs:annotation>
1061
+ <xs:documentation source="ddex:Definition">The share of the licensed Rights owned by the RightsController. RightShare information is given as a xs:decimal value with up to 6 digits (e.g. '12.5' represents 12.5%). If no information is given, 100% is assumed.</xs:documentation>
1062
+ </xs:annotation>
1063
+ </xs:element>
1064
+ </xs:choice>
1065
+ <xs:element name="RightsControllerType"
1066
+ minOccurs="0"
1067
+ type="avs:RightsControllerType">
1068
+ <xs:annotation>
1069
+ <xs:documentation source="ddex:Definition">A type of the RightsController.</xs:documentation>
1070
+ </xs:annotation>
1071
+ </xs:element>
1072
+ <xs:element name="DelegatedUsageRights"
1073
+ maxOccurs="unbounded"
1074
+ type="mlc:DelegatedUsageRights">
1075
+ <xs:annotation>
1076
+ <xs:documentation source="ddex:Definition">A Composite containing details of the kinds of usage for which rights have been delegated.</xs:documentation>
1077
+ </xs:annotation>
1078
+ </xs:element>
1079
+ <xs:element name="IsPayingOutRoyalties" minOccurs="0" type="xs:boolean">
1080
+ <xs:annotation>
1081
+ <xs:documentation source="ddex:Definition">A Flag indicating whether the RightsController is paying out royalties for all other relevant RightsControllers (=true) or not (=false).</xs:documentation>
1082
+ </xs:annotation>
1083
+ </xs:element>
1084
+ </xs:sequence>
1085
+ <xs:attribute name="SequenceNumber" type="xs:integer">
1086
+ <xs:annotation>
1087
+ <xs:documentation source="ddex:Definition">The number indicating the order of the RightsController in a group of RightsControllers. This is represented in an XML schema as an XML Attribute. </xs:documentation>
1088
+ </xs:annotation>
1089
+ </xs:attribute>
1090
+ </xs:complexType>
1091
+ <xs:complexType name="SalesReport">
1092
+ <xs:annotation>
1093
+ <xs:documentation source="ddex:Definition">A Composite containing details of SalesTransactions.</xs:documentation>
1094
+ </xs:annotation>
1095
+ <xs:sequence>
1096
+ <xs:element name="TerritoryCode"
1097
+ maxOccurs="unbounded"
1098
+ type="mlc:CurrentTerritoryCode">
1099
+ <xs:annotation>
1100
+ <xs:documentation source="ddex:Definition">A Territory for which SalesTransactions are reported. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
1101
+ </xs:annotation>
1102
+ </xs:element>
1103
+ <xs:element name="MessageNotificationPeriod" type="mlc:MessageNotificationPeriod">
1104
+ <xs:annotation>
1105
+ <xs:documentation source="ddex:Definition">A Composite containing details of the reporting Period covered by the SalesReportMessage.</xs:documentation>
1106
+ </xs:annotation>
1107
+ </xs:element>
1108
+ <xs:element name="SalesTransaction"
1109
+ maxOccurs="unbounded"
1110
+ type="mlc:SalesTransaction">
1111
+ <xs:annotation>
1112
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SalesTransaction for specified Usages of the Release or Resource.</xs:documentation>
1113
+ </xs:annotation>
1114
+ </xs:element>
1115
+ </xs:sequence>
1116
+ </xs:complexType>
1117
+ <xs:complexType name="SalesTransaction">
1118
+ <xs:annotation>
1119
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SalesTransaction.</xs:documentation>
1120
+ </xs:annotation>
1121
+ <xs:sequence>
1122
+ <xs:element name="ReleaseId" type="mlc:ReleaseId">
1123
+ <xs:annotation>
1124
+ <xs:documentation source="ddex:Definition">A Composite containing details of ReleaseIds of the 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.</xs:documentation>
1125
+ </xs:annotation>
1126
+ </xs:element>
1127
+ <xs:element name="Label" minOccurs="0" type="mlc:PartyDescriptor">
1128
+ <xs:annotation>
1129
+ <xs:documentation source="ddex:Definition">A Composite containing details of the label on which the Release was marketed.</xs:documentation>
1130
+ </xs:annotation>
1131
+ </xs:element>
1132
+ <xs:element name="IsCompilation" minOccurs="0" type="xs:boolean">
1133
+ <xs:annotation>
1134
+ <xs:documentation source="ddex:Definition">A Flag indicating whether the Release is a compilation (=true) or not (=false).</xs:documentation>
1135
+ </xs:annotation>
1136
+ </xs:element>
1137
+ <xs:element name="NumberOfSoundRecordingsClaimedInCarrier"
1138
+ minOccurs="0"
1139
+ type="xs:integer">
1140
+ <xs:annotation>
1141
+ <xs:documentation source="ddex:Definition">The number of SoundRecordings that are claimed.</xs:documentation>
1142
+ </xs:annotation>
1143
+ </xs:element>
1144
+ <xs:element name="NumberOfUnitsSold" type="xs:integer">
1145
+ <xs:annotation>
1146
+ <xs:documentation source="ddex:Definition">The number of unit sales of the Release. </xs:documentation>
1147
+ </xs:annotation>
1148
+ </xs:element>
1149
+ </xs:sequence>
1150
+ </xs:complexType>
1151
+ <xs:complexType name="SampledSoundRecording">
1152
+ <xs:annotation>
1153
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecording.</xs:documentation>
1154
+ </xs:annotation>
1155
+ <xs:sequence>
1156
+ <xs:element name="SoundRecordingId"
1157
+ minOccurs="0"
1158
+ maxOccurs="unbounded"
1159
+ type="mlc:SoundRecordingId">
1160
+ <xs:annotation>
1161
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingId.</xs:documentation>
1162
+ </xs:annotation>
1163
+ </xs:element>
1164
+ <xs:element name="Title"
1165
+ minOccurs="0"
1166
+ maxOccurs="unbounded"
1167
+ type="mlc:Title">
1168
+ <xs:annotation>
1169
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Title.</xs:documentation>
1170
+ </xs:annotation>
1171
+ </xs:element>
1172
+ </xs:sequence>
1173
+ </xs:complexType>
1174
+ <xs:complexType name="SoundRecording">
1175
+ <xs:annotation>
1176
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecording.</xs:documentation>
1177
+ </xs:annotation>
1178
+ <xs:sequence>
1179
+ <xs:element name="SoundRecordingType"
1180
+ minOccurs="0"
1181
+ type="mlc:SoundRecordingType">
1182
+ <xs:annotation>
1183
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Type of the SoundRecording.</xs:documentation>
1184
+ </xs:annotation>
1185
+ </xs:element>
1186
+ <xs:element name="IsArtistRelated" minOccurs="0" type="xs:boolean">
1187
+ <xs:annotation>
1188
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is related to an Artist (=true) or not (=false).</xs:documentation>
1189
+ </xs:annotation>
1190
+ </xs:element>
1191
+ <xs:element name="SoundRecordingId"
1192
+ maxOccurs="unbounded"
1193
+ type="mlc:SoundRecordingId">
1194
+ <xs:annotation>
1195
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingId.</xs:documentation>
1196
+ </xs:annotation>
1197
+ </xs:element>
1198
+ <xs:element name="IndirectSoundRecordingId"
1199
+ minOccurs="0"
1200
+ maxOccurs="unbounded"
1201
+ type="mlc:MusicalWorkId">
1202
+ <xs:annotation>
1203
+ <xs:documentation source="ddex:Definition">A Composite containing details of a MusicalWorkId of a MusicalWork used in the SoundRecording.</xs:documentation>
1204
+ </xs:annotation>
1205
+ </xs:element>
1206
+ <xs:element name="ResourceReference">
1207
+ <xs:annotation>
1208
+ <xs:documentation source="ddex:Definition">The Identifier (specific to the Message) of the SoundRecording within the Release which contains it. This is a LocalResourceAnchor starting with the letter A.</xs:documentation>
1209
+ </xs:annotation>
1210
+ <xs:simpleType>
1211
+ <xs:restriction base="xs:ID">
1212
+ <xs:pattern value="A[\d\-_a-zA-Z]+"/>
1213
+ </xs:restriction>
1214
+ </xs:simpleType>
1215
+ </xs:element>
1216
+ <xs:element name="ReferenceTitle" type="mlc:ReferenceTitle">
1217
+ <xs:annotation>
1218
+ <xs:documentation source="ddex:Definition">A Composite containing details of the ReferenceTitle of the SoundRecording.</xs:documentation>
1219
+ </xs:annotation>
1220
+ </xs:element>
1221
+ <xs:element name="InstrumentationDescription"
1222
+ minOccurs="0"
1223
+ type="mlc:Description">
1224
+ <xs:annotation>
1225
+ <xs:documentation source="ddex:Definition">A Composite containing a Description of the Type of instrumentation of the MusicalWork(s) in the SoundRecording.</xs:documentation>
1226
+ </xs:annotation>
1227
+ </xs:element>
1228
+ <xs:element name="IsMedley" minOccurs="0" type="xs:boolean">
1229
+ <xs:annotation>
1230
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is a Medley (=true) or not (=false).</xs:documentation>
1231
+ </xs:annotation>
1232
+ </xs:element>
1233
+ <xs:element name="IsPotpourri" minOccurs="0" type="xs:boolean">
1234
+ <xs:annotation>
1235
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is a Potpourri (=true) or not (=false).</xs:documentation>
1236
+ </xs:annotation>
1237
+ </xs:element>
1238
+ <xs:element name="IsInstrumental" minOccurs="0" type="xs:boolean">
1239
+ <xs:annotation>
1240
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is instrumental (=true) or not (=false).</xs:documentation>
1241
+ </xs:annotation>
1242
+ </xs:element>
1243
+ <xs:element name="IsBackground" minOccurs="0" type="xs:boolean">
1244
+ <xs:annotation>
1245
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is used as background to other audio or audiovisual material (=true) or not (=false).</xs:documentation>
1246
+ </xs:annotation>
1247
+ </xs:element>
1248
+ <xs:element name="IsHiddenResource" minOccurs="0" type="xs:boolean">
1249
+ <xs:annotation>
1250
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is hidden in some way from the Consumer (=true) or not (=false).</xs:documentation>
1251
+ </xs:annotation>
1252
+ </xs:element>
1253
+ <xs:element name="IsBonusResource" minOccurs="0" type="xs:boolean">
1254
+ <xs:annotation>
1255
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is additional to those on the original Release of which this is a Version (=true) or not (=false). This element is deprecated. DDEX advises that it may be removed at a future date and therefore recommends against using it. The IsBonusResource element in ResourceGroupContentItem should be used instead.</xs:documentation>
1256
+ </xs:annotation>
1257
+ </xs:element>
1258
+ <xs:element name="IsComputerGenerated" minOccurs="0" type="xs:boolean">
1259
+ <xs:annotation>
1260
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is generated by a computer (=true) or not (=false).</xs:documentation>
1261
+ </xs:annotation>
1262
+ </xs:element>
1263
+ <xs:element name="NoSilenceBefore" minOccurs="0" type="xs:boolean">
1264
+ <xs:annotation>
1265
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is preceded by a period of silence (=false) or not (=true). </xs:documentation>
1266
+ </xs:annotation>
1267
+ </xs:element>
1268
+ <xs:element name="NoSilenceAfter" minOccurs="0" type="xs:boolean">
1269
+ <xs:annotation>
1270
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording is followed by a period of silence (=false) or not (=true). </xs:documentation>
1271
+ </xs:annotation>
1272
+ </xs:element>
1273
+ <xs:element name="ContainsSamples" minOccurs="0" type="xs:boolean">
1274
+ <xs:annotation>
1275
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording contains samples (=true) or not (=false).</xs:documentation>
1276
+ </xs:annotation>
1277
+ </xs:element>
1278
+ <xs:element name="SampledSoundRecording"
1279
+ minOccurs="0"
1280
+ maxOccurs="unbounded"
1281
+ type="mlc:SampledSoundRecording">
1282
+ <xs:annotation>
1283
+ <xs:documentation source="ddex:Definition">A Composite containing details of a sampled SoundRecording.</xs:documentation>
1284
+ </xs:annotation>
1285
+ </xs:element>
1286
+ <xs:element name="PerformerInformationRequired" minOccurs="0" type="xs:boolean">
1287
+ <xs:annotation>
1288
+ <xs:documentation source="ddex:Definition">A Flag indicating whether performer information is required (=true) or not (=false) when communicating details of the SoundRecording.</xs:documentation>
1289
+ </xs:annotation>
1290
+ </xs:element>
1291
+ <xs:element name="LanguageOfPerformance"
1292
+ minOccurs="0"
1293
+ type="avs:IsoLanguageCode">
1294
+ <xs:annotation>
1295
+ <xs:documentation source="ddex:Definition">The Language of the Performance recorded in the SoundRecording (represented by an ISO 639-2 LanguageCode).</xs:documentation>
1296
+ </xs:annotation>
1297
+ </xs:element>
1298
+ <xs:element name="Duration" type="xs:duration">
1299
+ <xs:annotation>
1300
+ <xs:documentation source="ddex:Definition">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 xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
1301
+ </xs:annotation>
1302
+ </xs:element>
1303
+ <xs:element name="RightsAgreementId" minOccurs="0" type="mlc:RightsAgreementId">
1304
+ <xs:annotation>
1305
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the SoundRecording.</xs:documentation>
1306
+ </xs:annotation>
1307
+ </xs:element>
1308
+ <xs:element name="SoundRecordingCollectionReferenceList"
1309
+ minOccurs="0"
1310
+ type="mlc:SoundRecordingCollectionReferenceList">
1311
+ <xs:annotation>
1312
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Collections. The referenced Collection has to be of CollectionType AudioChapter. (Note: this Composite is not required for communication to Music Licensing Companies but is included in this Message to maintain compatibility to the Release Notification Message Suite Standard.)</xs:documentation>
1313
+ </xs:annotation>
1314
+ </xs:element>
1315
+ <xs:element name="ResourceMusicalWorkReferenceList"
1316
+ minOccurs="0"
1317
+ type="mlc:ResourceMusicalWorkReferenceList">
1318
+ <xs:annotation>
1319
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more MusicalWorks contained in the SoundRecording. (Note: this Composite is not required for communication to Music Licensing Companies but is included in this Message to maintain compatibility to the Release Notification Message Suite Standard.)</xs:documentation>
1320
+ </xs:annotation>
1321
+ </xs:element>
1322
+ <xs:element name="ResourceContainedResourceReferenceList"
1323
+ minOccurs="0"
1324
+ type="mlc:ResourceContainedResourceReferenceList">
1325
+ <xs:annotation>
1326
+ <xs:documentation source="ddex:Definition">A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current SoundRecording. (Note: this Composite is not required for communication to Music Licensing Companies but is included in this Message to maintain compatibility to the Release Notification Message Suite Standard.)</xs:documentation>
1327
+ </xs:annotation>
1328
+ </xs:element>
1329
+ <xs:element name="CreationDate" minOccurs="0" type="mlc:EventDate">
1330
+ <xs:annotation>
1331
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was created. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1332
+ </xs:annotation>
1333
+ </xs:element>
1334
+ <xs:element name="MasteredDate" minOccurs="0" type="mlc:EventDate">
1335
+ <xs:annotation>
1336
+ <xs:documentation source="ddex:Definition">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). This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1337
+ </xs:annotation>
1338
+ </xs:element>
1339
+ <xs:element name="RemasteredDate" minOccurs="0" type="mlc:EventDate">
1340
+ <xs:annotation>
1341
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was re-mastered (usually digitally). This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1342
+ </xs:annotation>
1343
+ </xs:element>
1344
+ <xs:element name="SoundRecordingDetailsByTerritory"
1345
+ maxOccurs="unbounded"
1346
+ type="mlc:SoundRecordingDetailsByTerritory">
1347
+ <xs:annotation>
1348
+ <xs:documentation source="ddex:Definition">A Composite containing details of Descriptors and other attributes of the SoundRecording which may vary according to Territory.</xs:documentation>
1349
+ </xs:annotation>
1350
+ </xs:element>
1351
+ </xs:sequence>
1352
+ <xs:attribute name="IsUpdated" type="xs:boolean">
1353
+ <xs:annotation>
1354
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the SoundRecording Element was updated (=true) or not (=false). When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided SoundRecording data with the now provided data. This attribute is deprecated. DDEX advises that it may be removed at a future date and therefore recommends against using it.</xs:documentation>
1355
+ </xs:annotation>
1356
+ </xs:attribute>
1357
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
1358
+ <xs:annotation>
1359
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the SoundRecording as defined in IETF RfC 5646. 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>
1360
+ </xs:annotation>
1361
+ </xs:attribute>
1362
+ </xs:complexType>
1363
+ <xs:complexType name="SoundRecordingDetailsByTerritory">
1364
+ <xs:annotation>
1365
+ <xs:documentation source="ddex:Definition">A Composite containing details of Descriptors and other attributes of a SoundRecording which may vary according to Territory of release.</xs:documentation>
1366
+ </xs:annotation>
1367
+ <xs:sequence>
1368
+ <xs:choice>
1369
+ <xs:element name="TerritoryCode"
1370
+ maxOccurs="unbounded"
1371
+ type="mlc:CurrentTerritoryCode">
1372
+ <xs:annotation>
1373
+ <xs:documentation source="ddex:Definition">A Territory to which the SoundRecording details apply. Either this Element or ExcludedTerritory shall be present, but not both. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
1374
+ </xs:annotation>
1375
+ </xs:element>
1376
+ <xs:element name="ExcludedTerritoryCode"
1377
+ maxOccurs="unbounded"
1378
+ type="mlc:CurrentTerritoryCode">
1379
+ <xs:annotation>
1380
+ <xs:documentation source="ddex:Definition">A Territory to which the SoundRecording details do not apply. Either this Element or Territory shall be present, but not both. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard.</xs:documentation>
1381
+ </xs:annotation>
1382
+ </xs:element>
1383
+ </xs:choice>
1384
+ <xs:element name="Title"
1385
+ minOccurs="0"
1386
+ maxOccurs="unbounded"
1387
+ type="mlc:Title">
1388
+ <xs:annotation>
1389
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Title of the SoundRecording.</xs:documentation>
1390
+ </xs:annotation>
1391
+ </xs:element>
1392
+ <xs:element name="DisplayArtist"
1393
+ minOccurs="0"
1394
+ maxOccurs="unbounded"
1395
+ type="mlc:Artist">
1396
+ <xs:annotation>
1397
+ <xs:documentation source="ddex:Definition">A Composite containing details of a DisplayArtist for the SoundRecording. A DisplayArtist may be described through Name, Identifier and Roles.</xs:documentation>
1398
+ </xs:annotation>
1399
+ </xs:element>
1400
+ <xs:element name="DisplayConductor"
1401
+ minOccurs="0"
1402
+ maxOccurs="unbounded"
1403
+ type="mlc:DetailedArtist">
1404
+ <xs:annotation>
1405
+ <xs:documentation source="ddex:Definition">A Composite containing details of a DisplayConductor for the SoundRecording. A DisplayConductor may be described through Name, Identifier and Roles.</xs:documentation>
1406
+ </xs:annotation>
1407
+ </xs:element>
1408
+ <xs:element name="DisplayComposer"
1409
+ minOccurs="0"
1410
+ maxOccurs="unbounded"
1411
+ type="mlc:DetailedArtist">
1412
+ <xs:annotation>
1413
+ <xs:documentation source="ddex:Definition">A Composite containing details of a DisplayComposer for the SoundRecording. A DisplayComposer may be described through Name, Identifier and Roles.</xs:documentation>
1414
+ </xs:annotation>
1415
+ </xs:element>
1416
+ <xs:element name="FeaturedArtist"
1417
+ minOccurs="0"
1418
+ maxOccurs="unbounded"
1419
+ type="mlc:DetailedArtist">
1420
+ <xs:annotation>
1421
+ <xs:documentation source="ddex:Definition">A Composite containing details of a FeaturedArtist for the SoundRecording. A FeaturedArtist may be described through Name, Identifier and Roles.</xs:documentation>
1422
+ </xs:annotation>
1423
+ </xs:element>
1424
+ <xs:element name="FeaturedNonContractedArtist"
1425
+ minOccurs="0"
1426
+ maxOccurs="unbounded"
1427
+ type="mlc:DetailedArtist">
1428
+ <xs:annotation>
1429
+ <xs:documentation source="ddex:Definition">A Composite containing details of a non-contracted FeaturedArtist for the SoundRecording. A non-contracted FeaturedArtist may be described through Name, Identifier and Roles.</xs:documentation>
1430
+ </xs:annotation>
1431
+ </xs:element>
1432
+ <xs:element name="NonFeaturedArtist"
1433
+ minOccurs="0"
1434
+ maxOccurs="unbounded"
1435
+ type="mlc:DetailedArtist">
1436
+ <xs:annotation>
1437
+ <xs:documentation source="ddex:Definition">A Composite containing details of a NonFeaturedArtist for the SoundRecording. A NonFeaturedArtist may be described through Name, Identifier and Roles.</xs:documentation>
1438
+ </xs:annotation>
1439
+ </xs:element>
1440
+ <xs:element name="InitialProducer"
1441
+ minOccurs="0"
1442
+ maxOccurs="unbounded"
1443
+ type="mlc:Producer">
1444
+ <xs:annotation>
1445
+ <xs:documentation source="ddex:Definition">A Composite containing details of an initial Producer for the SoundRecording. An initial Producer may be described through Name and Identifier.</xs:documentation>
1446
+ </xs:annotation>
1447
+ </xs:element>
1448
+ <xs:element name="ResourceContributor"
1449
+ minOccurs="0"
1450
+ maxOccurs="unbounded"
1451
+ type="mlc:ResourceContributor">
1452
+ <xs:annotation>
1453
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Contributor to the SoundRecording.</xs:documentation>
1454
+ </xs:annotation>
1455
+ </xs:element>
1456
+ <xs:element name="IndirectResourceContributor"
1457
+ minOccurs="0"
1458
+ maxOccurs="unbounded"
1459
+ type="mlc:IndirectResourceContributor">
1460
+ <xs:annotation>
1461
+ <xs:documentation source="ddex:Definition">A Composite containing details of an indirect Contributor to the SoundRecording.</xs:documentation>
1462
+ </xs:annotation>
1463
+ </xs:element>
1464
+ <xs:element name="RightsAgreementId" minOccurs="0" type="mlc:RightsAgreementId">
1465
+ <xs:annotation>
1466
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the SoundRecording.</xs:documentation>
1467
+ </xs:annotation>
1468
+ </xs:element>
1469
+ <xs:element name="LabelName"
1470
+ minOccurs="0"
1471
+ maxOccurs="unbounded"
1472
+ type="mlc:LabelName">
1473
+ <xs:annotation>
1474
+ <xs:documentation source="ddex:Definition">A Composite containing the Name of the Label under which the Release is to be marketed. The use of multiple LabelNames is discouraged unless used to communicate label names in different languages and/or scripts.</xs:documentation>
1475
+ </xs:annotation>
1476
+ </xs:element>
1477
+ <xs:element name="RightsController"
1478
+ maxOccurs="unbounded"
1479
+ type="mlc:RightsController">
1480
+ <xs:annotation>
1481
+ <xs:documentation source="ddex:Definition">A Composite containing details of RightsController of Rights in the SoundRecording.</xs:documentation>
1482
+ </xs:annotation>
1483
+ </xs:element>
1484
+ <xs:element name="RemasteredDate" minOccurs="0" type="mlc:EventDate">
1485
+ <xs:annotation>
1486
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was re-mastered (usually digitally). This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1487
+ </xs:annotation>
1488
+ </xs:element>
1489
+ <xs:element name="ResourceReleaseDate" minOccurs="0" type="mlc:EventDate">
1490
+ <xs:annotation>
1491
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was published, whether for physical or electronic/online distribution. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1492
+ </xs:annotation>
1493
+ </xs:element>
1494
+ <xs:element name="OriginalResourceReleaseDate"
1495
+ minOccurs="0"
1496
+ maxOccurs="unbounded"
1497
+ type="mlc:EventDate">
1498
+ <xs:annotation>
1499
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was originally published, whether for physical or electronic/online distribution. This is a string with the syntax YYYY[-MM[-DD]]. If one OriginalResourceReleaseDate is specified, the TerritoryCode attribute is not mandatory, but if more than one OriginalResourceReleaseDate is provided, all of these need to have a TerritoryCode attribute.</xs:documentation>
1500
+ </xs:annotation>
1501
+ </xs:element>
1502
+ <xs:element name="PLine"
1503
+ minOccurs="0"
1504
+ maxOccurs="unbounded"
1505
+ type="mlc:PLine">
1506
+ <xs:annotation>
1507
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PLine for the SoundRecording.</xs:documentation>
1508
+ </xs:annotation>
1509
+ </xs:element>
1510
+ <xs:element name="Licensor" minOccurs="0" type="mlc:PartyDescriptor">
1511
+ <xs:annotation>
1512
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Party granting the permission for Usage.</xs:documentation>
1513
+ </xs:annotation>
1514
+ </xs:element>
1515
+ <xs:element name="CourtesyLine" minOccurs="0" type="mlc:CourtesyLine">
1516
+ <xs:annotation>
1517
+ <xs:documentation source="ddex:Definition">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>
1518
+ </xs:annotation>
1519
+ </xs:element>
1520
+ <xs:element name="SequenceNumber" minOccurs="0" type="xs:string">
1521
+ <xs:annotation>
1522
+ <xs:documentation source="ddex:Definition">The number indicating the order of the SoundRecording in a group of SoundRecordings in a Release.</xs:documentation>
1523
+ </xs:annotation>
1524
+ </xs:element>
1525
+ <xs:element name="HostSoundCarrier"
1526
+ minOccurs="0"
1527
+ maxOccurs="unbounded"
1528
+ type="mlc:HostSoundCarrier">
1529
+ <xs:annotation>
1530
+ <xs:documentation source="ddex:Definition">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 Release Notification Message Suite Standard, to support the identification and matching of SoundRecording information.</xs:documentation>
1531
+ </xs:annotation>
1532
+ </xs:element>
1533
+ <xs:element name="MarketingComment" minOccurs="0" type="mlc:Comment">
1534
+ <xs:annotation>
1535
+ <xs:documentation source="ddex:Definition">A Composite containing a Comment about the promotion and marketing of the SoundRecording.</xs:documentation>
1536
+ </xs:annotation>
1537
+ </xs:element>
1538
+ <xs:element name="Genre"
1539
+ minOccurs="0"
1540
+ maxOccurs="unbounded"
1541
+ type="mlc:Genre">
1542
+ <xs:annotation>
1543
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Genre to which the SoundRecording belongs.</xs:documentation>
1544
+ </xs:annotation>
1545
+ </xs:element>
1546
+ <xs:element name="ParentalWarningType"
1547
+ minOccurs="0"
1548
+ maxOccurs="unbounded"
1549
+ type="mlc:ParentalWarningType">
1550
+ <xs:annotation>
1551
+ <xs:documentation source="ddex:Definition">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>
1552
+ </xs:annotation>
1553
+ </xs:element>
1554
+ <xs:element name="AvRating"
1555
+ minOccurs="0"
1556
+ maxOccurs="unbounded"
1557
+ type="mlc:AvRating">
1558
+ <xs:annotation>
1559
+ <xs:documentation source="ddex:Definition">A Composite containing details of a rating for the SoundRecording.</xs:documentation>
1560
+ </xs:annotation>
1561
+ </xs:element>
1562
+ <xs:element name="TechnicalSoundRecordingDetails"
1563
+ minOccurs="0"
1564
+ maxOccurs="unbounded"
1565
+ type="mlc:TechnicalSoundRecordingDetails">
1566
+ <xs:annotation>
1567
+ <xs:documentation source="ddex:Definition">A Composite containing technical details of the SoundRecording.</xs:documentation>
1568
+ </xs:annotation>
1569
+ </xs:element>
1570
+ <xs:element name="FulfillmentDate" minOccurs="0" type="mlc:FulfillmentDate">
1571
+ <xs:annotation>
1572
+ <xs:documentation source="ddex:Definition">A Composite containing details of a FulfillmentDate.</xs:documentation>
1573
+ </xs:annotation>
1574
+ </xs:element>
1575
+ <xs:element name="Keywords"
1576
+ minOccurs="0"
1577
+ maxOccurs="unbounded"
1578
+ type="mlc:Keywords">
1579
+ <xs:annotation>
1580
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Description of the SoundRecording containing Keywords.</xs:documentation>
1581
+ </xs:annotation>
1582
+ </xs:element>
1583
+ <xs:element name="Synopsis" minOccurs="0" type="mlc:Synopsis">
1584
+ <xs:annotation>
1585
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Synopsis of the SoundRecording.</xs:documentation>
1586
+ </xs:annotation>
1587
+ </xs:element>
1588
+ <xs:element name="GoverningAgreementType"
1589
+ minOccurs="0"
1590
+ type="mlc:GoverningAgreementType">
1591
+ <xs:annotation>
1592
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Type of an agreement that covers the making of the SoundRecording.</xs:documentation>
1593
+ </xs:annotation>
1594
+ </xs:element>
1595
+ <xs:element name="NumberOfFeaturedArtists" minOccurs="0" type="xs:integer">
1596
+ <xs:annotation>
1597
+ <xs:documentation source="ddex:Definition">The number of FeaturedArtists associated with the SoundRecording.</xs:documentation>
1598
+ </xs:annotation>
1599
+ </xs:element>
1600
+ <xs:element name="NumberOfFeaturedNonContractedArtists"
1601
+ minOccurs="0"
1602
+ type="xs:integer">
1603
+ <xs:annotation>
1604
+ <xs:documentation source="ddex:Definition">The number of FeaturedArtists associated with the SoundRecording that are also NonContractedArtists.</xs:documentation>
1605
+ </xs:annotation>
1606
+ </xs:element>
1607
+ <xs:element name="NumberOfNonFeaturedArtists" minOccurs="0" type="xs:integer">
1608
+ <xs:annotation>
1609
+ <xs:documentation source="ddex:Definition">The number of NonFeaturedArtists associated with the SoundRecording.</xs:documentation>
1610
+ </xs:annotation>
1611
+ </xs:element>
1612
+ <xs:element name="LineUpComplete" minOccurs="0" type="xs:boolean">
1613
+ <xs:annotation>
1614
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up is complete (=true) or not (=false).</xs:documentation>
1615
+ </xs:annotation>
1616
+ </xs:element>
1617
+ <xs:element name="NumberOfMainCharacters" minOccurs="0" type="xs:integer">
1618
+ <xs:annotation>
1619
+ <xs:documentation source="ddex:Definition">The number of MainCharacters associated with the SoundRecording.</xs:documentation>
1620
+ </xs:annotation>
1621
+ </xs:element>
1622
+ <xs:element name="MainCharacterLineUpComplete" minOccurs="0" type="xs:boolean">
1623
+ <xs:annotation>
1624
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up of MainCharacters is complete (=true) or not (=false). If no value is provided, no information about completeness is available.</xs:documentation>
1625
+ </xs:annotation>
1626
+ </xs:element>
1627
+ <xs:element name="NumberOfSupportingCharacters" minOccurs="0" type="xs:integer">
1628
+ <xs:annotation>
1629
+ <xs:documentation source="ddex:Definition">The number of SupportingCharacters associated with the SoundRecording.</xs:documentation>
1630
+ </xs:annotation>
1631
+ </xs:element>
1632
+ <xs:element name="SupportingCharacterLineUpComplete"
1633
+ minOccurs="0"
1634
+ type="xs:boolean">
1635
+ <xs:annotation>
1636
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up of SupportingCharacters is complete (=true) or not (=false). If no value is provided, no information about completeness is available.</xs:documentation>
1637
+ </xs:annotation>
1638
+ </xs:element>
1639
+ <xs:element name="NumberOfOtherCharacters" minOccurs="0" type="xs:integer">
1640
+ <xs:annotation>
1641
+ <xs:documentation source="ddex:Definition">The number of OtherCharacters associated with the SoundRecording.</xs:documentation>
1642
+ </xs:annotation>
1643
+ </xs:element>
1644
+ <xs:element name="OtherCharacterLineUpComplete" minOccurs="0" type="xs:boolean">
1645
+ <xs:annotation>
1646
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up of OtherCharacters is complete (=true) or not (=false). If no value is provided, no information about completeness is available.</xs:documentation>
1647
+ </xs:annotation>
1648
+ </xs:element>
1649
+ </xs:sequence>
1650
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
1651
+ <xs:annotation>
1652
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the SoundRecordingDetailsByTerritory as defined in IETF RfC 5646. 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>
1653
+ </xs:annotation>
1654
+ </xs:attribute>
1655
+ </xs:complexType>
1656
+ <xs:complexType name="TechnicalSoundRecordingDetails">
1657
+ <xs:annotation>
1658
+ <xs:documentation source="ddex:Definition">A Composite containing technical details of a SoundRecording.</xs:documentation>
1659
+ </xs:annotation>
1660
+ <xs:sequence>
1661
+ <xs:element name="ContainerFormat" minOccurs="0" type="mlc:ContainerFormat">
1662
+ <xs:annotation>
1663
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ContainerFormat.</xs:documentation>
1664
+ </xs:annotation>
1665
+ </xs:element>
1666
+ <xs:element name="AudioCodecType" minOccurs="0" type="mlc:AudioCodecType">
1667
+ <xs:annotation>
1668
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Type of AudioCodec.</xs:documentation>
1669
+ </xs:annotation>
1670
+ </xs:element>
1671
+ </xs:sequence>
1672
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
1673
+ <xs:annotation>
1674
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the TechnicalSoundRecordingDetails as defined in IETF RfC 5646. 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>
1675
+ </xs:annotation>
1676
+ </xs:attribute>
1677
+ </xs:complexType>
1678
+ <xs:complexType name="TechnicalVideoDetails">
1679
+ <xs:annotation>
1680
+ <xs:documentation source="ddex:Definition">A Composite containing technical details of a Video.</xs:documentation>
1681
+ </xs:annotation>
1682
+ <xs:sequence>
1683
+ <xs:element name="ContainerFormat" minOccurs="0" type="mlc:ContainerFormat">
1684
+ <xs:annotation>
1685
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ContainerFormat.</xs:documentation>
1686
+ </xs:annotation>
1687
+ </xs:element>
1688
+ <xs:element name="VideoCodecType" minOccurs="0" type="mlc:VideoCodecType">
1689
+ <xs:annotation>
1690
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Type of VideoCodec.</xs:documentation>
1691
+ </xs:annotation>
1692
+ </xs:element>
1693
+ </xs:sequence>
1694
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
1695
+ <xs:annotation>
1696
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the TechnicalSoundRecordingDetails as defined in IETF RfC 5646. 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>
1697
+ </xs:annotation>
1698
+ </xs:attribute>
1699
+ </xs:complexType>
1700
+ <xs:complexType name="Video">
1701
+ <xs:annotation>
1702
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Video.</xs:documentation>
1703
+ </xs:annotation>
1704
+ <xs:sequence>
1705
+ <xs:element name="VideoType" minOccurs="0" type="mlc:VideoType">
1706
+ <xs:annotation>
1707
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Type of the Video.</xs:documentation>
1708
+ </xs:annotation>
1709
+ </xs:element>
1710
+ <xs:element name="IsArtistRelated" minOccurs="0" type="xs:boolean">
1711
+ <xs:annotation>
1712
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is related to an Artist (=true) or not (=false).</xs:documentation>
1713
+ </xs:annotation>
1714
+ </xs:element>
1715
+ <xs:element name="VideoId" maxOccurs="unbounded" type="mlc:VideoId">
1716
+ <xs:annotation>
1717
+ <xs:documentation source="ddex:Definition">A Composite containing details of a VideoId.</xs:documentation>
1718
+ </xs:annotation>
1719
+ </xs:element>
1720
+ <xs:element name="IndirectVideoId"
1721
+ minOccurs="0"
1722
+ maxOccurs="unbounded"
1723
+ type="mlc:MusicalWorkId">
1724
+ <xs:annotation>
1725
+ <xs:documentation source="ddex:Definition">A Composite containing details of a MusicalWorkId of a MusicalWork used in the Video.</xs:documentation>
1726
+ </xs:annotation>
1727
+ </xs:element>
1728
+ <xs:element name="ResourceReference">
1729
+ <xs:annotation>
1730
+ <xs:documentation source="ddex:Definition">The Identifier (specific to the Message) of the Video within the Release which contains it. This is a LocalResourceAnchor starting with the letter A.</xs:documentation>
1731
+ </xs:annotation>
1732
+ <xs:simpleType>
1733
+ <xs:restriction base="xs:ID">
1734
+ <xs:pattern value="A[\d\-_a-zA-Z]+"/>
1735
+ </xs:restriction>
1736
+ </xs:simpleType>
1737
+ </xs:element>
1738
+ <xs:element name="ReferenceTitle" type="mlc:ReferenceTitle">
1739
+ <xs:annotation>
1740
+ <xs:documentation source="ddex:Definition">A Composite containing details of the ReferenceTitle of the Video.</xs:documentation>
1741
+ </xs:annotation>
1742
+ </xs:element>
1743
+ <xs:element name="InstrumentationDescription"
1744
+ minOccurs="0"
1745
+ type="mlc:Description">
1746
+ <xs:annotation>
1747
+ <xs:documentation source="ddex:Definition">A Composite containing a Description of the Type of instrumentation of the MusicalWork(s) in the Video.</xs:documentation>
1748
+ </xs:annotation>
1749
+ </xs:element>
1750
+ <xs:element name="IsMedley" minOccurs="0" type="xs:boolean">
1751
+ <xs:annotation>
1752
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is a Medley (=true) or not (=false).</xs:documentation>
1753
+ </xs:annotation>
1754
+ </xs:element>
1755
+ <xs:element name="IsPotpourri" minOccurs="0" type="xs:boolean">
1756
+ <xs:annotation>
1757
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is a Potpourri (=true) or not (=false).</xs:documentation>
1758
+ </xs:annotation>
1759
+ </xs:element>
1760
+ <xs:element name="IsInstrumental" minOccurs="0" type="xs:boolean">
1761
+ <xs:annotation>
1762
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is instrumental (=true) or not (=false).</xs:documentation>
1763
+ </xs:annotation>
1764
+ </xs:element>
1765
+ <xs:element name="IsBackground" minOccurs="0" type="xs:boolean">
1766
+ <xs:annotation>
1767
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is used as background to other audio or audiovisual material (=true) or not (=false).</xs:documentation>
1768
+ </xs:annotation>
1769
+ </xs:element>
1770
+ <xs:element name="IsHiddenResource" minOccurs="0" type="xs:boolean">
1771
+ <xs:annotation>
1772
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is hidden in some way from the Consumer (=true) or not (=false).</xs:documentation>
1773
+ </xs:annotation>
1774
+ </xs:element>
1775
+ <xs:element name="IsBonusResource" minOccurs="0" type="xs:boolean">
1776
+ <xs:annotation>
1777
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is additional to those on the original Release of which this is a Version (=true) or not (=false). This element is deprecated. DDEX advises that it may be removed at a future date and therefore recommends against using it. The IsBonusResource element in ResourceGroupContentItem should be used instead.</xs:documentation>
1778
+ </xs:annotation>
1779
+ </xs:element>
1780
+ <xs:element name="IsComputerGenerated" minOccurs="0" type="xs:boolean">
1781
+ <xs:annotation>
1782
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is generated by a computer (=true) or not (=false).</xs:documentation>
1783
+ </xs:annotation>
1784
+ </xs:element>
1785
+ <xs:element name="NoSilenceBefore" minOccurs="0" type="xs:boolean">
1786
+ <xs:annotation>
1787
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is preceded by a period of silence (=false) or not (=true). </xs:documentation>
1788
+ </xs:annotation>
1789
+ </xs:element>
1790
+ <xs:element name="NoSilenceAfter" minOccurs="0" type="xs:boolean">
1791
+ <xs:annotation>
1792
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video is followed by a period of silence (=false) or not (=true). </xs:documentation>
1793
+ </xs:annotation>
1794
+ </xs:element>
1795
+ <xs:element name="PerformerInformationRequired" minOccurs="0" type="xs:boolean">
1796
+ <xs:annotation>
1797
+ <xs:documentation source="ddex:Definition">A Flag indicating whether performer information is required (=true) or not (=false) when communicating details of the Video.</xs:documentation>
1798
+ </xs:annotation>
1799
+ </xs:element>
1800
+ <xs:element name="LanguageOfPerformance"
1801
+ minOccurs="0"
1802
+ type="avs:IsoLanguageCode">
1803
+ <xs:annotation>
1804
+ <xs:documentation source="ddex:Definition">The Language of the Performance recorded in the Video (represented by an ISO 639-2 LanguageCode).</xs:documentation>
1805
+ </xs:annotation>
1806
+ </xs:element>
1807
+ <xs:element name="Duration" type="xs:duration">
1808
+ <xs:annotation>
1809
+ <xs:documentation source="ddex:Definition">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 xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
1810
+ </xs:annotation>
1811
+ </xs:element>
1812
+ <xs:element name="RightsAgreementId" minOccurs="0" type="mlc:RightsAgreementId">
1813
+ <xs:annotation>
1814
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the Video.</xs:documentation>
1815
+ </xs:annotation>
1816
+ </xs:element>
1817
+ <xs:element name="VideoCollectionReferenceList"
1818
+ minOccurs="0"
1819
+ type="mlc:SoundRecordingCollectionReferenceList">
1820
+ <xs:annotation>
1821
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more Collections. The referenced Collection has to be of CollectionType VideoChapter.</xs:documentation>
1822
+ </xs:annotation>
1823
+ </xs:element>
1824
+ <xs:element name="ResourceMusicalWorkReferenceList"
1825
+ minOccurs="0"
1826
+ type="mlc:ResourceMusicalWorkReferenceList">
1827
+ <xs:annotation>
1828
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more MusicalWorks contained in the Video.</xs:documentation>
1829
+ </xs:annotation>
1830
+ </xs:element>
1831
+ <xs:element name="ResourceContainedResourceReferenceList"
1832
+ minOccurs="0"
1833
+ type="mlc:ResourceContainedResourceReferenceList">
1834
+ <xs:annotation>
1835
+ <xs:documentation source="ddex:Definition">A Composite containing details of ResourceContainedResourceReferences referring to a Resource that is contained in the current Video.</xs:documentation>
1836
+ </xs:annotation>
1837
+ </xs:element>
1838
+ <xs:element name="CreationDate"
1839
+ minOccurs="0"
1840
+ maxOccurs="unbounded"
1841
+ type="mlc:EventDate">
1842
+ <xs:annotation>
1843
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the Video was created. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1844
+ </xs:annotation>
1845
+ </xs:element>
1846
+ <xs:element name="MasteredDate" minOccurs="0" type="mlc:EventDate">
1847
+ <xs:annotation>
1848
+ <xs:documentation source="ddex:Definition">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). This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1849
+ </xs:annotation>
1850
+ </xs:element>
1851
+ <xs:element name="RemasteredDate" minOccurs="0" type="mlc:EventDate">
1852
+ <xs:annotation>
1853
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the Video was re-mastered (usually digitally). This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1854
+ </xs:annotation>
1855
+ </xs:element>
1856
+ <xs:element name="VideoDetailsByTerritory"
1857
+ maxOccurs="unbounded"
1858
+ type="mlc:VideoDetailsByTerritory">
1859
+ <xs:annotation>
1860
+ <xs:documentation source="ddex:Definition">A Composite containing details of Descriptors and other attributes of the Video which may vary according to Territory.</xs:documentation>
1861
+ </xs:annotation>
1862
+ </xs:element>
1863
+ </xs:sequence>
1864
+ <xs:attribute name="IsUpdated" type="xs:boolean">
1865
+ <xs:annotation>
1866
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Video Element was updated (=true) or not (=false). When this Boolean Flag is set to true, the MessageRecipient is expected to replace any previously provided Video data with the now provided data. This attribute is deprecated. DDEX advises that it may be removed at a future date and therefore recommends against using it.</xs:documentation>
1867
+ </xs:annotation>
1868
+ </xs:attribute>
1869
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
1870
+ <xs:annotation>
1871
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the Video as defined in IETF RfC 5646. 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>
1872
+ </xs:annotation>
1873
+ </xs:attribute>
1874
+ </xs:complexType>
1875
+ <xs:complexType name="VideoDetailsByTerritory">
1876
+ <xs:annotation>
1877
+ <xs:documentation source="ddex:Definition">A Composite containing details of Descriptors and other attributes of a Video which may vary according to Territory of release.</xs:documentation>
1878
+ </xs:annotation>
1879
+ <xs:sequence>
1880
+ <xs:choice>
1881
+ <xs:element name="TerritoryCode"
1882
+ maxOccurs="unbounded"
1883
+ type="mlc:CurrentTerritoryCode">
1884
+ <xs:annotation>
1885
+ <xs:documentation source="ddex:Definition">A Territory to which the SoundRecording details apply. Either this Element or ExcludedTerritory shall be present, but not both. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
1886
+ </xs:annotation>
1887
+ </xs:element>
1888
+ <xs:element name="ExcludedTerritoryCode"
1889
+ maxOccurs="unbounded"
1890
+ type="mlc:CurrentTerritoryCode">
1891
+ <xs:annotation>
1892
+ <xs:documentation source="ddex:Definition">A Territory to which the SoundRecording details do not apply. Either this Element or Territory shall be present, but not both. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard.</xs:documentation>
1893
+ </xs:annotation>
1894
+ </xs:element>
1895
+ </xs:choice>
1896
+ <xs:element name="Title"
1897
+ minOccurs="0"
1898
+ maxOccurs="unbounded"
1899
+ type="mlc:Title">
1900
+ <xs:annotation>
1901
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Title of the SoundRecording.</xs:documentation>
1902
+ </xs:annotation>
1903
+ </xs:element>
1904
+ <xs:element name="DisplayArtist"
1905
+ minOccurs="0"
1906
+ maxOccurs="unbounded"
1907
+ type="mlc:Artist">
1908
+ <xs:annotation>
1909
+ <xs:documentation source="ddex:Definition">A Composite containing details of a DisplayArtist for the SoundRecording. A DisplayArtist may be described through Name, Identifier and Roles.</xs:documentation>
1910
+ </xs:annotation>
1911
+ </xs:element>
1912
+ <xs:element name="DisplayConductor"
1913
+ minOccurs="0"
1914
+ maxOccurs="unbounded"
1915
+ type="mlc:DetailedArtist">
1916
+ <xs:annotation>
1917
+ <xs:documentation source="ddex:Definition">A Composite containing details of a DisplayConductor for the SoundRecording. A DisplayConductor may be described through Name, Identifier and Roles.</xs:documentation>
1918
+ </xs:annotation>
1919
+ </xs:element>
1920
+ <xs:element name="DisplayComposer"
1921
+ minOccurs="0"
1922
+ maxOccurs="unbounded"
1923
+ type="mlc:DetailedArtist">
1924
+ <xs:annotation>
1925
+ <xs:documentation source="ddex:Definition">A Composite containing details of a DisplayComposer for the SoundRecording. A DisplayComposer may be described through Name, Identifier and Roles.</xs:documentation>
1926
+ </xs:annotation>
1927
+ </xs:element>
1928
+ <xs:element name="FeaturedArtist"
1929
+ minOccurs="0"
1930
+ maxOccurs="unbounded"
1931
+ type="mlc:DetailedArtist">
1932
+ <xs:annotation>
1933
+ <xs:documentation source="ddex:Definition">A Composite containing details of a FeaturedArtist for the SoundRecording. A FeaturedArtist may be described through Name, Identifier and Roles.</xs:documentation>
1934
+ </xs:annotation>
1935
+ </xs:element>
1936
+ <xs:element name="FeaturedNonContractedArtist"
1937
+ minOccurs="0"
1938
+ maxOccurs="unbounded"
1939
+ type="mlc:DetailedArtist">
1940
+ <xs:annotation>
1941
+ <xs:documentation source="ddex:Definition">A Composite containing details of a non-contracted FeaturedArtist for the SoundRecording. A non-contracted FeaturedArtist may be described through Name, Identifier and Roles.</xs:documentation>
1942
+ </xs:annotation>
1943
+ </xs:element>
1944
+ <xs:element name="NonFeaturedArtist"
1945
+ minOccurs="0"
1946
+ maxOccurs="unbounded"
1947
+ type="mlc:DetailedArtist">
1948
+ <xs:annotation>
1949
+ <xs:documentation source="ddex:Definition">A Composite containing details of a NonFeaturedArtist for the SoundRecording. A NonFeaturedArtist may be described through Name, Identifier and Roles.</xs:documentation>
1950
+ </xs:annotation>
1951
+ </xs:element>
1952
+ <xs:element name="InitialProducer"
1953
+ minOccurs="0"
1954
+ maxOccurs="unbounded"
1955
+ type="mlc:Producer">
1956
+ <xs:annotation>
1957
+ <xs:documentation source="ddex:Definition">A Composite containing details of an initial Producer for the SoundRecording. An initial Producer may be described through Name and Identifier.</xs:documentation>
1958
+ </xs:annotation>
1959
+ </xs:element>
1960
+ <xs:element name="ResourceContributor"
1961
+ minOccurs="0"
1962
+ maxOccurs="unbounded"
1963
+ type="mlc:ResourceContributor">
1964
+ <xs:annotation>
1965
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Contributor to the SoundRecording.</xs:documentation>
1966
+ </xs:annotation>
1967
+ </xs:element>
1968
+ <xs:element name="IndirectResourceContributor"
1969
+ minOccurs="0"
1970
+ maxOccurs="unbounded"
1971
+ type="mlc:IndirectResourceContributor">
1972
+ <xs:annotation>
1973
+ <xs:documentation source="ddex:Definition">A Composite containing details of an indirect Contributor to the SoundRecording.</xs:documentation>
1974
+ </xs:annotation>
1975
+ </xs:element>
1976
+ <xs:element name="RightsAgreementId" minOccurs="0" type="mlc:RightsAgreementId">
1977
+ <xs:annotation>
1978
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a License, Claim, RightShare or contract for the MusicalWork(s) used in the SoundRecording.</xs:documentation>
1979
+ </xs:annotation>
1980
+ </xs:element>
1981
+ <xs:element name="LabelName"
1982
+ minOccurs="0"
1983
+ maxOccurs="unbounded"
1984
+ type="mlc:LabelName">
1985
+ <xs:annotation>
1986
+ <xs:documentation source="ddex:Definition">A Composite containing the Name of the Label under which the Release is to be marketed. The use of multiple LabelNames is discouraged unless used to communicate label names in different languages and/or scripts.</xs:documentation>
1987
+ </xs:annotation>
1988
+ </xs:element>
1989
+ <xs:element name="RightsController"
1990
+ maxOccurs="unbounded"
1991
+ type="mlc:RightsController">
1992
+ <xs:annotation>
1993
+ <xs:documentation source="ddex:Definition">A Composite containing details of RightsController of Rights in the SoundRecording.</xs:documentation>
1994
+ </xs:annotation>
1995
+ </xs:element>
1996
+ <xs:element name="RemasteredDate" minOccurs="0" type="mlc:EventDate">
1997
+ <xs:annotation>
1998
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was re-mastered (usually digitally). This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
1999
+ </xs:annotation>
2000
+ </xs:element>
2001
+ <xs:element name="ResourceReleaseDate" minOccurs="0" type="mlc:EventDate">
2002
+ <xs:annotation>
2003
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was published, whether for physical or electronic/online distribution. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
2004
+ </xs:annotation>
2005
+ </xs:element>
2006
+ <xs:element name="OriginalResourceReleaseDate"
2007
+ minOccurs="0"
2008
+ maxOccurs="unbounded"
2009
+ type="mlc:EventDate">
2010
+ <xs:annotation>
2011
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of the Event in which the SoundRecording was originally published, whether for physical or electronic/online distribution. This is a string with the syntax YYYY[-MM[-DD]]. If one OriginalResourceReleaseDate is specified, the TerritoryCode attribute is not mandatory, but if more than one OriginalResourceReleaseDate is provided, all of these need to have a TerritoryCode attribute.</xs:documentation>
2012
+ </xs:annotation>
2013
+ </xs:element>
2014
+ <xs:element name="PLine"
2015
+ minOccurs="0"
2016
+ maxOccurs="unbounded"
2017
+ type="mlc:PLine">
2018
+ <xs:annotation>
2019
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PLine for the SoundRecording.</xs:documentation>
2020
+ </xs:annotation>
2021
+ </xs:element>
2022
+ <xs:element name="Licensor" minOccurs="0" type="mlc:PartyDescriptor">
2023
+ <xs:annotation>
2024
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Party granting the permission for Usage.</xs:documentation>
2025
+ </xs:annotation>
2026
+ </xs:element>
2027
+ <xs:element name="CourtesyLine" minOccurs="0" type="mlc:CourtesyLine">
2028
+ <xs:annotation>
2029
+ <xs:documentation source="ddex:Definition">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>
2030
+ </xs:annotation>
2031
+ </xs:element>
2032
+ <xs:element name="SequenceNumber" minOccurs="0" type="xs:string">
2033
+ <xs:annotation>
2034
+ <xs:documentation source="ddex:Definition">The number indicating the order of the SoundRecording in a group of SoundRecordings in a Release.</xs:documentation>
2035
+ </xs:annotation>
2036
+ </xs:element>
2037
+ <xs:element name="HostSoundCarrier"
2038
+ minOccurs="0"
2039
+ maxOccurs="unbounded"
2040
+ type="mlc:HostSoundCarrier">
2041
+ <xs:annotation>
2042
+ <xs:documentation source="ddex:Definition">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 Release Notification Message Suite Standard, to support the identification and matching of SoundRecording information.</xs:documentation>
2043
+ </xs:annotation>
2044
+ </xs:element>
2045
+ <xs:element name="MarketingComment" minOccurs="0" type="mlc:Comment">
2046
+ <xs:annotation>
2047
+ <xs:documentation source="ddex:Definition">A Composite containing a Comment about the promotion and marketing of the SoundRecording.</xs:documentation>
2048
+ </xs:annotation>
2049
+ </xs:element>
2050
+ <xs:element name="Genre"
2051
+ minOccurs="0"
2052
+ maxOccurs="unbounded"
2053
+ type="mlc:Genre">
2054
+ <xs:annotation>
2055
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Genre to which the SoundRecording belongs.</xs:documentation>
2056
+ </xs:annotation>
2057
+ </xs:element>
2058
+ <xs:element name="ParentalWarningType"
2059
+ minOccurs="0"
2060
+ maxOccurs="unbounded"
2061
+ type="mlc:ParentalWarningType">
2062
+ <xs:annotation>
2063
+ <xs:documentation source="ddex:Definition">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>
2064
+ </xs:annotation>
2065
+ </xs:element>
2066
+ <xs:element name="AvRating"
2067
+ minOccurs="0"
2068
+ maxOccurs="unbounded"
2069
+ type="mlc:AvRating">
2070
+ <xs:annotation>
2071
+ <xs:documentation source="ddex:Definition">A Composite containing details of a rating for the SoundRecording.</xs:documentation>
2072
+ </xs:annotation>
2073
+ </xs:element>
2074
+ <xs:element name="TechnicalVideoDetails"
2075
+ minOccurs="0"
2076
+ maxOccurs="unbounded"
2077
+ type="mlc:TechnicalVideoDetails">
2078
+ <xs:annotation>
2079
+ <xs:documentation source="ddex:Definition">A Composite containing technical details of the Video.</xs:documentation>
2080
+ </xs:annotation>
2081
+ </xs:element>
2082
+ <xs:element name="FulfillmentDate" minOccurs="0" type="mlc:FulfillmentDate">
2083
+ <xs:annotation>
2084
+ <xs:documentation source="ddex:Definition">A Composite containing details of a FulfillmentDate.</xs:documentation>
2085
+ </xs:annotation>
2086
+ </xs:element>
2087
+ <xs:element name="Keywords"
2088
+ minOccurs="0"
2089
+ maxOccurs="unbounded"
2090
+ type="mlc:Keywords">
2091
+ <xs:annotation>
2092
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Description of the SoundRecording containing Keywords.</xs:documentation>
2093
+ </xs:annotation>
2094
+ </xs:element>
2095
+ <xs:element name="Synopsis" minOccurs="0" type="mlc:Synopsis">
2096
+ <xs:annotation>
2097
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Synopsis of the SoundRecording.</xs:documentation>
2098
+ </xs:annotation>
2099
+ </xs:element>
2100
+ <xs:element name="GoverningAgreementType"
2101
+ minOccurs="0"
2102
+ type="mlc:GoverningAgreementType">
2103
+ <xs:annotation>
2104
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Type of an agreement that covers the making of the SoundRecording.</xs:documentation>
2105
+ </xs:annotation>
2106
+ </xs:element>
2107
+ <xs:element name="NumberOfFeaturedArtists" minOccurs="0" type="xs:integer">
2108
+ <xs:annotation>
2109
+ <xs:documentation source="ddex:Definition">The number of FeaturedArtists associated with the SoundRecording.</xs:documentation>
2110
+ </xs:annotation>
2111
+ </xs:element>
2112
+ <xs:element name="NumberOfFeaturedNonContractedArtists"
2113
+ minOccurs="0"
2114
+ type="xs:integer">
2115
+ <xs:annotation>
2116
+ <xs:documentation source="ddex:Definition">The number of FeaturedArtists associated with the SoundRecording that are also NonContractedArtists.</xs:documentation>
2117
+ </xs:annotation>
2118
+ </xs:element>
2119
+ <xs:element name="NumberOfNonFeaturedArtists" minOccurs="0" type="xs:integer">
2120
+ <xs:annotation>
2121
+ <xs:documentation source="ddex:Definition">The number of NonFeaturedArtists associated with the SoundRecording.</xs:documentation>
2122
+ </xs:annotation>
2123
+ </xs:element>
2124
+ <xs:element name="LineUpComplete" minOccurs="0" type="xs:boolean">
2125
+ <xs:annotation>
2126
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up is complete (=true) or not (=false).</xs:documentation>
2127
+ </xs:annotation>
2128
+ </xs:element>
2129
+ <xs:element name="NumberOfMainCharacters" minOccurs="0" type="xs:integer">
2130
+ <xs:annotation>
2131
+ <xs:documentation source="ddex:Definition">The number of MainCharacters associated with the SoundRecording.</xs:documentation>
2132
+ </xs:annotation>
2133
+ </xs:element>
2134
+ <xs:element name="MainCharacterLineUpComplete" minOccurs="0" type="xs:boolean">
2135
+ <xs:annotation>
2136
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up of MainCharacters is complete (=true) or not (=false). If no value is provided, no information about completeness is available.</xs:documentation>
2137
+ </xs:annotation>
2138
+ </xs:element>
2139
+ <xs:element name="NumberOfSupportingCharacters" minOccurs="0" type="xs:integer">
2140
+ <xs:annotation>
2141
+ <xs:documentation source="ddex:Definition">The number of SupportingCharacters associated with the SoundRecording.</xs:documentation>
2142
+ </xs:annotation>
2143
+ </xs:element>
2144
+ <xs:element name="SupportingCharacterLineUpComplete"
2145
+ minOccurs="0"
2146
+ type="xs:boolean">
2147
+ <xs:annotation>
2148
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up of SupportingCharacters is complete (=true) or not (=false). If no value is provided, no information about completeness is available.</xs:documentation>
2149
+ </xs:annotation>
2150
+ </xs:element>
2151
+ <xs:element name="NumberOfOtherCharacters" minOccurs="0" type="xs:integer">
2152
+ <xs:annotation>
2153
+ <xs:documentation source="ddex:Definition">The number of OtherCharacters associated with the SoundRecording.</xs:documentation>
2154
+ </xs:annotation>
2155
+ </xs:element>
2156
+ <xs:element name="OtherCharacterLineUpComplete" minOccurs="0" type="xs:boolean">
2157
+ <xs:annotation>
2158
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the line up of OtherCharacters is complete (=true) or not (=false). If no value is provided, no information about completeness is available.</xs:documentation>
2159
+ </xs:annotation>
2160
+ </xs:element>
2161
+ </xs:sequence>
2162
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2163
+ <xs:annotation>
2164
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the SoundRecordingDetailsByTerritory as defined in IETF RfC 5646. 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>
2165
+ </xs:annotation>
2166
+ </xs:attribute>
2167
+ </xs:complexType>
2168
+ <xs:complexType name="AdministratingRecordCompany">
2169
+ <xs:annotation>
2170
+ <xs:documentation source="ddex:Definition">A Composite containing details of an AdministratingRecordCompany.</xs:documentation>
2171
+ </xs:annotation>
2172
+ <xs:choice>
2173
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
2174
+ <xs:annotation>
2175
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
2176
+ </xs:annotation>
2177
+ </xs:element>
2178
+ <xs:sequence>
2179
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
2180
+ <xs:annotation>
2181
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
2182
+ </xs:annotation>
2183
+ </xs:element>
2184
+ <xs:element name="PartyId"
2185
+ minOccurs="0"
2186
+ maxOccurs="unbounded"
2187
+ type="mlc:PartyId">
2188
+ <xs:annotation>
2189
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
2190
+ </xs:annotation>
2191
+ </xs:element>
2192
+ </xs:sequence>
2193
+ </xs:choice>
2194
+ <xs:attribute name="Namespace" type="xs:string">
2195
+ <xs:annotation>
2196
+ <xs:documentation source="ddex:Definition">The Namespace of the Role if it belongs to a proprietary scheme. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2197
+ </xs:annotation>
2198
+ </xs:attribute>
2199
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2200
+ <xs:annotation>
2201
+ <xs:documentation source="ddex:Definition">A UserDefined value of the Role. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2202
+ </xs:annotation>
2203
+ </xs:attribute>
2204
+ <xs:attribute name="Role"
2205
+ type="avs:AdministratingRecordCompanyRole"
2206
+ use="required">
2207
+ <xs:annotation>
2208
+ <xs:documentation source="ddex:Definition">The role played by the Party responsible for administering Rights in a Resource or a Release.</xs:documentation>
2209
+ </xs:annotation>
2210
+ </xs:attribute>
2211
+ </xs:complexType>
2212
+ <xs:complexType name="AllTerritoryCode">
2213
+ <xs:annotation>
2214
+ <xs:documentation source="ddex:Definition">A Composite containing details of a TerritoryCode.</xs:documentation>
2215
+ </xs:annotation>
2216
+ <xs:simpleContent>
2217
+ <xs:extension base="avs:AllTerritoryCode">
2218
+ <xs:attribute name="IdentifierType"
2219
+ type="avs:TerritoryCodeTypeIncludingDeprecatedCodes">
2220
+ <xs:annotation>
2221
+ <xs:documentation source="ddex:Definition">A standard used for the TerritoryCode. This is represented in an XML schema as an XML Attribute. If this Attribute is not provided, it is assumed that the code is a TerritoryCode in accordance with ISO 3166-1 Alpha 2 standard (or Worldwide).</xs:documentation>
2222
+ </xs:annotation>
2223
+ </xs:attribute>
2224
+ </xs:extension>
2225
+ </xs:simpleContent>
2226
+ </xs:complexType>
2227
+ <xs:complexType name="Artist">
2228
+ <xs:annotation>
2229
+ <xs:documentation source="ddex:Definition">A Composite containing details of an Artist. An Artist may be described through Name, Identifier and Roles.</xs:documentation>
2230
+ </xs:annotation>
2231
+ <xs:sequence>
2232
+ <xs:choice>
2233
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
2234
+ <xs:annotation>
2235
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
2236
+ </xs:annotation>
2237
+ </xs:element>
2238
+ <xs:sequence>
2239
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
2240
+ <xs:annotation>
2241
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
2242
+ </xs:annotation>
2243
+ </xs:element>
2244
+ <xs:element name="PartyId"
2245
+ minOccurs="0"
2246
+ maxOccurs="unbounded"
2247
+ type="mlc:PartyId">
2248
+ <xs:annotation>
2249
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
2250
+ </xs:annotation>
2251
+ </xs:element>
2252
+ </xs:sequence>
2253
+ </xs:choice>
2254
+ <xs:element name="ArtistRole" maxOccurs="unbounded" type="mlc:ArtistRole">
2255
+ <xs:annotation>
2256
+ <xs:documentation source="ddex:Definition">A Composite containing details of a role played by the Artist in relation to other Artists.</xs:documentation>
2257
+ </xs:annotation>
2258
+ </xs:element>
2259
+ <xs:element name="Nationality"
2260
+ minOccurs="0"
2261
+ maxOccurs="unbounded"
2262
+ type="mlc:ddexC_CurrentTerritoryCode">
2263
+ <xs:annotation>
2264
+ <xs:documentation source="ddex:Definition">The nationality of the Artist.</xs:documentation>
2265
+ </xs:annotation>
2266
+ </xs:element>
2267
+ </xs:sequence>
2268
+ <xs:attribute name="SequenceNumber" type="xs:integer">
2269
+ <xs:annotation>
2270
+ <xs:documentation source="ddex:Definition">The number indicating the order of the Artist in a group of Artists. This is represented in an XML schema as an XML Attribute. </xs:documentation>
2271
+ </xs:annotation>
2272
+ </xs:attribute>
2273
+ </xs:complexType>
2274
+ <xs:complexType name="ArtistDelegatedUsageRights">
2275
+ <xs:annotation>
2276
+ <xs:documentation source="ddex:Definition">A Composite containing details of the kinds of usage for which rights have been delegated by an Artist.</xs:documentation>
2277
+ </xs:annotation>
2278
+ <xs:sequence>
2279
+ <xs:element name="UseType" maxOccurs="unbounded" type="mlc:UseType">
2280
+ <xs:annotation>
2281
+ <xs:documentation source="ddex:Definition">A Composite containing details of the use for which rights are delegated.</xs:documentation>
2282
+ </xs:annotation>
2283
+ </xs:element>
2284
+ <xs:element name="UserInterfaceType"
2285
+ minOccurs="0"
2286
+ maxOccurs="unbounded"
2287
+ type="mlc:UserInterfaceType">
2288
+ <xs:annotation>
2289
+ <xs:documentation source="ddex:Definition">A Composite containing details of a physical interface by which a Consumer uses a Service or Release.</xs:documentation>
2290
+ </xs:annotation>
2291
+ </xs:element>
2292
+ <xs:element name="PeriodOfRightsDelegation" type="mlc:Period">
2293
+ <xs:annotation>
2294
+ <xs:documentation source="ddex:Definition">A Composite containing details about a Period of Time for which the delegation of usage rights applies. Periods are typically described by at least a StartDate or EndDate.</xs:documentation>
2295
+ </xs:annotation>
2296
+ </xs:element>
2297
+ <xs:element name="TerritoryOfRightsDelegation"
2298
+ maxOccurs="unbounded"
2299
+ type="mlc:CurrentTerritoryCode">
2300
+ <xs:annotation>
2301
+ <xs:documentation source="ddex:Definition">A Territory for which the delegation of usage rights applies.</xs:documentation>
2302
+ </xs:annotation>
2303
+ </xs:element>
2304
+ <xs:element name="MembershipType" type="avs:MembershipType">
2305
+ <xs:annotation>
2306
+ <xs:documentation source="ddex:Definition">A Type of membership of the Artist.</xs:documentation>
2307
+ </xs:annotation>
2308
+ </xs:element>
2309
+ </xs:sequence>
2310
+ </xs:complexType>
2311
+ <xs:complexType name="ArtistRole">
2312
+ <xs:annotation>
2313
+ <xs:documentation source="ddex:Definition">A Composite containing details of an ArtistRole. Note: This can be used in a DdexMessage in relation to any Performance or Fixation either of which may form the whole or part of the Resource itself. Example: if an 'AssociatedPerformer' is shown as a Contributor to a MusicalWork it refers to a Performer of a Resource (e.g. a SoundRecording) expressing the MusicalWork.</xs:documentation>
2314
+ </xs:annotation>
2315
+ <xs:simpleContent>
2316
+ <xs:extension base="avs:ArtistRole">
2317
+ <xs:attribute name="Namespace" type="xs:string">
2318
+ <xs:annotation>
2319
+ <xs:documentation source="ddex:Definition">The Namespace of the ArtistRole. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2320
+ </xs:annotation>
2321
+ </xs:attribute>
2322
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2323
+ <xs:annotation>
2324
+ <xs:documentation source="ddex:Definition">A UserDefined value of the ArtistRole. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2325
+ </xs:annotation>
2326
+ </xs:attribute>
2327
+ </xs:extension>
2328
+ </xs:simpleContent>
2329
+ </xs:complexType>
2330
+ <xs:complexType name="AudioCodecType">
2331
+ <xs:annotation>
2332
+ <xs:documentation source="ddex:Definition">A Composite containing details of an AudioCodecType.</xs:documentation>
2333
+ </xs:annotation>
2334
+ <xs:simpleContent>
2335
+ <xs:extension base="avs:AudioCodecType">
2336
+ <xs:attribute name="Version" type="xs:string">
2337
+ <xs:annotation>
2338
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the AudioCodecType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2339
+ </xs:annotation>
2340
+ </xs:attribute>
2341
+ <xs:attribute name="Namespace" type="xs:string">
2342
+ <xs:annotation>
2343
+ <xs:documentation source="ddex:Definition">The Namespace of the AudioCodecType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2344
+ </xs:annotation>
2345
+ </xs:attribute>
2346
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2347
+ <xs:annotation>
2348
+ <xs:documentation source="ddex:Definition">A UserDefined value of the AudioCodecType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2349
+ </xs:annotation>
2350
+ </xs:attribute>
2351
+ </xs:extension>
2352
+ </xs:simpleContent>
2353
+ </xs:complexType>
2354
+ <xs:complexType name="AvRating">
2355
+ <xs:annotation>
2356
+ <xs:documentation source="ddex:Definition">A Composite containing details of a rating for an audio-visual Creation.</xs:documentation>
2357
+ </xs:annotation>
2358
+ <xs:sequence>
2359
+ <xs:element name="RatingText" type="xs:string">
2360
+ <xs:annotation>
2361
+ <xs:documentation source="ddex:Definition">The text of the AvRating.</xs:documentation>
2362
+ </xs:annotation>
2363
+ </xs:element>
2364
+ <xs:element name="RatingAgency" type="mlc:RatingAgency">
2365
+ <xs:annotation>
2366
+ <xs:documentation source="ddex:Definition">A Composite containing details of an Organization that issues the AvRating.</xs:documentation>
2367
+ </xs:annotation>
2368
+ </xs:element>
2369
+ <xs:element name="RatingSchemeDescription"
2370
+ minOccurs="0"
2371
+ maxOccurs="unbounded"
2372
+ type="mlc:Description">
2373
+ <xs:annotation>
2374
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Description of the RatingText.</xs:documentation>
2375
+ </xs:annotation>
2376
+ </xs:element>
2377
+ </xs:sequence>
2378
+ </xs:complexType>
2379
+ <xs:complexType name="CLine">
2380
+ <xs:annotation>
2381
+ <xs:documentation source="ddex:Definition">A Composite containing details of a CLine.</xs:documentation>
2382
+ </xs:annotation>
2383
+ <xs:sequence>
2384
+ <xs:element name="Year" minOccurs="0" type="xs:gYear">
2385
+ <xs:annotation>
2386
+ <xs:documentation source="ddex:Definition">The Year of the CLine.</xs:documentation>
2387
+ </xs:annotation>
2388
+ </xs:element>
2389
+ <xs:element name="CLineCompany" minOccurs="0" type="xs:string">
2390
+ <xs:annotation>
2391
+ <xs:documentation source="ddex:Definition">The Name of the company releasing the Creation. This may be an owner or a licensee of the Creation.</xs:documentation>
2392
+ </xs:annotation>
2393
+ </xs:element>
2394
+ <xs:element name="CLineText" type="xs:string">
2395
+ <xs:annotation>
2396
+ <xs:documentation source="ddex:Definition">The text of the CLine.</xs:documentation>
2397
+ </xs:annotation>
2398
+ </xs:element>
2399
+ </xs:sequence>
2400
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2401
+ <xs:annotation>
2402
+ <xs:documentation source="ddex:Definition">The Language and script of the CLineText as defined in IETF RfC 5646. 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>
2403
+ </xs:annotation>
2404
+ </xs:attribute>
2405
+ </xs:complexType>
2406
+ <xs:complexType name="CarrierType">
2407
+ <xs:annotation>
2408
+ <xs:documentation source="ddex:Definition">A Composite containing details of a CarrierType.</xs:documentation>
2409
+ </xs:annotation>
2410
+ <xs:simpleContent>
2411
+ <xs:extension base="avs:CarrierType">
2412
+ <xs:attribute name="Namespace" type="xs:string">
2413
+ <xs:annotation>
2414
+ <xs:documentation source="ddex:Definition">The Namespace of the CarrierType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2415
+ </xs:annotation>
2416
+ </xs:attribute>
2417
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2418
+ <xs:annotation>
2419
+ <xs:documentation source="ddex:Definition">A UserDefined value of the CarrierType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2420
+ </xs:annotation>
2421
+ </xs:attribute>
2422
+ </xs:extension>
2423
+ </xs:simpleContent>
2424
+ </xs:complexType>
2425
+ <xs:complexType name="CatalogNumber">
2426
+ <xs:annotation>
2427
+ <xs:documentation source="ddex:Definition">A Composite containing details of a CatalogNumber.</xs:documentation>
2428
+ </xs:annotation>
2429
+ <xs:simpleContent>
2430
+ <xs:extension base="xs:string">
2431
+ <xs:attribute name="Namespace" type="xs:string" use="required">
2432
+ <xs:annotation>
2433
+ <xs:documentation source="ddex:Definition">The Namespace of the CatalogNumber. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2434
+ </xs:annotation>
2435
+ </xs:attribute>
2436
+ </xs:extension>
2437
+ </xs:simpleContent>
2438
+ </xs:complexType>
2439
+ <xs:complexType name="CdProtectionType">
2440
+ <xs:annotation>
2441
+ <xs:documentation source="ddex:Definition">A Composite containing details of a CdProtectionType.</xs:documentation>
2442
+ </xs:annotation>
2443
+ <xs:simpleContent>
2444
+ <xs:extension base="avs:CdProtectionType">
2445
+ <xs:attribute name="Namespace" type="xs:string">
2446
+ <xs:annotation>
2447
+ <xs:documentation source="ddex:Definition">The Namespace of the CdProtectionType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2448
+ </xs:annotation>
2449
+ </xs:attribute>
2450
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2451
+ <xs:annotation>
2452
+ <xs:documentation source="ddex:Definition">A UserDefined value of the CdProtectionType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2453
+ </xs:annotation>
2454
+ </xs:attribute>
2455
+ </xs:extension>
2456
+ </xs:simpleContent>
2457
+ </xs:complexType>
2458
+ <xs:complexType name="Comment">
2459
+ <xs:annotation>
2460
+ <xs:documentation source="ddex:Definition">A Composite containing details of an Comment.</xs:documentation>
2461
+ </xs:annotation>
2462
+ <xs:simpleContent>
2463
+ <xs:extension base="xs:string">
2464
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2465
+ <xs:annotation>
2466
+ <xs:documentation source="ddex:Definition">The Language and script of the Comment as defined in IETF RfC 5646. 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>
2467
+ </xs:annotation>
2468
+ </xs:attribute>
2469
+ </xs:extension>
2470
+ </xs:simpleContent>
2471
+ </xs:complexType>
2472
+ <xs:complexType name="ContactId">
2473
+ <xs:annotation>
2474
+ <xs:documentation source="ddex:Definition">A Composite containing details of contact Identifiers of a Party.</xs:documentation>
2475
+ </xs:annotation>
2476
+ <xs:sequence>
2477
+ <xs:element name="EmailAddress"
2478
+ minOccurs="0"
2479
+ maxOccurs="unbounded"
2480
+ type="xs:string">
2481
+ <xs:annotation>
2482
+ <xs:documentation source="ddex:Definition">An EmailAddress of the Party.</xs:documentation>
2483
+ </xs:annotation>
2484
+ </xs:element>
2485
+ <xs:element name="PhoneNumber"
2486
+ minOccurs="0"
2487
+ maxOccurs="unbounded"
2488
+ type="xs:string">
2489
+ <xs:annotation>
2490
+ <xs:documentation source="ddex:Definition">A PhoneNumber of the Party.</xs:documentation>
2491
+ </xs:annotation>
2492
+ </xs:element>
2493
+ <xs:element name="FaxNumber"
2494
+ minOccurs="0"
2495
+ maxOccurs="unbounded"
2496
+ type="xs:string">
2497
+ <xs:annotation>
2498
+ <xs:documentation source="ddex:Definition">A FaxNumber of the Party.</xs:documentation>
2499
+ </xs:annotation>
2500
+ </xs:element>
2501
+ </xs:sequence>
2502
+ </xs:complexType>
2503
+ <xs:complexType name="ContainerFormat">
2504
+ <xs:annotation>
2505
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ContainerFormat.</xs:documentation>
2506
+ </xs:annotation>
2507
+ <xs:simpleContent>
2508
+ <xs:extension base="avs:ContainerFormat">
2509
+ <xs:attribute name="Namespace" type="xs:string">
2510
+ <xs:annotation>
2511
+ <xs:documentation source="ddex:Definition">The Namespace of the ContainerFormat. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2512
+ </xs:annotation>
2513
+ </xs:attribute>
2514
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2515
+ <xs:annotation>
2516
+ <xs:documentation source="ddex:Definition">A UserDefined value of the ContainerFormat. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2517
+ </xs:annotation>
2518
+ </xs:attribute>
2519
+ </xs:extension>
2520
+ </xs:simpleContent>
2521
+ </xs:complexType>
2522
+ <xs:complexType name="CourtesyLine">
2523
+ <xs:annotation>
2524
+ <xs:documentation source="ddex:Definition">A Composite containing details of an CourtesyLine.</xs:documentation>
2525
+ </xs:annotation>
2526
+ <xs:simpleContent>
2527
+ <xs:extension base="xs:string">
2528
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2529
+ <xs:annotation>
2530
+ <xs:documentation source="ddex:Definition">The Language and script of the CourtesyLine as defined in IETF RfC 5646. 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>
2531
+ </xs:annotation>
2532
+ </xs:attribute>
2533
+ </xs:extension>
2534
+ </xs:simpleContent>
2535
+ </xs:complexType>
2536
+ <xs:complexType name="CurrentTerritoryCode">
2537
+ <xs:annotation>
2538
+ <xs:documentation source="ddex:Definition">A Composite containing details of a TerritoryCode.</xs:documentation>
2539
+ </xs:annotation>
2540
+ <xs:simpleContent>
2541
+ <xs:extension base="avs:CurrentTerritoryCode">
2542
+ <xs:attribute name="IdentifierType" type="avs:TerritoryCodeType">
2543
+ <xs:annotation>
2544
+ <xs:documentation source="ddex:Definition">A standard used for the TerritoryCode. This is represented in an XML schema as an XML Attribute. If this Attribute is not provided, it is assumed that the code is a TerritoryCode in accordance with ISO 3166-1 Alpha 2 standard (or Worldwide).</xs:documentation>
2545
+ </xs:annotation>
2546
+ </xs:attribute>
2547
+ </xs:extension>
2548
+ </xs:simpleContent>
2549
+ </xs:complexType>
2550
+ <xs:complexType name="DdexDigitalSignature">
2551
+ <xs:annotation>
2552
+ <xs:documentation source="ddex:Definition">A Composite placed at the beginning of each WsMessage providing information about the WsMessage such as MessageSender, MessageRecipient and a WsMessage creation time stamp.</xs:documentation>
2553
+ </xs:annotation>
2554
+ <xs:sequence>
2555
+ <xs:element name="SignedInfo" type="ds:SignedInfoType">
2556
+ <xs:annotation>
2557
+ <xs:documentation source="ddex:Definition">An Element of type SignedInfoType.</xs:documentation>
2558
+ </xs:annotation>
2559
+ </xs:element>
2560
+ <xs:element name="SignatureValue" type="ds:SignatureValueType">
2561
+ <xs:annotation>
2562
+ <xs:documentation source="ddex:Definition">An Element of type SignatureValueType.</xs:documentation>
2563
+ </xs:annotation>
2564
+ </xs:element>
2565
+ <xs:element name="KeyInfo" type="mlc:KeyInfo">
2566
+ <xs:annotation>
2567
+ <xs:documentation source="ddex:Definition">A KeyInfo Composite.</xs:documentation>
2568
+ </xs:annotation>
2569
+ </xs:element>
2570
+ </xs:sequence>
2571
+ <xs:attribute name="Id" type="xs:ID">
2572
+ <xs:annotation>
2573
+ <xs:documentation source="ddex:Definition">An XmlAttribute of type xs:ID.</xs:documentation>
2574
+ </xs:annotation>
2575
+ </xs:attribute>
2576
+ </xs:complexType>
2577
+ <xs:complexType name="DelegatedUsageRights">
2578
+ <xs:annotation>
2579
+ <xs:documentation source="ddex:Definition">A Composite containing details of the kinds of usage for which rights have been delegated.</xs:documentation>
2580
+ </xs:annotation>
2581
+ <xs:sequence>
2582
+ <xs:element name="UseType" maxOccurs="unbounded" type="mlc:UseType">
2583
+ <xs:annotation>
2584
+ <xs:documentation source="ddex:Definition">A Composite containing details of the use for which rights are delegated.</xs:documentation>
2585
+ </xs:annotation>
2586
+ </xs:element>
2587
+ <xs:element name="UserInterfaceType"
2588
+ minOccurs="0"
2589
+ maxOccurs="unbounded"
2590
+ type="mlc:UserInterfaceType">
2591
+ <xs:annotation>
2592
+ <xs:documentation source="ddex:Definition">A Composite containing details of a physical interface by which a Consumer uses a Service or Release.</xs:documentation>
2593
+ </xs:annotation>
2594
+ </xs:element>
2595
+ <xs:element name="PeriodOfRightsDelegation" type="mlc:Period">
2596
+ <xs:annotation>
2597
+ <xs:documentation source="ddex:Definition">A Composite containing details about a Period of Time for which the delegation of usage rights applies. Periods are typically described by at least a StartDate or EndDate.</xs:documentation>
2598
+ </xs:annotation>
2599
+ </xs:element>
2600
+ <xs:element name="TerritoryOfRightsDelegation"
2601
+ maxOccurs="unbounded"
2602
+ type="mlc:CurrentTerritoryCode">
2603
+ <xs:annotation>
2604
+ <xs:documentation source="ddex:Definition">A Territory for which the delegation of usage rights applies.</xs:documentation>
2605
+ </xs:annotation>
2606
+ </xs:element>
2607
+ </xs:sequence>
2608
+ </xs:complexType>
2609
+ <xs:complexType name="Description">
2610
+ <xs:annotation>
2611
+ <xs:documentation source="ddex:Definition">A Composite containing details of an Description.</xs:documentation>
2612
+ </xs:annotation>
2613
+ <xs:simpleContent>
2614
+ <xs:extension base="xs:string">
2615
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2616
+ <xs:annotation>
2617
+ <xs:documentation source="ddex:Definition">The Language and script of the Description as defined in IETF RfC 5646. 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>
2618
+ </xs:annotation>
2619
+ </xs:attribute>
2620
+ </xs:extension>
2621
+ </xs:simpleContent>
2622
+ </xs:complexType>
2623
+ <xs:complexType name="EventDate">
2624
+ <xs:annotation>
2625
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of an Event.</xs:documentation>
2626
+ </xs:annotation>
2627
+ <xs:simpleContent>
2628
+ <xs:extension base="mlc:ddex_IsoDate">
2629
+ <xs:attribute name="IsApproximate" type="xs:boolean">
2630
+ <xs:annotation>
2631
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the reported Date is approximate (=true) or exact (=false). This is represented in an XML schema as an XML Attribute. </xs:documentation>
2632
+ </xs:annotation>
2633
+ </xs:attribute>
2634
+ <xs:attribute name="IsBefore" type="xs:boolean">
2635
+ <xs:annotation>
2636
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Event being described occurred sometime before the reported Date (=true) or not (=false). This is represented in an XML schema as an XML Attribute.</xs:documentation>
2637
+ </xs:annotation>
2638
+ </xs:attribute>
2639
+ <xs:attribute name="IsAfter" type="xs:boolean">
2640
+ <xs:annotation>
2641
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Event being described occurred sometime after the reported Date (=true) or not (=false). This is represented in an XML schema as an XML Attribute.</xs:documentation>
2642
+ </xs:annotation>
2643
+ </xs:attribute>
2644
+ <xs:attribute name="TerritoryCode">
2645
+ <xs:annotation>
2646
+ <xs:documentation source="ddex:Definition">The Territory in which the Event occurred. This is represented in an XML schema as an XML Attribute. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
2647
+ </xs:annotation>
2648
+ </xs:attribute>
2649
+ <xs:attribute name="LocationDescription" type="xs:string">
2650
+ <xs:annotation>
2651
+ <xs:documentation source="ddex:Definition">A Description of the location in which the Event occurred. It offers the opportunity to describe a place more precisely than using the TerritoryCode. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2652
+ </xs:annotation>
2653
+ </xs:attribute>
2654
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2655
+ <xs:annotation>
2656
+ <xs:documentation source="ddex:Definition">The Language and script for the LocationDescription as defined in IETF RfC 5646. 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>
2657
+ </xs:annotation>
2658
+ </xs:attribute>
2659
+ </xs:extension>
2660
+ </xs:simpleContent>
2661
+ </xs:complexType>
2662
+ <xs:complexType name="EventDateTime">
2663
+ <xs:annotation>
2664
+ <xs:documentation source="ddex:Definition">A Composite containing details of the DateTime and Place of an Event.</xs:documentation>
2665
+ </xs:annotation>
2666
+ <xs:simpleContent>
2667
+ <xs:extension base="xs:dateTime">
2668
+ <xs:attribute name="IsApproximate" type="xs:boolean">
2669
+ <xs:annotation>
2670
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the reported DateTime is approximate (=true) or exact (=false). This is represented in an XML schema as an XML Attribute. </xs:documentation>
2671
+ </xs:annotation>
2672
+ </xs:attribute>
2673
+ <xs:attribute name="IsBefore" type="xs:boolean">
2674
+ <xs:annotation>
2675
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Event being described occurred sometime before the reported DateTime (=true) or not (=false). This is represented in an XML schema as an XML Attribute.</xs:documentation>
2676
+ </xs:annotation>
2677
+ </xs:attribute>
2678
+ <xs:attribute name="IsAfter" type="xs:boolean">
2679
+ <xs:annotation>
2680
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the Event being described occurred sometime after the reported DateTime (=true) or not (=false). This is represented in an XML schema as an XML Attribute.</xs:documentation>
2681
+ </xs:annotation>
2682
+ </xs:attribute>
2683
+ <xs:attribute name="TerritoryCode">
2684
+ <xs:annotation>
2685
+ <xs:documentation source="ddex:Definition">The Territory in which the Event occurred. This is represented in an XML schema as an XML Attribute. The use of ISO TerritoryCodes (or the term 'Worldwide”) is strongly encouraged; TIS TerritoryCodes should only be used if both MessageSender and MessageRecipient are familiar with this standard. </xs:documentation>
2686
+ </xs:annotation>
2687
+ </xs:attribute>
2688
+ <xs:attribute name="LocationDescription" type="xs:string">
2689
+ <xs:annotation>
2690
+ <xs:documentation source="ddex:Definition">A Description of the location in which the Event occurred. It offers the opportunity to describe a place more precisely than using the TerritoryCode. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2691
+ </xs:annotation>
2692
+ </xs:attribute>
2693
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2694
+ <xs:annotation>
2695
+ <xs:documentation source="ddex:Definition">The Language and script for the LocationDescription as defined in IETF RfC 5646. 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>
2696
+ </xs:annotation>
2697
+ </xs:attribute>
2698
+ </xs:extension>
2699
+ </xs:simpleContent>
2700
+ </xs:complexType>
2701
+ <xs:complexType name="FtpMessageHeader">
2702
+ <xs:annotation>
2703
+ <xs:documentation source="ddex:Definition">A Composite placed at the beginning of each WsMessage providing information about the WsMessage such as MessageSender, MessageRecipient and a WsMessage creation time stamp.</xs:documentation>
2704
+ </xs:annotation>
2705
+ <xs:sequence>
2706
+ <xs:element name="MessageSender" type="mlc:MessagingParty">
2707
+ <xs:annotation>
2708
+ <xs:documentation source="ddex:Definition">A Composite containing details of the MessageSender.</xs:documentation>
2709
+ </xs:annotation>
2710
+ </xs:element>
2711
+ <xs:element name="MessageRecipient" type="mlc:MessagingParty">
2712
+ <xs:annotation>
2713
+ <xs:documentation source="ddex:Definition">A Composite containing details of the MessageRecipient.</xs:documentation>
2714
+ </xs:annotation>
2715
+ </xs:element>
2716
+ <xs:element name="MessageCreatedDateTime" type="xs:dateTime">
2717
+ <xs:annotation>
2718
+ <xs:documentation source="ddex:Definition">The DateTime on which the Message was created (the only allowed format is ISO 8601:2004: YYYY-MM-DDThh:mm:ssTZD).</xs:documentation>
2719
+ </xs:annotation>
2720
+ </xs:element>
2721
+ <xs:choice minOccurs="0">
2722
+ <xs:element name="HashSum" type="mlc:HashSum">
2723
+ <xs:annotation>
2724
+ <xs:documentation source="ddex:Definition">A Composite containing a HashSum and information about the algorithm with which it has been generated.</xs:documentation>
2725
+ </xs:annotation>
2726
+ </xs:element>
2727
+ <xs:element name="Signature" type="mlc:DdexDigitalSignature">
2728
+ <xs:annotation>
2729
+ <xs:documentation source="ddex:Definition">A digital signature in accordance with DDEX-DSIG.</xs:documentation>
2730
+ </xs:annotation>
2731
+ </xs:element>
2732
+ </xs:choice>
2733
+ </xs:sequence>
2734
+ </xs:complexType>
2735
+ <xs:complexType name="FulfillmentDate">
2736
+ <xs:annotation>
2737
+ <xs:documentation source="ddex:Definition">A Composite containing details of a FulfillmentDate.</xs:documentation>
2738
+ </xs:annotation>
2739
+ <xs:sequence>
2740
+ <xs:element name="FulfillmentDate" type="mlc:ddex_IsoDate">
2741
+ <xs:annotation>
2742
+ <xs:documentation source="ddex:Definition">A Date after which an end user can receive the Resource (in ISO 8601:2004 format: YYYY-MM-DD). If no FulfillmentDate is provided the FulfillmentDate is the StartDate of the respective Deal. </xs:documentation>
2743
+ </xs:annotation>
2744
+ </xs:element>
2745
+ <xs:element name="ResourceReleaseReference" minOccurs="0" maxOccurs="unbounded">
2746
+ <xs:annotation>
2747
+ <xs:documentation source="ddex:Definition">The Identifier (specific to the Message) of a Release for a Resource. This is a LocalReleaseAnchorReference starting with the letter R.</xs:documentation>
2748
+ </xs:annotation>
2749
+ <xs:simpleType>
2750
+ <xs:restriction base="xs:IDREF">
2751
+ <xs:pattern value="R[\d\-_a-zA-Z]+"/>
2752
+ </xs:restriction>
2753
+ </xs:simpleType>
2754
+ </xs:element>
2755
+ </xs:sequence>
2756
+ </xs:complexType>
2757
+ <xs:complexType name="Genre">
2758
+ <xs:annotation>
2759
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Genre.</xs:documentation>
2760
+ </xs:annotation>
2761
+ <xs:sequence>
2762
+ <xs:element name="GenreText" type="mlc:Description">
2763
+ <xs:annotation>
2764
+ <xs:documentation source="ddex:Definition">A Composite containing a Description of a genre or style (such as Musical, literary or audio-visual) with which a Creation is associated.</xs:documentation>
2765
+ </xs:annotation>
2766
+ </xs:element>
2767
+ <xs:element name="SubGenre" minOccurs="0" type="mlc:Description">
2768
+ <xs:annotation>
2769
+ <xs:documentation source="ddex:Definition">A Composite containing a Description of a secondary genre or style with which a Creation is associated.</xs:documentation>
2770
+ </xs:annotation>
2771
+ </xs:element>
2772
+ </xs:sequence>
2773
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2774
+ <xs:annotation>
2775
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the Genre as defined in IETF RfC 5646. 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>
2776
+ </xs:annotation>
2777
+ </xs:attribute>
2778
+ </xs:complexType>
2779
+ <xs:complexType name="GoverningAgreementType">
2780
+ <xs:annotation>
2781
+ <xs:documentation source="ddex:Definition">A Composite containing details of a GoverningAgreementType.</xs:documentation>
2782
+ </xs:annotation>
2783
+ <xs:simpleContent>
2784
+ <xs:extension base="avs:GoverningAgreementType">
2785
+ <xs:attribute name="Namespace" type="xs:string">
2786
+ <xs:annotation>
2787
+ <xs:documentation source="ddex:Definition">The Namespace of the GoverningAgreementType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2788
+ </xs:annotation>
2789
+ </xs:attribute>
2790
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2791
+ <xs:annotation>
2792
+ <xs:documentation source="ddex:Definition">A UserDefined value of the GoverningAgreementType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2793
+ </xs:annotation>
2794
+ </xs:attribute>
2795
+ </xs:extension>
2796
+ </xs:simpleContent>
2797
+ </xs:complexType>
2798
+ <xs:complexType name="HashSum">
2799
+ <xs:annotation>
2800
+ <xs:documentation source="ddex:Definition">A Composite containing details of a HashSum and its governing algorithm.</xs:documentation>
2801
+ </xs:annotation>
2802
+ <xs:sequence>
2803
+ <xs:element name="HashSum" type="xs:string">
2804
+ <xs:annotation>
2805
+ <xs:documentation source="ddex:Definition">The value of the HashSum.</xs:documentation>
2806
+ </xs:annotation>
2807
+ </xs:element>
2808
+ <xs:element name="HashSumAlgorithmType" type="mlc:HashSumAlgorithmType">
2809
+ <xs:annotation>
2810
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Type of HashSumAlgorithm governing the HashSum.</xs:documentation>
2811
+ </xs:annotation>
2812
+ </xs:element>
2813
+ <xs:element name="HashSumDataType" minOccurs="0" type="avs:BinaryDataType">
2814
+ <xs:annotation>
2815
+ <xs:documentation source="ddex:Definition">The datatype of the HashSum.</xs:documentation>
2816
+ </xs:annotation>
2817
+ </xs:element>
2818
+ </xs:sequence>
2819
+ </xs:complexType>
2820
+ <xs:complexType name="HashSumAlgorithmType">
2821
+ <xs:annotation>
2822
+ <xs:documentation source="ddex:Definition">A Composite containing details of a HashSumAlgorithmType.</xs:documentation>
2823
+ </xs:annotation>
2824
+ <xs:simpleContent>
2825
+ <xs:extension base="avs:HashSumAlgorithmType">
2826
+ <xs:attribute name="Namespace" type="xs:string">
2827
+ <xs:annotation>
2828
+ <xs:documentation source="ddex:Definition">The Namespace of the HashSumAlgorithmType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2829
+ </xs:annotation>
2830
+ </xs:attribute>
2831
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2832
+ <xs:annotation>
2833
+ <xs:documentation source="ddex:Definition">A UserDefined value of the HashSumAlgorithmType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2834
+ </xs:annotation>
2835
+ </xs:attribute>
2836
+ </xs:extension>
2837
+ </xs:simpleContent>
2838
+ </xs:complexType>
2839
+ <xs:complexType name="ICPN">
2840
+ <xs:annotation>
2841
+ <xs:documentation source="ddex:Definition">A Composite containing details of an ICPN.</xs:documentation>
2842
+ </xs:annotation>
2843
+ <xs:simpleContent>
2844
+ <xs:extension base="xs:string">
2845
+ <xs:attribute name="IsEan" type="xs:boolean">
2846
+ <xs:annotation>
2847
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the ICPN is specifically an EAN (=true) or a UPC (=false). This is represented in an XML schema as an XML Attribute. This attribute is deprecated. DDEX advises that it will be removed at a future date and therefore recommends against using it.</xs:documentation>
2848
+ </xs:annotation>
2849
+ </xs:attribute>
2850
+ </xs:extension>
2851
+ </xs:simpleContent>
2852
+ </xs:complexType>
2853
+ <xs:complexType name="IndirectResourceContributor">
2854
+ <xs:annotation>
2855
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Name, Identifier and role(s) of an indirect Contributor to a Resource.</xs:documentation>
2856
+ </xs:annotation>
2857
+ <xs:sequence>
2858
+ <xs:choice>
2859
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
2860
+ <xs:annotation>
2861
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
2862
+ </xs:annotation>
2863
+ </xs:element>
2864
+ <xs:sequence>
2865
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
2866
+ <xs:annotation>
2867
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
2868
+ </xs:annotation>
2869
+ </xs:element>
2870
+ <xs:element name="PartyId"
2871
+ minOccurs="0"
2872
+ maxOccurs="unbounded"
2873
+ type="mlc:PartyId">
2874
+ <xs:annotation>
2875
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
2876
+ </xs:annotation>
2877
+ </xs:element>
2878
+ </xs:sequence>
2879
+ </xs:choice>
2880
+ <xs:element name="IndirectResourceContributorRole"
2881
+ minOccurs="0"
2882
+ maxOccurs="unbounded"
2883
+ type="mlc:MusicalWorkContributorRole">
2884
+ <xs:annotation>
2885
+ <xs:documentation source="ddex:Definition">A Composite containing details of a role played by the indirect Contributor.</xs:documentation>
2886
+ </xs:annotation>
2887
+ </xs:element>
2888
+ <xs:element name="Nationality"
2889
+ minOccurs="0"
2890
+ maxOccurs="unbounded"
2891
+ type="mlc:ddexC_CurrentTerritoryCode">
2892
+ <xs:annotation>
2893
+ <xs:documentation source="ddex:Definition">The nationality of the indirect Contributor.</xs:documentation>
2894
+ </xs:annotation>
2895
+ </xs:element>
2896
+ </xs:sequence>
2897
+ <xs:attribute name="SequenceNumber" type="xs:integer">
2898
+ <xs:annotation>
2899
+ <xs:documentation source="ddex:Definition">The number indicating the order of the indirect ResourceContributor in a group of ResourceContributors that have contributed to a Resource. This is represented in an XML schema as an XML Attribute. </xs:documentation>
2900
+ </xs:annotation>
2901
+ </xs:attribute>
2902
+ </xs:complexType>
2903
+ <xs:complexType name="KeyInfo">
2904
+ <xs:annotation>
2905
+ <xs:documentation source="ddex:Definition">A KeyInfo Composite.</xs:documentation>
2906
+ </xs:annotation>
2907
+ <xs:sequence>
2908
+ <xs:element name="X509Data" type="mlc:X509Data">
2909
+ <xs:annotation>
2910
+ <xs:documentation source="ddex:Definition">An X509Data Composite.</xs:documentation>
2911
+ </xs:annotation>
2912
+ </xs:element>
2913
+ </xs:sequence>
2914
+ <xs:attribute name="Id" type="xs:ID">
2915
+ <xs:annotation>
2916
+ <xs:documentation source="ddex:Definition">An XmlAttribute of type xs:ID.</xs:documentation>
2917
+ </xs:annotation>
2918
+ </xs:attribute>
2919
+ </xs:complexType>
2920
+ <xs:complexType name="Keywords">
2921
+ <xs:annotation>
2922
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Description containing Keywords.</xs:documentation>
2923
+ </xs:annotation>
2924
+ <xs:simpleContent>
2925
+ <xs:extension base="xs:string">
2926
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2927
+ <xs:annotation>
2928
+ <xs:documentation source="ddex:Definition">The Language and script of the Keywords as defined in IETF RfC 5646. 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>
2929
+ </xs:annotation>
2930
+ </xs:attribute>
2931
+ </xs:extension>
2932
+ </xs:simpleContent>
2933
+ </xs:complexType>
2934
+ <xs:complexType name="LabelName">
2935
+ <xs:annotation>
2936
+ <xs:documentation source="ddex:Definition">A Composite containing details of a LabelName.</xs:documentation>
2937
+ </xs:annotation>
2938
+ <xs:simpleContent>
2939
+ <xs:extension base="xs:string">
2940
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
2941
+ <xs:annotation>
2942
+ <xs:documentation source="ddex:Definition">The Language and script of the LabelName as defined in IETF RfC 5646. 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>
2943
+ </xs:annotation>
2944
+ </xs:attribute>
2945
+ <xs:attribute name="LabelNameType" type="avs:LabelNameType">
2946
+ <xs:annotation>
2947
+ <xs:documentation source="ddex:Definition">A Type of LabelName. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2948
+ </xs:annotation>
2949
+ </xs:attribute>
2950
+ <xs:attribute name="Namespace" type="xs:string">
2951
+ <xs:annotation>
2952
+ <xs:documentation source="ddex:Definition">The Namespace of the ReleaseType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2953
+ </xs:annotation>
2954
+ </xs:attribute>
2955
+ <xs:attribute name="UserDefinedValue" type="xs:string">
2956
+ <xs:annotation>
2957
+ <xs:documentation source="ddex:Definition">A UserDefined value of the ReleaseType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
2958
+ </xs:annotation>
2959
+ </xs:attribute>
2960
+ </xs:extension>
2961
+ </xs:simpleContent>
2962
+ </xs:complexType>
2963
+ <xs:complexType name="Membership">
2964
+ <xs:annotation>
2965
+ <xs:documentation source="ddex:Definition">A Composite containing details of a membership in a collective rights management organization.</xs:documentation>
2966
+ </xs:annotation>
2967
+ <xs:sequence>
2968
+ <xs:element name="Organization" type="mlc:PartyDescriptor">
2969
+ <xs:annotation>
2970
+ <xs:documentation source="ddex:Definition">A Composite containing details of the collective rights management organization.</xs:documentation>
2971
+ </xs:annotation>
2972
+ </xs:element>
2973
+ <xs:element name="MembershipType" type="avs:MembershipType">
2974
+ <xs:annotation>
2975
+ <xs:documentation source="ddex:Definition">A Type of membership.</xs:documentation>
2976
+ </xs:annotation>
2977
+ </xs:element>
2978
+ <xs:element name="StartDate" minOccurs="0" type="mlc:ddex_IsoDate">
2979
+ <xs:annotation>
2980
+ <xs:documentation source="ddex:Definition">The StartDate of the membership. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
2981
+ </xs:annotation>
2982
+ </xs:element>
2983
+ <xs:element name="EndDate" minOccurs="0" type="mlc:ddex_IsoDate">
2984
+ <xs:annotation>
2985
+ <xs:documentation source="ddex:Definition">The EndDate of the membership. This is a string with the syntax YYYY[-MM[-DD]].</xs:documentation>
2986
+ </xs:annotation>
2987
+ </xs:element>
2988
+ </xs:sequence>
2989
+ </xs:complexType>
2990
+ <xs:complexType name="MessageAuditTrail">
2991
+ <xs:annotation>
2992
+ <xs:documentation source="ddex:Definition">A Composite containing information about Parties in between the original MessageSender and ultimate MessageRecipient.</xs:documentation>
2993
+ </xs:annotation>
2994
+ <xs:sequence>
2995
+ <xs:element name="MessageAuditTrailEvent"
2996
+ maxOccurs="unbounded"
2997
+ type="mlc:MessageAuditTrailEvent">
2998
+ <xs:annotation>
2999
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Party handling the Message and the Time at which the handling took place.</xs:documentation>
3000
+ </xs:annotation>
3001
+ </xs:element>
3002
+ </xs:sequence>
3003
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3004
+ <xs:annotation>
3005
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the MessageAuditTrail as defined in IETF RfC 5646. 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>
3006
+ </xs:annotation>
3007
+ </xs:attribute>
3008
+ </xs:complexType>
3009
+ <xs:complexType name="MessageAuditTrailEvent">
3010
+ <xs:annotation>
3011
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Party handling a Message and the Time at which the handling took place.</xs:documentation>
3012
+ </xs:annotation>
3013
+ <xs:sequence>
3014
+ <xs:element name="MessagingPartyDescriptor" type="mlc:MessagingParty">
3015
+ <xs:annotation>
3016
+ <xs:documentation source="ddex:Definition">A Composite containing details of a MessagingParty.</xs:documentation>
3017
+ </xs:annotation>
3018
+ </xs:element>
3019
+ <xs:element name="DateTime" type="xs:dateTime">
3020
+ <xs:annotation>
3021
+ <xs:documentation source="ddex:Definition">The DateTime at which the Message was handled by the MessagingParty (the only allowed format is ISO 8601:2004: YYYY-MM-DDThh:mm:ssTZD).</xs:documentation>
3022
+ </xs:annotation>
3023
+ </xs:element>
3024
+ </xs:sequence>
3025
+ </xs:complexType>
3026
+ <xs:complexType name="MessageHeader">
3027
+ <xs:annotation>
3028
+ <xs:documentation source="ddex:Definition">A Composite placed at the beginning of each DdexMessage providing information about the Message, such as MessageSender, MessageRecipient and a Message creation time stamp.</xs:documentation>
3029
+ </xs:annotation>
3030
+ <xs:sequence>
3031
+ <xs:element name="MessageThreadId" minOccurs="0" type="xs:string">
3032
+ <xs:annotation>
3033
+ <xs:documentation source="ddex:Definition">A xs:string used to uniquely identify the thread of Messages of which the current Message is a part. The MessageThreadId shall be, in combination with the DdexPartyId (DPID) of the MessageSender, globally unique. Thus, a MessageSender shall never re-use a MessageThreadId. One example of such a 'thread' is the chain of NewReleaseMessages being sent from ReleaseCreator to wholesale ReleaseDistributor 1 to retail DSP when communicating information about the same Release(s). A common MessageThreadId will allow all these messages to be tied together.</xs:documentation>
3034
+ </xs:annotation>
3035
+ </xs:element>
3036
+ <xs:element name="MessageId" type="xs:string">
3037
+ <xs:annotation>
3038
+ <xs:documentation source="ddex:Definition">A xs:string used to uniquely identify the current Message. The MessageId shall be, in combination with the DdexPartyId (DPID) of the MessageSender, globally unique. Thus, a MessageSender shall never re-use a MessageId.</xs:documentation>
3039
+ </xs:annotation>
3040
+ </xs:element>
3041
+ <xs:element name="MessageFileName" minOccurs="0" type="xs:string">
3042
+ <xs:annotation>
3043
+ <xs:documentation source="ddex:Definition">The FileName, possibly including the FilePath, of the XML File containing the current Message.</xs:documentation>
3044
+ </xs:annotation>
3045
+ </xs:element>
3046
+ <xs:element name="MessageSender" type="mlc:MessagingParty">
3047
+ <xs:annotation>
3048
+ <xs:documentation source="ddex:Definition">A Composite containing details of the MessageSender.</xs:documentation>
3049
+ </xs:annotation>
3050
+ </xs:element>
3051
+ <xs:element name="SentOnBehalfOf" minOccurs="0" type="mlc:MessagingParty">
3052
+ <xs:annotation>
3053
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Party on whose behalf the Message is sent.</xs:documentation>
3054
+ </xs:annotation>
3055
+ </xs:element>
3056
+ <xs:element name="MessageRecipient"
3057
+ maxOccurs="unbounded"
3058
+ type="mlc:MessagingParty">
3059
+ <xs:annotation>
3060
+ <xs:documentation source="ddex:Definition">A Composite containing details of the MessageRecipient. Note that if multiple MessageRecipients are provided, all of them will be able to read this information.</xs:documentation>
3061
+ </xs:annotation>
3062
+ </xs:element>
3063
+ <xs:element name="MessageCreatedDateTime" type="xs:dateTime">
3064
+ <xs:annotation>
3065
+ <xs:documentation source="ddex:Definition">The DateTime on which the Message was created (the only allowed format is ISO 8601:2004: YYYY-MM-DDThh:mm:ssTZD).</xs:documentation>
3066
+ </xs:annotation>
3067
+ </xs:element>
3068
+ <xs:element name="MessageAuditTrail" minOccurs="0" type="mlc:MessageAuditTrail">
3069
+ <xs:annotation>
3070
+ <xs:documentation source="ddex:Definition">A Composite containing information about Parties in between the original MessageSender and ultimate MessageRecipient.</xs:documentation>
3071
+ </xs:annotation>
3072
+ </xs:element>
3073
+ <xs:element name="Comment" minOccurs="0" type="mlc:Comment">
3074
+ <xs:annotation>
3075
+ <xs:documentation source="ddex:Definition">A Composite containing a human-readable Comment about the Message.</xs:documentation>
3076
+ </xs:annotation>
3077
+ </xs:element>
3078
+ <xs:element name="MessageControlType"
3079
+ minOccurs="0"
3080
+ type="avs:MessageControlType">
3081
+ <xs:annotation>
3082
+ <xs:documentation source="ddex:Definition">The indicator used to distinguish a live Message from a test Message.</xs:documentation>
3083
+ </xs:annotation>
3084
+ </xs:element>
3085
+ </xs:sequence>
3086
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3087
+ <xs:annotation>
3088
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the MessageHeader as defined in IETF RfC 5646. 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>
3089
+ </xs:annotation>
3090
+ </xs:attribute>
3091
+ </xs:complexType>
3092
+ <xs:complexType name="MessageNotificationPeriod">
3093
+ <xs:annotation>
3094
+ <xs:documentation source="ddex:Definition">A Composite containing details of a reporting Period covered by a Message. It must contain at least one out of StartDate or EndDate. The StartDate must be earlier than the EndDate if both are provided.</xs:documentation>
3095
+ </xs:annotation>
3096
+ <xs:sequence>
3097
+ <xs:element name="StartDate" type="mlc:ddex_IsoDate">
3098
+ <xs:annotation>
3099
+ <xs:documentation source="ddex:Definition">The Date that marks the beginning of the Period (in ISO 8601:2004 format: YYYY-MM-DD). This cannot be a Date in the future.</xs:documentation>
3100
+ </xs:annotation>
3101
+ </xs:element>
3102
+ <xs:element name="EndDate" type="mlc:ddex_IsoDate">
3103
+ <xs:annotation>
3104
+ <xs:documentation source="ddex:Definition">The Date that marks the end of the Period (in ISO 8601:2004 format: YYYY-MM-DD). This cannot be a Date in the future.</xs:documentation>
3105
+ </xs:annotation>
3106
+ </xs:element>
3107
+ </xs:sequence>
3108
+ </xs:complexType>
3109
+ <xs:complexType name="MessagingParty">
3110
+ <xs:annotation>
3111
+ <xs:documentation source="ddex:Definition">A Composite containing details of a MessagingParty.</xs:documentation>
3112
+ </xs:annotation>
3113
+ <xs:sequence>
3114
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
3115
+ <xs:annotation>
3116
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party handling the Message. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
3117
+ </xs:annotation>
3118
+ </xs:element>
3119
+ <xs:element name="PartyName" minOccurs="0" type="mlc:PartyName">
3120
+ <xs:annotation>
3121
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyNames for the Party handling the Message.</xs:documentation>
3122
+ </xs:annotation>
3123
+ </xs:element>
3124
+ <xs:element name="TradingName" minOccurs="0" type="mlc:Name">
3125
+ <xs:annotation>
3126
+ <xs:documentation source="ddex:Definition">A Composite containing a TradingName for the Party handling the Message.</xs:documentation>
3127
+ </xs:annotation>
3128
+ </xs:element>
3129
+ </xs:sequence>
3130
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3131
+ <xs:annotation>
3132
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the MessagingParty as defined in IETF RfC 5646. 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>
3133
+ </xs:annotation>
3134
+ </xs:attribute>
3135
+ </xs:complexType>
3136
+ <xs:complexType name="MusicalWorkContributorRole">
3137
+ <xs:annotation>
3138
+ <xs:documentation source="ddex:Definition">A Composite containing details of a MusicalWorkContributorRole. Note: This can be used in a DdexMessage in relation to any Work, Performance or Fixation any of which may form the whole or part of the Resource itself. Example: if an 'AssociatedPerformer' is shown as a Contributor to a MusicalWork it refers to a performer of a Resource (e.g. a SoundRecording) expressing the MusicalWork.</xs:documentation>
3139
+ </xs:annotation>
3140
+ <xs:simpleContent>
3141
+ <xs:extension base="avs:MusicalWorkContributorRole">
3142
+ <xs:attribute name="Namespace" type="xs:string">
3143
+ <xs:annotation>
3144
+ <xs:documentation source="ddex:Definition">The Namespace of the MusicalWorkContributorRole. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3145
+ </xs:annotation>
3146
+ </xs:attribute>
3147
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3148
+ <xs:annotation>
3149
+ <xs:documentation source="ddex:Definition">A UserDefined value of the MusicalWorkContributorRole. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3150
+ </xs:annotation>
3151
+ </xs:attribute>
3152
+ </xs:extension>
3153
+ </xs:simpleContent>
3154
+ </xs:complexType>
3155
+ <xs:complexType name="MusicalWorkId">
3156
+ <xs:annotation>
3157
+ <xs:documentation source="ddex:Definition">A Composite containing details of a MusicalWorkId.</xs:documentation>
3158
+ </xs:annotation>
3159
+ <xs:sequence>
3160
+ <xs:element name="ISWC" minOccurs="0" type="xs:string">
3161
+ <xs:annotation>
3162
+ <xs:documentation source="ddex:Definition">The ISWC (International Standard Musical Work Code defined in ISO 15707) identifying the MusicalWork. An ISWC comprises three parts: the letter 'T', followed by nine digits and then one check digit. DDEX will enforce the syntax [a-zA-Z][0-9]{10} using XML Schema in the future.</xs:documentation>
3163
+ </xs:annotation>
3164
+ </xs:element>
3165
+ <xs:element name="OpusNumber" minOccurs="0" type="xs:string">
3166
+ <xs:annotation>
3167
+ <xs:documentation source="ddex:Definition">The MusicalWorkId identifying the MusicalWork within the catalog of its Composer (typically of classical music) as an opus number.</xs:documentation>
3168
+ </xs:annotation>
3169
+ </xs:element>
3170
+ <xs:element name="ComposerCatalogNumber"
3171
+ minOccurs="0"
3172
+ maxOccurs="unbounded"
3173
+ type="xs:string">
3174
+ <xs:annotation>
3175
+ <xs:documentation source="ddex:Definition">A MusicalWorkId identifying a MusicalWork within the catalog of its Composer (typically of classical music) according to a standardized numbering (e.g. 'K' numbers for Koechel's catalog of Mozart).</xs:documentation>
3176
+ </xs:annotation>
3177
+ </xs:element>
3178
+ <xs:element name="ProprietaryId"
3179
+ minOccurs="0"
3180
+ maxOccurs="unbounded"
3181
+ type="mlc:ProprietaryId">
3182
+ <xs:annotation>
3183
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ProprietaryIdentifier of the MusicalWork.</xs:documentation>
3184
+ </xs:annotation>
3185
+ </xs:element>
3186
+ </xs:sequence>
3187
+ <xs:attribute name="IsReplaced" type="xs:boolean">
3188
+ <xs:annotation>
3189
+ <xs:documentation source="ddex:Definition">The Flag indicating whether this Identifier is old and has been replaced by a new one (=true) or not (=false). The Flag may only be set to True when the new Identifier is also provided. If the Flag is not set, this Identifier is deemed to be the current one.</xs:documentation>
3190
+ </xs:annotation>
3191
+ </xs:attribute>
3192
+ </xs:complexType>
3193
+ <xs:complexType name="Name">
3194
+ <xs:annotation>
3195
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Name.</xs:documentation>
3196
+ </xs:annotation>
3197
+ <xs:simpleContent>
3198
+ <xs:extension base="xs:string">
3199
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3200
+ <xs:annotation>
3201
+ <xs:documentation source="ddex:Definition">The Language and script of the Name as defined in IETF RfC 5646. 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>
3202
+ </xs:annotation>
3203
+ </xs:attribute>
3204
+ </xs:extension>
3205
+ </xs:simpleContent>
3206
+ </xs:complexType>
3207
+ <xs:complexType name="PLine">
3208
+ <xs:annotation>
3209
+ <xs:documentation source="ddex:Definition">A Composite containing details of a PLine.</xs:documentation>
3210
+ </xs:annotation>
3211
+ <xs:sequence>
3212
+ <xs:element name="Year" minOccurs="0" type="xs:gYear">
3213
+ <xs:annotation>
3214
+ <xs:documentation source="ddex:Definition">The Year of the PLine.</xs:documentation>
3215
+ </xs:annotation>
3216
+ </xs:element>
3217
+ <xs:element name="PLineCompany" minOccurs="0" type="xs:string">
3218
+ <xs:annotation>
3219
+ <xs:documentation source="ddex:Definition">The Name of the company releasing the Creation. This may be an owner or a licensee of the Creation.</xs:documentation>
3220
+ </xs:annotation>
3221
+ </xs:element>
3222
+ <xs:element name="PLineText" type="xs:string">
3223
+ <xs:annotation>
3224
+ <xs:documentation source="ddex:Definition">The text of the PLine.</xs:documentation>
3225
+ </xs:annotation>
3226
+ </xs:element>
3227
+ </xs:sequence>
3228
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3229
+ <xs:annotation>
3230
+ <xs:documentation source="ddex:Definition">The Language and script of the PLineText as defined in IETF RfC 5646. 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>
3231
+ </xs:annotation>
3232
+ </xs:attribute>
3233
+ <xs:attribute name="PLineType" type="avs:PLineType">
3234
+ <xs:annotation>
3235
+ <xs:documentation source="ddex:Definition">A Type of PLine. This is represented in an XML schema as an XML Attribute. If this Attribute is not provided, it is assumed that the PLine is a OriginalPLine.</xs:documentation>
3236
+ </xs:annotation>
3237
+ </xs:attribute>
3238
+ </xs:complexType>
3239
+ <xs:complexType name="ParentalWarningType">
3240
+ <xs:annotation>
3241
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ParentalWarningType.</xs:documentation>
3242
+ </xs:annotation>
3243
+ <xs:simpleContent>
3244
+ <xs:extension base="avs:ParentalWarningType">
3245
+ <xs:attribute name="Namespace" type="xs:string">
3246
+ <xs:annotation>
3247
+ <xs:documentation source="ddex:Definition">The Namespace of the ParentalWarningType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3248
+ </xs:annotation>
3249
+ </xs:attribute>
3250
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3251
+ <xs:annotation>
3252
+ <xs:documentation source="ddex:Definition">A UserDefined value of the ParentalWarningType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3253
+ </xs:annotation>
3254
+ </xs:attribute>
3255
+ </xs:extension>
3256
+ </xs:simpleContent>
3257
+ </xs:complexType>
3258
+ <xs:complexType name="PartyDescriptor">
3259
+ <xs:annotation>
3260
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Party. Parties are typically described through Names and/or Identifiers.</xs:documentation>
3261
+ </xs:annotation>
3262
+ <xs:choice>
3263
+ <xs:element name="PartyId" maxOccurs="unbounded" type="mlc:PartyId">
3264
+ <xs:annotation>
3265
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
3266
+ </xs:annotation>
3267
+ </xs:element>
3268
+ <xs:sequence>
3269
+ <xs:element name="PartyName" maxOccurs="unbounded" type="mlc:PartyName">
3270
+ <xs:annotation>
3271
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyName(s).</xs:documentation>
3272
+ </xs:annotation>
3273
+ </xs:element>
3274
+ <xs:element name="PartyId"
3275
+ minOccurs="0"
3276
+ maxOccurs="unbounded"
3277
+ type="mlc:PartyId">
3278
+ <xs:annotation>
3279
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
3280
+ </xs:annotation>
3281
+ </xs:element>
3282
+ </xs:sequence>
3283
+ </xs:choice>
3284
+ </xs:complexType>
3285
+ <xs:complexType name="PartyId">
3286
+ <xs:annotation>
3287
+ <xs:documentation source="ddex:Definition">A Composite containing details of a PartyId. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
3288
+ </xs:annotation>
3289
+ <xs:simpleContent>
3290
+ <xs:extension base="xs:string">
3291
+ <xs:attribute name="Namespace" type="xs:string">
3292
+ <xs:annotation>
3293
+ <xs:documentation source="ddex:Definition">The Namespace of the PartyId if it belongs to a proprietary Party xs:ID scheme. If the PartyId is a DPID, the Namespace Element must not be used. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3294
+ </xs:annotation>
3295
+ </xs:attribute>
3296
+ <xs:attribute name="IsDPID" type="xs:boolean">
3297
+ <xs:annotation>
3298
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the PartyId is a DPID (=true) or not (=false). This is represented in an XML schema as an XML Attribute.</xs:documentation>
3299
+ </xs:annotation>
3300
+ </xs:attribute>
3301
+ <xs:attribute name="IsISNI" type="xs:boolean">
3302
+ <xs:annotation>
3303
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the PartyId is an ISNI (=true) or not (=false). This is represented in an XML schema as an XML Attribute.</xs:documentation>
3304
+ </xs:annotation>
3305
+ </xs:attribute>
3306
+ </xs:extension>
3307
+ </xs:simpleContent>
3308
+ </xs:complexType>
3309
+ <xs:complexType name="PartyName">
3310
+ <xs:annotation>
3311
+ <xs:documentation source="ddex:Definition">A Composite containing details of a PartyName. Name details for a Party typically either contain a FullName or a KeyName.</xs:documentation>
3312
+ </xs:annotation>
3313
+ <xs:sequence>
3314
+ <xs:element name="FullName" type="mlc:Name">
3315
+ <xs:annotation>
3316
+ <xs:documentation source="ddex:Definition">A Composite containing the complete Name of the Party, in its normal form of presentation (e.g. John H. Smith, Acme Music Inc, the Beatles).</xs:documentation>
3317
+ </xs:annotation>
3318
+ </xs:element>
3319
+ <xs:element name="FullNameAsciiTranscribed" minOccurs="0" type="xs:string">
3320
+ <xs:annotation>
3321
+ <xs:documentation source="ddex:Definition">The FullName transcribed using 7-bit ASCII code.</xs:documentation>
3322
+ </xs:annotation>
3323
+ </xs:element>
3324
+ <xs:element name="FullNameIndexed" minOccurs="0" type="mlc:Name">
3325
+ <xs:annotation>
3326
+ <xs:documentation source="ddex:Definition">A Composite containing the complete Name of the Party in the form in which it normally appears in an alphabetic index, with the KeyName first (e.g. Smith, John H.; Beatles, The).</xs:documentation>
3327
+ </xs:annotation>
3328
+ </xs:element>
3329
+ <xs:element name="NamesBeforeKeyName" minOccurs="0" type="mlc:Name">
3330
+ <xs:annotation>
3331
+ <xs:documentation source="ddex:Definition">A Composite containing the Name(s) preceding the KeyName in the FullName (and that is placed after it in a FullNameIndexed). Examples: 'George' in 'George Michael'; 'John Fitzgerald' in 'John Fitzgerald Kennedy'. Not all PartyNames have a NamesBeforeKeyName (e.g. Madonna, EMI Music Inc).</xs:documentation>
3332
+ </xs:annotation>
3333
+ </xs:element>
3334
+ <xs:element name="KeyName" minOccurs="0" type="mlc:Name">
3335
+ <xs:annotation>
3336
+ <xs:documentation source="ddex:Definition">A Composite containing the Part of a Name of the Party normally used to index an entry in an alphabetical list, such as 'Smith' (in John Smith) or 'Garcia Marquez' or 'Madonna' or 'Francis de Sales' (in Saint Francis de Sales). For persons, this normally corresponds to the 'family name' or names, which in Western name forms usually comes as a surname at the end of a FullName, and in Asian name forms often at the beginning of a FullName. </xs:documentation>
3337
+ </xs:annotation>
3338
+ </xs:element>
3339
+ <xs:element name="NamesAfterKeyName" minOccurs="0" type="mlc:Name">
3340
+ <xs:annotation>
3341
+ <xs:documentation source="ddex:Definition">A Composite containing the Name(s) following the KeyName. Example:'Ibrahim' (in Anwar Ibrahim). This is common, e.g., in many Asian personal name forms where a FullName begins with the KeyName, which is followed by other names.</xs:documentation>
3342
+ </xs:annotation>
3343
+ </xs:element>
3344
+ <xs:element name="AbbreviatedName" minOccurs="0" type="mlc:Name">
3345
+ <xs:annotation>
3346
+ <xs:documentation source="ddex:Definition">A Composite containing a short version of the PartyName (e.g. for use on devices with a small display).</xs:documentation>
3347
+ </xs:annotation>
3348
+ </xs:element>
3349
+ </xs:sequence>
3350
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3351
+ <xs:annotation>
3352
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the PartyName as defined in IETF RfC 5646. 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>
3353
+ </xs:annotation>
3354
+ </xs:attribute>
3355
+ </xs:complexType>
3356
+ <xs:complexType name="Percentage">
3357
+ <xs:annotation>
3358
+ <xs:documentation source="ddex:Definition">A Composite containing details of a PercentageRate.</xs:documentation>
3359
+ </xs:annotation>
3360
+ <xs:simpleContent>
3361
+ <xs:extension base="xs:decimal">
3362
+ <xs:attribute name="HasMaxValueOfOne" type="xs:boolean">
3363
+ <xs:annotation>
3364
+ <xs:documentation source="ddex:Definition">A Flag indicating whether a PercentageRate is given as a value in the range [0,1] (=true) instead of a value in the range [0,100] (=false). This is represented in an XML schema as an XML Attribute. Absence of this attribute is synonymous with false.</xs:documentation>
3365
+ </xs:annotation>
3366
+ </xs:attribute>
3367
+ </xs:extension>
3368
+ </xs:simpleContent>
3369
+ </xs:complexType>
3370
+ <xs:complexType name="Performance">
3371
+ <xs:annotation>
3372
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Performance.</xs:documentation>
3373
+ </xs:annotation>
3374
+ <xs:sequence>
3375
+ <xs:element name="Territory" minOccurs="0" type="mlc:AllTerritoryCode">
3376
+ <xs:annotation>
3377
+ <xs:documentation source="ddex:Definition">The territory of the Performance.</xs:documentation>
3378
+ </xs:annotation>
3379
+ </xs:element>
3380
+ <xs:element name="Date" minOccurs="0" type="mlc:EventDate">
3381
+ <xs:annotation>
3382
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date of the Performance. This is a string with the syntax YYYY[-MM[-DD]]. The Place of the Performance should not be specified in the TerritoryCode and LocationDescription attributes. Instead, the sibling Territory element should be used.</xs:documentation>
3383
+ </xs:annotation>
3384
+ </xs:element>
3385
+ </xs:sequence>
3386
+ </xs:complexType>
3387
+ <xs:complexType name="Period">
3388
+ <xs:annotation>
3389
+ <xs:documentation source="ddex:Definition">A Composite containing details about a Period of Time. Periods are typically describedby at least a StartDate or EndDate (or StartDateTime or EndDateTime) where the StartDate(Time) and EndDate(Time) are included in the Period. Thus a one-day period can be described by using the same date in the StartDate and EndDate.</xs:documentation>
3390
+ </xs:annotation>
3391
+ <xs:choice>
3392
+ <xs:sequence>
3393
+ <xs:element name="StartDate" minOccurs="0" type="mlc:EventDate">
3394
+ <xs:annotation>
3395
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of an Event that marks the beginning of the Period (in ISO 8601:2004 format: YYYY-MM-DD). The StartDate must be earlier than the EndDate if both are provided.</xs:documentation>
3396
+ </xs:annotation>
3397
+ </xs:element>
3398
+ <xs:element name="EndDate" minOccurs="0" type="mlc:EventDate">
3399
+ <xs:annotation>
3400
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Date and Place of an Event that marks the end of the Period (in ISO 8601:2004 format: YYYY-MM-DD). The EndDate must not be earlier than the StartDate if both are provided.</xs:documentation>
3401
+ </xs:annotation>
3402
+ </xs:element>
3403
+ </xs:sequence>
3404
+ <xs:sequence>
3405
+ <xs:element name="StartDateTime" minOccurs="0" type="mlc:EventDateTime">
3406
+ <xs:annotation>
3407
+ <xs:documentation source="ddex:Definition">A Composite containing details of the DateTime and Place of an Event that marks the beginning of the Period (in ISO 8601:2004 format: YYYY-DD-MMThh:mm:ss). The StartDateTime must be earlier than the EndDateTime if both are provided.</xs:documentation>
3408
+ </xs:annotation>
3409
+ </xs:element>
3410
+ <xs:element name="EndDateTime" minOccurs="0" type="mlc:EventDateTime">
3411
+ <xs:annotation>
3412
+ <xs:documentation source="ddex:Definition">A Composite containing details of the DateTime and Place of an Event that marks the end of the Period (in ISO 8601:2004 format: YYYY-DD-MMThh:mm:ss). The EndDateTime must not be earlier than the StartDateTime if both are provided.</xs:documentation>
3413
+ </xs:annotation>
3414
+ </xs:element>
3415
+ </xs:sequence>
3416
+ </xs:choice>
3417
+ </xs:complexType>
3418
+ <xs:complexType name="ProprietaryId">
3419
+ <xs:annotation>
3420
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ProprietaryIdentifier.</xs:documentation>
3421
+ </xs:annotation>
3422
+ <xs:simpleContent>
3423
+ <xs:extension base="xs:string">
3424
+ <xs:attribute name="Namespace" type="xs:string" use="required">
3425
+ <xs:annotation>
3426
+ <xs:documentation source="ddex:Definition">The Namespace of the ProprietaryId. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3427
+ </xs:annotation>
3428
+ </xs:attribute>
3429
+ </xs:extension>
3430
+ </xs:simpleContent>
3431
+ </xs:complexType>
3432
+ <xs:complexType name="Purpose">
3433
+ <xs:annotation>
3434
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Purpose.</xs:documentation>
3435
+ </xs:annotation>
3436
+ <xs:simpleContent>
3437
+ <xs:extension base="avs:Purpose">
3438
+ <xs:attribute name="Namespace" type="xs:string">
3439
+ <xs:annotation>
3440
+ <xs:documentation source="ddex:Definition">The Namespace of the Purpose. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3441
+ </xs:annotation>
3442
+ </xs:attribute>
3443
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3444
+ <xs:annotation>
3445
+ <xs:documentation source="ddex:Definition">A UserDefined value of the Purpose. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3446
+ </xs:annotation>
3447
+ </xs:attribute>
3448
+ </xs:extension>
3449
+ </xs:simpleContent>
3450
+ </xs:complexType>
3451
+ <xs:complexType name="RatingAgency">
3452
+ <xs:annotation>
3453
+ <xs:documentation source="ddex:Definition">A Composite containing details of a RatingAgency.</xs:documentation>
3454
+ </xs:annotation>
3455
+ <xs:simpleContent>
3456
+ <xs:extension base="avs:RatingAgency">
3457
+ <xs:attribute name="Namespace" type="xs:string">
3458
+ <xs:annotation>
3459
+ <xs:documentation source="ddex:Definition">The Namespace of the RatingAgency. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3460
+ </xs:annotation>
3461
+ </xs:attribute>
3462
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3463
+ <xs:annotation>
3464
+ <xs:documentation source="ddex:Definition">A UserDefined value of the RatingAgency. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3465
+ </xs:annotation>
3466
+ </xs:attribute>
3467
+ </xs:extension>
3468
+ </xs:simpleContent>
3469
+ </xs:complexType>
3470
+ <xs:complexType name="ReferenceTitle">
3471
+ <xs:annotation>
3472
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ReferenceTitle.</xs:documentation>
3473
+ </xs:annotation>
3474
+ <xs:sequence>
3475
+ <xs:element name="TitleText" type="mlc:TitleText">
3476
+ <xs:annotation>
3477
+ <xs:documentation source="ddex:Definition">A Composite containing the text of the ReferenceTitle.</xs:documentation>
3478
+ </xs:annotation>
3479
+ </xs:element>
3480
+ <xs:element name="SubTitle" minOccurs="0" type="mlc:SubTitle">
3481
+ <xs:annotation>
3482
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SubTitle of the ReferenceTitle, including Titles of Versions used to differentiate different versions of the same Title, as required by the GRid and ISRC ReferenceDescriptiveMetadataSets (where the SubTitle is called Version Title).</xs:documentation>
3483
+ </xs:annotation>
3484
+ </xs:element>
3485
+ </xs:sequence>
3486
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3487
+ <xs:annotation>
3488
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the ReferenceTitle as defined in IETF RfC 5646. 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>
3489
+ </xs:annotation>
3490
+ </xs:attribute>
3491
+ </xs:complexType>
3492
+ <xs:complexType name="ReleaseId">
3493
+ <xs:annotation>
3494
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ReleaseId. 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>
3495
+ </xs:annotation>
3496
+ <xs:sequence>
3497
+ <xs:element name="GRid" minOccurs="0" type="xs:string">
3498
+ <xs:annotation>
3499
+ <xs:documentation source="ddex:Definition">The GRid identifying the Release. This is the preferred Element and is mandatory if a GRid is available. A GRid comprises four parts: the xs:string 'A1', followed by five alphanumeric characters, ten alphanumeric characters and and one alphanumeric character. DDEX will enforce the syntax [a-zA-Z0-9]{18} using XML Schema in the future.</xs:documentation>
3500
+ </xs:annotation>
3501
+ </xs:element>
3502
+ <xs:element name="ISRC" minOccurs="0" type="xs:string">
3503
+ <xs:annotation>
3504
+ <xs:documentation source="ddex:Definition">The ISRC (International Standard Recording Code as defined in ISO 3901) used as proxy for identification of the Release. Only applicable when the Release only contains one SoundRecording or one MusicalWorkVideo. An ISRC comprises four parts: two characters, followed by three alphanumeric characters, then two digits and five digits. DDEX will enforce the syntax [a-zA-Z]{2}[a-zA-Z0-9]{3}[0-9]{7} using XML Schema in the future.</xs:documentation>
3505
+ </xs:annotation>
3506
+ </xs:element>
3507
+ <xs:element name="ICPN" minOccurs="0" type="mlc:ICPN">
3508
+ <xs:annotation>
3509
+ <xs:documentation source="ddex:Definition">A Composite containing details of the ICPN used as proxy for identification of the Release. Only applicable when the Release is an abstraction of a complete PhysicalProduct. An ICPN comprises 12 or 13 digits, depending whether it is an EAN (13) or a UPC (12). DDEX will enforce the syntax [0-9]{12,13} using XML Schema in the future.</xs:documentation>
3510
+ </xs:annotation>
3511
+ </xs:element>
3512
+ <xs:element name="CatalogNumber" minOccurs="0" type="mlc:CatalogNumber">
3513
+ <xs:annotation>
3514
+ <xs:documentation source="ddex:Definition">A Composite containing details of the CatalogNumber of the Release.</xs:documentation>
3515
+ </xs:annotation>
3516
+ </xs:element>
3517
+ <xs:element name="ProprietaryId"
3518
+ minOccurs="0"
3519
+ maxOccurs="unbounded"
3520
+ type="mlc:ProprietaryId">
3521
+ <xs:annotation>
3522
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ProprietaryIdentifier of the Release.</xs:documentation>
3523
+ </xs:annotation>
3524
+ </xs:element>
3525
+ </xs:sequence>
3526
+ <xs:attribute name="IsReplaced" type="xs:boolean">
3527
+ <xs:annotation>
3528
+ <xs:documentation source="ddex:Definition">The Flag indicating whether this Identifier is old and has been replaced by a new one (=true) or not (=false). The Flag may only be set to True when the new Identifier is also provided. If the Flag is not set, this Identifier is deemed to be the current one.</xs:documentation>
3529
+ </xs:annotation>
3530
+ </xs:attribute>
3531
+ </xs:complexType>
3532
+ <xs:complexType name="ReleaseType">
3533
+ <xs:annotation>
3534
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ReleaseType.</xs:documentation>
3535
+ </xs:annotation>
3536
+ <xs:simpleContent>
3537
+ <xs:extension base="avs:ReleaseType">
3538
+ <xs:attribute name="Namespace" type="xs:string">
3539
+ <xs:annotation>
3540
+ <xs:documentation source="ddex:Definition">The Namespace of the ReleaseType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3541
+ </xs:annotation>
3542
+ </xs:attribute>
3543
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3544
+ <xs:annotation>
3545
+ <xs:documentation source="ddex:Definition">A UserDefined value of the ReleaseType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3546
+ </xs:annotation>
3547
+ </xs:attribute>
3548
+ </xs:extension>
3549
+ </xs:simpleContent>
3550
+ </xs:complexType>
3551
+ <xs:complexType name="ResourceContainedResourceReference">
3552
+ <xs:annotation>
3553
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ResourceContainedResourceReference for the case where one Resource contains another one.</xs:documentation>
3554
+ </xs:annotation>
3555
+ <xs:sequence>
3556
+ <xs:element name="ResourceContainedResourceReference">
3557
+ <xs:annotation>
3558
+ <xs:documentation source="ddex:Definition">A Reference for a Resource (specific to this Message). This is a LocalResourceAnchorReference starting with the letter A.</xs:documentation>
3559
+ </xs:annotation>
3560
+ <xs:simpleType>
3561
+ <xs:restriction base="xs:IDREF">
3562
+ <xs:pattern value="A[\d\-_a-zA-Z]+"/>
3563
+ </xs:restriction>
3564
+ </xs:simpleType>
3565
+ </xs:element>
3566
+ <xs:element name="DurationUsed" minOccurs="0" type="xs:duration">
3567
+ <xs:annotation>
3568
+ <xs:documentation source="ddex:Definition">The total Duration of the Resource that has been used in a specified context (this may be less than the total Duration of the Resource) (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
3569
+ </xs:annotation>
3570
+ </xs:element>
3571
+ <xs:element name="StartPoint" minOccurs="0" type="xs:decimal">
3572
+ <xs:annotation>
3573
+ <xs:documentation source="ddex:Definition">The start point of the preview given in seconds from the start of the referenced Resource.</xs:documentation>
3574
+ </xs:annotation>
3575
+ </xs:element>
3576
+ <xs:element name="Purpose" minOccurs="0" type="mlc:Purpose">
3577
+ <xs:annotation>
3578
+ <xs:documentation source="ddex:Definition">A Composite containing details of the Purpose of the usage.</xs:documentation>
3579
+ </xs:annotation>
3580
+ </xs:element>
3581
+ </xs:sequence>
3582
+ </xs:complexType>
3583
+ <xs:complexType name="ResourceContainedResourceReferenceList">
3584
+ <xs:annotation>
3585
+ <xs:documentation source="ddex:Definition">A Composite containing details of one or more ResourceContainedResourceReferences. </xs:documentation>
3586
+ </xs:annotation>
3587
+ <xs:sequence>
3588
+ <xs:element name="ResourceContainedResourceReference"
3589
+ maxOccurs="unbounded"
3590
+ type="mlc:ResourceContainedResourceReference">
3591
+ <xs:annotation>
3592
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ResourceContainedResourceReference.</xs:documentation>
3593
+ </xs:annotation>
3594
+ </xs:element>
3595
+ </xs:sequence>
3596
+ </xs:complexType>
3597
+ <xs:complexType name="ResourceContributorRole">
3598
+ <xs:annotation>
3599
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ResourceContributorRole. Note: This can be used in a DdexMessage in relation to any Work, Performance or Fixation any of which may form the whole or part of the Resource itself.</xs:documentation>
3600
+ </xs:annotation>
3601
+ <xs:simpleContent>
3602
+ <xs:extension base="avs:ResourceContributorRole">
3603
+ <xs:attribute name="Namespace" type="xs:string">
3604
+ <xs:annotation>
3605
+ <xs:documentation source="ddex:Definition">The Namespace of the ResourceContributorRole. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3606
+ </xs:annotation>
3607
+ </xs:attribute>
3608
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3609
+ <xs:annotation>
3610
+ <xs:documentation source="ddex:Definition">A UserDefined value of the ResourceContributorRole. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3611
+ </xs:annotation>
3612
+ </xs:attribute>
3613
+ </xs:extension>
3614
+ </xs:simpleContent>
3615
+ </xs:complexType>
3616
+ <xs:complexType name="ResourceMusicalWorkReference">
3617
+ <xs:annotation>
3618
+ <xs:documentation source="ddex:Definition">A Composite containing a ResourceMusicalWorkReference.</xs:documentation>
3619
+ </xs:annotation>
3620
+ <xs:sequence>
3621
+ <xs:element name="SequenceNumber" minOccurs="0" type="xs:integer">
3622
+ <xs:annotation>
3623
+ <xs:documentation source="ddex:Definition">The number indicating the order of the MusicalWork in a group of MusicalWorks within a Medley, SoundRecording or other Resource.</xs:documentation>
3624
+ </xs:annotation>
3625
+ </xs:element>
3626
+ <xs:element name="DurationUsed" minOccurs="0" type="xs:duration">
3627
+ <xs:annotation>
3628
+ <xs:documentation source="ddex:Definition">The total Duration of the MusicalWork that has been used in a specified context (this may be less than the total Duration of the MusicalWork) (using the ISO 8601:2004 PT[[hhH]mmM]ssS format, where lower case characters indicate variables, upper case characters are part of the xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
3629
+ </xs:annotation>
3630
+ </xs:element>
3631
+ <xs:element name="IsFragment" minOccurs="0" type="xs:boolean">
3632
+ <xs:annotation>
3633
+ <xs:documentation source="ddex:Definition">The Flag indicating whether the MusicalWork is a Fragment (=true) or not (=false).</xs:documentation>
3634
+ </xs:annotation>
3635
+ </xs:element>
3636
+ <xs:element name="ResourceMusicalWorkReference">
3637
+ <xs:annotation>
3638
+ <xs:documentation source="ddex:Definition">A Reference for a MusicalWork (specific to this Message). This is a LocalMusicalWorkAnchorReference starting with the letter W.</xs:documentation>
3639
+ </xs:annotation>
3640
+ <xs:simpleType>
3641
+ <xs:restriction base="xs:IDREF">
3642
+ <xs:pattern value="W[\d\-_a-zA-Z]+"/>
3643
+ </xs:restriction>
3644
+ </xs:simpleType>
3645
+ </xs:element>
3646
+ </xs:sequence>
3647
+ </xs:complexType>
3648
+ <xs:complexType name="ResourceMusicalWorkReferenceList">
3649
+ <xs:annotation>
3650
+ <xs:documentation source="ddex:Definition">A Composite containing a list of ResourceMusicalWorkReferences.</xs:documentation>
3651
+ </xs:annotation>
3652
+ <xs:sequence>
3653
+ <xs:element name="ResourceMusicalWorkReference"
3654
+ maxOccurs="unbounded"
3655
+ type="mlc:ResourceMusicalWorkReference">
3656
+ <xs:annotation>
3657
+ <xs:documentation source="ddex:Definition">A Composite containing a ResourceMusicalWorkReference for a MusicalWork (specific to this Message).</xs:documentation>
3658
+ </xs:annotation>
3659
+ </xs:element>
3660
+ </xs:sequence>
3661
+ </xs:complexType>
3662
+ <xs:complexType name="RightsAgreementId">
3663
+ <xs:annotation>
3664
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a License, Claim, RightShare or contract.</xs:documentation>
3665
+ </xs:annotation>
3666
+ <xs:sequence>
3667
+ <xs:element name="MWLI"
3668
+ minOccurs="0"
3669
+ maxOccurs="unbounded"
3670
+ type="xs:string">
3671
+ <xs:annotation>
3672
+ <xs:documentation source="ddex:Definition">A MusicalWork License Identifier identifying a License. If the Composite is meant to describe a Claim, RightShare or contract, then the License relates to that Claim, RightShare or contract. A MWLI comprises four parts: one of the xs:strings 'M1' or 'M2' or 'M3' or 'M4', followed by five alphanumeric characters, ten alphanumeric characters and one alphanumeric check character.</xs:documentation>
3673
+ </xs:annotation>
3674
+ </xs:element>
3675
+ <xs:element name="ProprietaryId"
3676
+ minOccurs="0"
3677
+ maxOccurs="unbounded"
3678
+ type="mlc:ProprietaryId">
3679
+ <xs:annotation>
3680
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ProprietaryIdentifier of the License, Claim, RightShare or contract.</xs:documentation>
3681
+ </xs:annotation>
3682
+ </xs:element>
3683
+ </xs:sequence>
3684
+ </xs:complexType>
3685
+ <xs:complexType name="SoundRecordingCollectionReference">
3686
+ <xs:annotation>
3687
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingCollectionReference.</xs:documentation>
3688
+ </xs:annotation>
3689
+ <xs:sequence>
3690
+ <xs:element name="SequenceNumber" minOccurs="0" type="xs:integer">
3691
+ <xs:annotation>
3692
+ <xs:documentation source="ddex:Definition">The number indicating the order of the Collection in a group of Collections within a Medley, SoundRecording or other Collection.</xs:documentation>
3693
+ </xs:annotation>
3694
+ </xs:element>
3695
+ <xs:element name="SoundRecordingCollectionReference">
3696
+ <xs:annotation>
3697
+ <xs:documentation source="ddex:Definition">A Reference for a Collection (specific to this Message). This is a LocalCollectionAnchorReference starting with the letter X. The referenced Collection has to be of CollectionType Series, Season or Episode.</xs:documentation>
3698
+ </xs:annotation>
3699
+ <xs:simpleType>
3700
+ <xs:restriction base="xs:IDREF">
3701
+ <xs:pattern value="X[\d\-_a-zA-Z]+"/>
3702
+ </xs:restriction>
3703
+ </xs:simpleType>
3704
+ </xs:element>
3705
+ <xs:element name="StartTime" minOccurs="0" type="xs:duration">
3706
+ <xs:annotation>
3707
+ <xs:documentation source="ddex:Definition">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 xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
3708
+ </xs:annotation>
3709
+ </xs:element>
3710
+ <xs:element name="Duration" minOccurs="0" type="xs:duration">
3711
+ <xs:annotation>
3712
+ <xs:documentation source="ddex:Definition">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 xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
3713
+ </xs:annotation>
3714
+ </xs:element>
3715
+ <xs:element name="EndTime" minOccurs="0" type="xs:duration">
3716
+ <xs:annotation>
3717
+ <xs:documentation source="ddex:Definition">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 xs:string, e.g. one hour, two minutes and three seconds would be PT1H2M3S). The seconds section ss may include fractions (e.g. one minute and 30.5 seconds would be PT1M30.5S).</xs:documentation>
3718
+ </xs:annotation>
3719
+ </xs:element>
3720
+ <xs:element name="ReleaseResourceType"
3721
+ minOccurs="0"
3722
+ type="avs:ReleaseResourceType">
3723
+ <xs:annotation>
3724
+ <xs:documentation source="ddex:Definition">A Type of Collection in the context of a Video. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3725
+ </xs:annotation>
3726
+ </xs:element>
3727
+ </xs:sequence>
3728
+ </xs:complexType>
3729
+ <xs:complexType name="SoundRecordingCollectionReferenceList">
3730
+ <xs:annotation>
3731
+ <xs:documentation source="ddex:Definition">A Composite containing a list of SoundRecordingCollectionReferences.</xs:documentation>
3732
+ </xs:annotation>
3733
+ <xs:sequence>
3734
+ <xs:element name="NumberOfCollections" minOccurs="0" type="xs:integer">
3735
+ <xs:annotation>
3736
+ <xs:documentation source="ddex:Definition">The number of referenced Collections (typically Chapters).</xs:documentation>
3737
+ </xs:annotation>
3738
+ </xs:element>
3739
+ <xs:element name="SoundRecordingCollectionReference"
3740
+ maxOccurs="unbounded"
3741
+ type="mlc:SoundRecordingCollectionReference">
3742
+ <xs:annotation>
3743
+ <xs:documentation source="ddex:Definition">A Composite containing a SoundRecordingCollectionReference for a Collection (specific to this Message).</xs:documentation>
3744
+ </xs:annotation>
3745
+ </xs:element>
3746
+ </xs:sequence>
3747
+ </xs:complexType>
3748
+ <xs:complexType name="SoundRecordingId">
3749
+ <xs:annotation>
3750
+ <xs:documentation source="ddex:Definition">A Composite containing details of SoundRecordingIds.</xs:documentation>
3751
+ </xs:annotation>
3752
+ <xs:sequence>
3753
+ <xs:element name="ISRC" minOccurs="0" type="xs:string">
3754
+ <xs:annotation>
3755
+ <xs:documentation source="ddex:Definition">The ISRC (International Standard Recording Code as defined in ISO 3901) for the SoundRecording. An ISRC comprises four parts: two characters, followed by three alphanumeric characters, then two digits and five digits. DDEX will enforce the syntax [a-zA-Z]{2}[a-zA-Z0-9]{3}[0-9]{7} using XML Schema in the future.</xs:documentation>
3756
+ </xs:annotation>
3757
+ </xs:element>
3758
+ <xs:element name="CatalogNumber" minOccurs="0" type="mlc:CatalogNumber">
3759
+ <xs:annotation>
3760
+ <xs:documentation source="ddex:Definition">A Composite containing details of the CatalogNumber of the SoundRecording.</xs:documentation>
3761
+ </xs:annotation>
3762
+ </xs:element>
3763
+ <xs:element name="ProprietaryId"
3764
+ minOccurs="0"
3765
+ maxOccurs="unbounded"
3766
+ type="mlc:ProprietaryId">
3767
+ <xs:annotation>
3768
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ProprietaryIdentifier of the SoundRecording (usually one per society involved in the messaging).</xs:documentation>
3769
+ </xs:annotation>
3770
+ </xs:element>
3771
+ </xs:sequence>
3772
+ <xs:attribute name="IsReplaced" type="xs:boolean">
3773
+ <xs:annotation>
3774
+ <xs:documentation source="ddex:Definition">The Flag indicating whether this Identifier is old and has been replaced by a new one (=true) or not (=false). The Flag may only be set to True when the new Identifier is also provided. If the Flag is not set, this Identifier is deemed to be the current one.</xs:documentation>
3775
+ </xs:annotation>
3776
+ </xs:attribute>
3777
+ </xs:complexType>
3778
+ <xs:complexType name="SoundRecordingType">
3779
+ <xs:annotation>
3780
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SoundRecordingType.</xs:documentation>
3781
+ </xs:annotation>
3782
+ <xs:simpleContent>
3783
+ <xs:extension base="avs:SoundRecordingType">
3784
+ <xs:attribute name="Namespace" type="xs:string">
3785
+ <xs:annotation>
3786
+ <xs:documentation source="ddex:Definition">The Namespace of the SoundRecordingType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3787
+ </xs:annotation>
3788
+ </xs:attribute>
3789
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3790
+ <xs:annotation>
3791
+ <xs:documentation source="ddex:Definition">A UserDefined value of the SoundRecordingType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3792
+ </xs:annotation>
3793
+ </xs:attribute>
3794
+ </xs:extension>
3795
+ </xs:simpleContent>
3796
+ </xs:complexType>
3797
+ <xs:complexType name="SubTitle">
3798
+ <xs:annotation>
3799
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SubTitle, including Titles of Versions used to differentiate different versions of the same Title, as required by the GRid and ISRC ReferenceDescriptiveMetadataSets.</xs:documentation>
3800
+ </xs:annotation>
3801
+ <xs:simpleContent>
3802
+ <xs:extension base="xs:string">
3803
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3804
+ <xs:annotation>
3805
+ <xs:documentation source="ddex:Definition">The Language and script of the SubTitle as defined in IETF RfC 5646. 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>
3806
+ </xs:annotation>
3807
+ </xs:attribute>
3808
+ </xs:extension>
3809
+ </xs:simpleContent>
3810
+ </xs:complexType>
3811
+ <xs:complexType name="Synopsis">
3812
+ <xs:annotation>
3813
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Synopsis.</xs:documentation>
3814
+ </xs:annotation>
3815
+ <xs:simpleContent>
3816
+ <xs:extension base="xs:string">
3817
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3818
+ <xs:annotation>
3819
+ <xs:documentation source="ddex:Definition">The Language and script of the Synopsis as defined in IETF RfC 5646. 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>
3820
+ </xs:annotation>
3821
+ </xs:attribute>
3822
+ </xs:extension>
3823
+ </xs:simpleContent>
3824
+ </xs:complexType>
3825
+ <xs:complexType name="Title">
3826
+ <xs:annotation>
3827
+ <xs:documentation source="ddex:Definition">A Composite containing details of a Title.</xs:documentation>
3828
+ </xs:annotation>
3829
+ <xs:sequence>
3830
+ <xs:element name="TitleText" type="mlc:TitleText">
3831
+ <xs:annotation>
3832
+ <xs:documentation source="ddex:Definition">A Composite containing the text of the Title.</xs:documentation>
3833
+ </xs:annotation>
3834
+ </xs:element>
3835
+ <xs:element name="SubTitle"
3836
+ minOccurs="0"
3837
+ maxOccurs="unbounded"
3838
+ type="mlc:TypedSubTitle">
3839
+ <xs:annotation>
3840
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SubTitle of the Title, including Titles of Versions used to differentiate different versions of the same Title, as required by the GRid and ISRC ReferenceDescriptiveMetadataSets.</xs:documentation>
3841
+ </xs:annotation>
3842
+ </xs:element>
3843
+ </xs:sequence>
3844
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3845
+ <xs:annotation>
3846
+ <xs:documentation source="ddex:Definition">The Language and script for the Elements of the Title as defined in IETF RfC 5646. 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>
3847
+ </xs:annotation>
3848
+ </xs:attribute>
3849
+ <xs:attribute name="TitleType" type="avs:TitleType">
3850
+ <xs:annotation>
3851
+ <xs:documentation source="ddex:Definition">A Type of the Title which defines its origin or the function it fulfils in relation to a Creation. Note: A Title may fulfil more than one role. Example: 'Help' may be both the OriginalTitle and the DisplayTitle for the well-known Beatles song. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3852
+ </xs:annotation>
3853
+ </xs:attribute>
3854
+ </xs:complexType>
3855
+ <xs:complexType name="TitleText">
3856
+ <xs:annotation>
3857
+ <xs:documentation source="ddex:Definition">A Composite containing details of a TitleText.</xs:documentation>
3858
+ </xs:annotation>
3859
+ <xs:simpleContent>
3860
+ <xs:extension base="xs:string">
3861
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3862
+ <xs:annotation>
3863
+ <xs:documentation source="ddex:Definition">The Language and script of the TitleText as defined in IETF RfC 5646. 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>
3864
+ </xs:annotation>
3865
+ </xs:attribute>
3866
+ </xs:extension>
3867
+ </xs:simpleContent>
3868
+ </xs:complexType>
3869
+ <xs:complexType name="TypedSubTitle">
3870
+ <xs:annotation>
3871
+ <xs:documentation source="ddex:Definition">A Composite containing details of a SubTitle, including Titles of Versions used to differentiate different versions of the same Title, as required by the GRid and ISRC ReferenceDescriptiveMetadataSets.</xs:documentation>
3872
+ </xs:annotation>
3873
+ <xs:simpleContent>
3874
+ <xs:extension base="xs:string">
3875
+ <xs:attribute name="LanguageAndScriptCode" type="xs:string">
3876
+ <xs:annotation>
3877
+ <xs:documentation source="ddex:Definition">The Language and script of the SubTitle as defined in IETF RfC 5646. 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>
3878
+ </xs:annotation>
3879
+ </xs:attribute>
3880
+ <xs:attribute name="SubTitleType" type="xs:string">
3881
+ <xs:annotation>
3882
+ <xs:documentation source="ddex:Definition">A Type of the SubTitle which defines its origin or the function it fulfils. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3883
+ </xs:annotation>
3884
+ </xs:attribute>
3885
+ </xs:extension>
3886
+ </xs:simpleContent>
3887
+ </xs:complexType>
3888
+ <xs:complexType name="UseType">
3889
+ <xs:annotation>
3890
+ <xs:documentation source="ddex:Definition">A Composite containing details of a UseType.</xs:documentation>
3891
+ </xs:annotation>
3892
+ <xs:simpleContent>
3893
+ <xs:extension base="avs:UseType">
3894
+ <xs:attribute name="Namespace" type="xs:string">
3895
+ <xs:annotation>
3896
+ <xs:documentation source="ddex:Definition">The Namespace of the UseType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3897
+ </xs:annotation>
3898
+ </xs:attribute>
3899
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3900
+ <xs:annotation>
3901
+ <xs:documentation source="ddex:Definition">A UserDefined value of the UseType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3902
+ </xs:annotation>
3903
+ </xs:attribute>
3904
+ </xs:extension>
3905
+ </xs:simpleContent>
3906
+ </xs:complexType>
3907
+ <xs:complexType name="UserInterfaceType">
3908
+ <xs:annotation>
3909
+ <xs:documentation source="ddex:Definition">A Composite containing details of a UserInterfaceType.</xs:documentation>
3910
+ </xs:annotation>
3911
+ <xs:simpleContent>
3912
+ <xs:extension base="avs:UserInterfaceType">
3913
+ <xs:attribute name="Namespace" type="xs:string">
3914
+ <xs:annotation>
3915
+ <xs:documentation source="ddex:Definition">The Namespace of the UserInterfaceType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3916
+ </xs:annotation>
3917
+ </xs:attribute>
3918
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3919
+ <xs:annotation>
3920
+ <xs:documentation source="ddex:Definition">A UserDefined value of the UserInterfaceType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3921
+ </xs:annotation>
3922
+ </xs:attribute>
3923
+ </xs:extension>
3924
+ </xs:simpleContent>
3925
+ </xs:complexType>
3926
+ <xs:complexType name="VideoCodecType">
3927
+ <xs:annotation>
3928
+ <xs:documentation source="ddex:Definition">A Composite containing details of a VideoCodecType.</xs:documentation>
3929
+ </xs:annotation>
3930
+ <xs:simpleContent>
3931
+ <xs:extension base="avs:VideoCodecType">
3932
+ <xs:attribute name="Version" type="xs:string">
3933
+ <xs:annotation>
3934
+ <xs:documentation source="ddex:Definition">The Identifier of the Version of the VideoCodecType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3935
+ </xs:annotation>
3936
+ </xs:attribute>
3937
+ <xs:attribute name="Namespace" type="xs:string">
3938
+ <xs:annotation>
3939
+ <xs:documentation source="ddex:Definition">The Namespace of the VideoCodecType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3940
+ </xs:annotation>
3941
+ </xs:attribute>
3942
+ <xs:attribute name="UserDefinedValue" type="xs:string">
3943
+ <xs:annotation>
3944
+ <xs:documentation source="ddex:Definition">A UserDefined value of the VideoCodecType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
3945
+ </xs:annotation>
3946
+ </xs:attribute>
3947
+ </xs:extension>
3948
+ </xs:simpleContent>
3949
+ </xs:complexType>
3950
+ <xs:complexType name="VideoId">
3951
+ <xs:annotation>
3952
+ <xs:documentation source="ddex:Definition">A Composite containing details of Identifiers of a Video.</xs:documentation>
3953
+ </xs:annotation>
3954
+ <xs:sequence>
3955
+ <xs:element name="ISRC" minOccurs="0" type="xs:string">
3956
+ <xs:annotation>
3957
+ <xs:documentation source="ddex:Definition">The ISRC (International Standard Recording Code as defined in ISO 3901) for the Video. An ISRC comprises four parts: two characters, followed by three alphanumeric characters, then two digits and five digits. DDEX will enforce the syntax [a-zA-Z]{2}[a-zA-Z0-9]{3}[0-9]{7} using XML Schema in the future.</xs:documentation>
3958
+ </xs:annotation>
3959
+ </xs:element>
3960
+ <xs:element name="ISAN" minOccurs="0" type="xs:string">
3961
+ <xs:annotation>
3962
+ <xs:documentation source="ddex:Definition">The ISAN (International Standard Audiovisual Number as defined in ISO 15706) for the Video. An ISAN comprises four blocks of four hexadecimal charaters followed by a check character. DDEX will enforce the syntax [A-F0-9]{12} using XML Schema in the future.</xs:documentation>
3963
+ </xs:annotation>
3964
+ </xs:element>
3965
+ <xs:element name="VISAN" minOccurs="0" type="xs:string">
3966
+ <xs:annotation>
3967
+ <xs:documentation source="ddex:Definition">The V-ISAN (Version Identifier of a International Standard Audiovisual Number as defined in ISO 15706-2) for the Video. A V-ISAN comprises four blocks of four hexadecimal charaters followed by a check character, followed by two further blocks of four hexadecimal characters, followed by a further check character. DDEX will enforce the syntax [A-F0-9]{24} using XML Schema in the future.</xs:documentation>
3968
+ </xs:annotation>
3969
+ </xs:element>
3970
+ <xs:element name="CatalogNumber" minOccurs="0" type="mlc:CatalogNumber">
3971
+ <xs:annotation>
3972
+ <xs:documentation source="ddex:Definition">A Composite containing details of the CatalogNumber of the Video.</xs:documentation>
3973
+ </xs:annotation>
3974
+ </xs:element>
3975
+ <xs:element name="ProprietaryId"
3976
+ minOccurs="0"
3977
+ maxOccurs="unbounded"
3978
+ type="mlc:ProprietaryId">
3979
+ <xs:annotation>
3980
+ <xs:documentation source="ddex:Definition">A Composite containing details of a ProprietaryIdentifier of the Video (usually one per society involved in the messaging).</xs:documentation>
3981
+ </xs:annotation>
3982
+ </xs:element>
3983
+ <xs:element name="EIDR"
3984
+ minOccurs="0"
3985
+ maxOccurs="unbounded"
3986
+ type="xs:string">
3987
+ <xs:annotation>
3988
+ <xs:documentation source="ddex:Definition">An Identifier of the Video assigned by the Entertainment Identifier Registry Association (EIDR).</xs:documentation>
3989
+ </xs:annotation>
3990
+ </xs:element>
3991
+ </xs:sequence>
3992
+ <xs:attribute name="IsReplaced" type="xs:boolean">
3993
+ <xs:annotation>
3994
+ <xs:documentation source="ddex:Definition">The Flag indicating whether this Identifier is old and has been replaced by a new one (=true) or not (=false). The Flag may only be set to True when the new Identifier is also provided. If the Flag is not set, this Identifier is deemed to be the current one.</xs:documentation>
3995
+ </xs:annotation>
3996
+ </xs:attribute>
3997
+ </xs:complexType>
3998
+ <xs:complexType name="VideoType">
3999
+ <xs:annotation>
4000
+ <xs:documentation source="ddex:Definition">A Composite containing details of a VideoType.</xs:documentation>
4001
+ </xs:annotation>
4002
+ <xs:simpleContent>
4003
+ <xs:extension base="avs:VideoType">
4004
+ <xs:attribute name="Namespace" type="xs:string">
4005
+ <xs:annotation>
4006
+ <xs:documentation source="ddex:Definition">The Namespace of the VideoType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
4007
+ </xs:annotation>
4008
+ </xs:attribute>
4009
+ <xs:attribute name="UserDefinedValue" type="xs:string">
4010
+ <xs:annotation>
4011
+ <xs:documentation source="ddex:Definition">A UserDefined value of the VideoType. This is represented in an XML schema as an XML Attribute.</xs:documentation>
4012
+ </xs:annotation>
4013
+ </xs:attribute>
4014
+ </xs:extension>
4015
+ </xs:simpleContent>
4016
+ </xs:complexType>
4017
+ <xs:complexType name="X509Data">
4018
+ <xs:annotation>
4019
+ <xs:documentation source="ddex:Definition">An X509Data Composite.</xs:documentation>
4020
+ </xs:annotation>
4021
+ <xs:sequence maxOccurs="unbounded">
4022
+ <xs:choice>
4023
+ <xs:element name="X509IssuerSerial" type="ds:X509IssuerSerialType">
4024
+ <xs:annotation>
4025
+ <xs:documentation source="ddex:Definition">An Element of type X509IssuerSerialType.</xs:documentation>
4026
+ </xs:annotation>
4027
+ </xs:element>
4028
+ <xs:element name="X509SKI" type="xs:base64Binary">
4029
+ <xs:annotation>
4030
+ <xs:documentation source="ddex:Definition">An Element of type xs:base64Binary.</xs:documentation>
4031
+ </xs:annotation>
4032
+ </xs:element>
4033
+ <xs:element name="X509SubjectName" type="xs:string">
4034
+ <xs:annotation>
4035
+ <xs:documentation source="ddex:Definition">An Element of type xs:string.</xs:documentation>
4036
+ </xs:annotation>
4037
+ </xs:element>
4038
+ <xs:element name="X509Certificate" type="xs:base64Binary">
4039
+ <xs:annotation>
4040
+ <xs:documentation source="ddex:Definition">An Element of type xs:base64Binary.</xs:documentation>
4041
+ </xs:annotation>
4042
+ </xs:element>
4043
+ <xs:element name="X509CRL" type="xs:base64Binary">
4044
+ <xs:annotation>
4045
+ <xs:documentation source="ddex:Definition">An Element of type xs:base64Binary.</xs:documentation>
4046
+ </xs:annotation>
4047
+ </xs:element>
4048
+ <xs:element name="PartyId" type="mlc:PartyId">
4049
+ <xs:annotation>
4050
+ <xs:documentation source="ddex:Definition">A Composite containing details of the PartyId for the Party. If no Namespace is given, the Identifier is a DdexPartyId (DPID). Note that DPIDs are not normally used to identify Artists, Producers or other Creators.</xs:documentation>
4051
+ </xs:annotation>
4052
+ </xs:element>
4053
+ <xs:any namespace="##other" processContents="lax"/>
4054
+ </xs:choice>
4055
+ </xs:sequence>
4056
+ </xs:complexType>
4057
+ <xs:simpleType name="ddexC_CurrentTerritoryCode">
4058
+ <xs:annotation>
4059
+ <xs:documentation source="ddex:Definition">A Composite containing details of a TerritoryCode.</xs:documentation>
4060
+ </xs:annotation>
4061
+ <xs:restriction base="xs:string">
4062
+ <xs:enumeration value="IdentifierType">
4063
+ <xs:annotation>
4064
+ <xs:documentation source="ddex:Definition">A standard used for the TerritoryCode. This is represented in an XML schema as an XML Attribute. If this Attribute is not provided, it is assumed that the code is a TerritoryCode in accordance with ISO 3166-1 Alpha 2 standard (or Worldwide).</xs:documentation>
4065
+ </xs:annotation>
4066
+ </xs:enumeration>
4067
+ </xs:restriction>
4068
+ </xs:simpleType>
4069
+ <xs:simpleType name="ddex_IsoDate">
4070
+ <xs:annotation>
4071
+ <xs:documentation source="ddex:Definition">A Date represented in ISO 8601:2004 format: YYYY[-MM[-DD]].</xs:documentation>
4072
+ <xs:documentation source="ddex:Comment">Format: A Date represented as a calendar Year, Month or Day (in ISO 8601:2004 format: YYYY, YYYY-MM or YYYY-MM-DD).</xs:documentation>
4073
+ </xs:annotation>
4074
+ <xs:restriction base="xs:string">
4075
+ <xs:pattern value="[0-9]{4}(-[0-9]{2}){0,1}(-[0-9]{2}){0,1}"/>
4076
+ </xs:restriction>
4077
+ </xs:simpleType>
4078
+ </xs:schema>