ddex 0.0.10 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (286) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +1 -0
  3. data/lib/ddex/ern/v43/additional_title.rb +51 -0
  4. data/lib/ddex/ern/v43/administrating_record_company_role.rb +34 -0
  5. data/lib/ddex/ern/v43/administrating_record_company_with_reference.rb +30 -0
  6. data/lib/ddex/ern/v43/affiliation.rb +38 -0
  7. data/lib/ddex/ern/v43/all_territory_code.rb +31 -0
  8. data/lib/ddex/ern/v43/aspect_ratio.rb +34 -0
  9. data/lib/ddex/ern/v43/audio_codec_type.rb +37 -0
  10. data/lib/ddex/ern/v43/audio_delivery_file.rb +48 -0
  11. data/lib/ddex/ern/v43/av_rating.rb +38 -0
  12. data/lib/ddex/ern/v43/bit_rate.rb +31 -0
  13. data/lib/ddex/ern/v43/c_line.rb +33 -0
  14. data/lib/ddex/ern/v43/c_line_with_default.rb +39 -0
  15. data/lib/ddex/ern/v43/carrier_type.rb +34 -0
  16. data/lib/ddex/ern/v43/catalog_number.rb +31 -0
  17. data/lib/ddex/ern/v43/channel.rb +30 -0
  18. data/lib/ddex/ern/v43/chapter.rb +48 -0
  19. data/lib/ddex/ern/v43/chapter_list.rb +32 -0
  20. data/lib/ddex/ern/v43/character.rb +34 -0
  21. data/lib/ddex/ern/v43/clip_details.rb +32 -0
  22. data/lib/ddex/ern/v43/clip_release.rb +43 -0
  23. data/lib/ddex/ern/v43/clip_type.rb +34 -0
  24. data/lib/ddex/ern/v43/commercial_model_type.rb +34 -0
  25. data/lib/ddex/ern/v43/condition_for_rights_claim_policy.rb +36 -0
  26. data/lib/ddex/ern/v43/container_format.rb +34 -0
  27. data/lib/ddex/ern/v43/contributor.rb +42 -0
  28. data/lib/ddex/ern/v43/contributor_role.rb +34 -0
  29. data/lib/ddex/ern/v43/core_area.rb +29 -0
  30. data/lib/ddex/ern/v43/courtesy_line_with_default.rb +37 -0
  31. data/lib/ddex/ern/v43/cue.rb +58 -0
  32. data/lib/ddex/ern/v43/cue_origin.rb +34 -0
  33. data/lib/ddex/ern/v43/cue_sheet.rb +34 -0
  34. data/lib/ddex/ern/v43/cue_sheet_list.rb +29 -0
  35. data/lib/ddex/ern/v43/cue_sheet_type.rb +34 -0
  36. data/lib/ddex/ern/v43/cue_theme_type.rb +34 -0
  37. data/lib/ddex/ern/v43/cue_use_type.rb +34 -0
  38. data/lib/ddex/ern/v43/cue_visual_perception_type.rb +34 -0
  39. data/lib/ddex/ern/v43/cue_vocal_type.rb +34 -0
  40. data/lib/ddex/ern/v43/current_territory_code.rb +31 -0
  41. data/lib/ddex/ern/v43/deal.rb +35 -0
  42. data/lib/ddex/ern/v43/deal_list.rb +33 -0
  43. data/lib/ddex/ern/v43/deal_resource_reference_list.rb +28 -0
  44. data/lib/ddex/ern/{v312 → v43}/deal_technical_resource_details_reference_list.rb +3 -4
  45. data/lib/ddex/ern/v43/deal_terms.rb +59 -0
  46. data/lib/ddex/ern/v43/deal_terms_technical_instantiation.rb +32 -0
  47. data/lib/ddex/ern/v43/deity.rb +34 -0
  48. data/lib/ddex/ern/v43/delegated_usage_rights.rb +33 -0
  49. data/lib/ddex/ern/v43/description_with_territory.rb +37 -0
  50. data/lib/ddex/ern/v43/detailed_hash_sum.rb +33 -0
  51. data/lib/ddex/ern/v43/detailed_party_id.rb +34 -0
  52. data/lib/ddex/ern/v43/detailed_resource_contributor.rb +43 -0
  53. data/lib/ddex/ern/v43/discoverable_use_type.rb +37 -0
  54. data/lib/ddex/ern/v43/display_artist.rb +38 -0
  55. data/lib/ddex/ern/v43/display_artist_name_with_default.rb +40 -0
  56. data/lib/ddex/ern/v43/display_artist_role.rb +34 -0
  57. data/lib/ddex/ern/v43/display_credits.rb +38 -0
  58. data/lib/ddex/ern/v43/display_sub_title.rb +38 -0
  59. data/lib/ddex/ern/v43/display_title.rb +42 -0
  60. data/lib/ddex/ern/v43/display_title_text.rb +40 -0
  61. data/lib/ddex/ern/v43/distribution_channel_page.rb +33 -0
  62. data/lib/ddex/ern/v43/dsp.rb +34 -0
  63. data/lib/ddex/ern/v43/edition_contributor.rb +40 -0
  64. data/lib/ddex/ern/v43/event_date.rb +46 -0
  65. data/lib/ddex/ern/v43/event_date_time.rb +46 -0
  66. data/lib/ddex/ern/v43/event_date_time_without_flags.rb +40 -0
  67. data/lib/ddex/ern/v43/event_date_with_current_territory.rb +40 -0
  68. data/lib/ddex/ern/v43/event_date_with_default.rb +37 -0
  69. data/lib/ddex/ern/v43/event_date_without_flags.rb +40 -0
  70. data/lib/ddex/ern/v43/extent.rb +31 -0
  71. data/lib/ddex/ern/v43/external_resource_link.rb +34 -0
  72. data/lib/ddex/ern/v43/externally_linked_resource_type.rb +34 -0
  73. data/lib/ddex/ern/v43/file.rb +31 -0
  74. data/lib/ddex/ern/v43/fingerprint.rb +35 -0
  75. data/lib/ddex/ern/v43/fingerprint_algorithm_type.rb +34 -0
  76. data/lib/ddex/ern/v43/first_publication_date.rb +34 -0
  77. data/lib/ddex/ern/v43/frame_rate.rb +31 -0
  78. data/lib/ddex/ern/v43/fulfillment_date_with_territory.rb +35 -0
  79. data/lib/ddex/ern/v43/genre_category.rb +34 -0
  80. data/lib/ddex/ern/v43/genre_category_value.rb +37 -0
  81. data/lib/ddex/ern/v43/genre_with_territory.rb +42 -0
  82. data/lib/ddex/ern/v43/hash_sum_algorithm_type.rb +34 -0
  83. data/lib/ddex/ern/v43/hdr_video_dynamic_metadata_type.rb +34 -0
  84. data/lib/ddex/ern/v43/image.rb +75 -0
  85. data/lib/ddex/ern/v43/image_codec_type.rb +37 -0
  86. data/lib/ddex/ern/v43/image_type.rb +34 -0
  87. data/lib/ddex/ern/v43/instrument_type.rb +34 -0
  88. data/lib/ddex/ern/v43/is_credited.rb +31 -0
  89. data/lib/ddex/ern/v43/keywords_with_territory.rb +37 -0
  90. data/lib/ddex/ern/v43/language.rb +31 -0
  91. data/lib/ddex/ern/v43/linked_release_resource_reference.rb +47 -0
  92. data/lib/ddex/ern/v43/location_and_date_of_session.rb +37 -0
  93. data/lib/ddex/ern/v43/marketing_comment.rb +37 -0
  94. data/lib/ddex/ern/v43/message_audit_trail.rb +29 -0
  95. data/lib/ddex/ern/v43/message_audit_trail_event.rb +30 -0
  96. data/lib/ddex/ern/v43/message_header.rb +38 -0
  97. data/lib/ddex/ern/v43/messaging_party_without_code.rb +31 -0
  98. data/lib/ddex/ern/v43/musical_work_id.rb +35 -0
  99. data/lib/ddex/ern/v43/name.rb +31 -0
  100. data/lib/ddex/ern/v43/new_release_message.rb +58 -0
  101. data/lib/ddex/ern/v43/operating_system_type.rb +37 -0
  102. data/lib/ddex/ern/v43/p_line.rb +36 -0
  103. data/lib/ddex/ern/v43/p_line_with_default.rb +39 -0
  104. data/lib/ddex/ern/v43/parental_warning_type_with_territory.rb +40 -0
  105. data/lib/ddex/ern/v43/party.rb +37 -0
  106. data/lib/ddex/ern/v43/party_list.rb +29 -0
  107. data/lib/ddex/ern/v43/party_name.rb +38 -0
  108. data/lib/ddex/ern/v43/party_name_with_territory.rb +56 -0
  109. data/lib/ddex/ern/v43/party_name_without_code.rb +34 -0
  110. data/lib/ddex/ern/v43/party_relationship_type.rb +37 -0
  111. data/lib/ddex/ern/v43/party_with_role.rb +37 -0
  112. data/lib/ddex/ern/v43/percentage.rb +31 -0
  113. data/lib/ddex/ern/v43/period.rb +33 -0
  114. data/lib/ddex/ern/v43/period_with_start_date.rb +33 -0
  115. data/lib/ddex/ern/v43/period_without_flags.rb +33 -0
  116. data/lib/ddex/ern/v43/physical_returns.rb +29 -0
  117. data/lib/ddex/ern/v43/prefix.rb +31 -0
  118. data/lib/ddex/ern/v43/price.rb +31 -0
  119. data/lib/ddex/ern/v43/price_information_with_type.rb +42 -0
  120. data/lib/ddex/ern/v43/price_type.rb +31 -0
  121. data/lib/ddex/ern/v43/promotional_code.rb +31 -0
  122. data/lib/ddex/ern/v43/proprietary_id.rb +31 -0
  123. data/lib/ddex/ern/v43/purge_release_message.rb +38 -0
  124. data/lib/ddex/ern/v43/purged_release.rb +33 -0
  125. data/lib/ddex/ern/v43/purpose.rb +34 -0
  126. data/lib/ddex/ern/v43/raga.rb +34 -0
  127. data/lib/ddex/ern/v43/rating_agency.rb +34 -0
  128. data/lib/ddex/ern/v43/rating_reason.rb +34 -0
  129. data/lib/ddex/ern/v43/reason.rb +31 -0
  130. data/lib/ddex/ern/v43/recording_format.rb +34 -0
  131. data/lib/ddex/ern/v43/related_party.rb +30 -0
  132. data/lib/ddex/ern/v43/related_release.rb +44 -0
  133. data/lib/ddex/ern/v43/related_resource.rb +33 -0
  134. data/lib/ddex/ern/v43/release.rb +94 -0
  135. data/lib/ddex/ern/v43/release_admin.rb +30 -0
  136. data/lib/ddex/ern/v43/release_deal.rb +30 -0
  137. data/lib/ddex/ern/v43/release_id.rb +33 -0
  138. data/lib/ddex/ern/v43/release_label_reference.rb +46 -0
  139. data/lib/ddex/ern/v43/release_label_reference_with_party.rb +49 -0
  140. data/lib/ddex/ern/v43/release_list.rb +33 -0
  141. data/lib/ddex/ern/v43/release_relationship_type.rb +34 -0
  142. data/lib/ddex/ern/v43/release_type_for_release_notification.rb +34 -0
  143. data/lib/ddex/ern/v43/release_visibility.rb +38 -0
  144. data/lib/ddex/ern/v43/resource_contained_resource_reference.rb +32 -0
  145. data/lib/ddex/ern/v43/resource_contained_resource_reference_list.rb +29 -0
  146. data/lib/ddex/ern/v43/resource_contributor_role.rb +34 -0
  147. data/lib/ddex/ern/v43/resource_group.rb +50 -0
  148. data/lib/ddex/ern/v43/resource_group_content_item.rb +36 -0
  149. data/lib/ddex/ern/v43/resource_id.rb +41 -0
  150. data/lib/ddex/ern/v43/resource_list.rb +39 -0
  151. data/lib/ddex/ern/v43/resource_proprietary_id.rb +32 -0
  152. data/lib/ddex/ern/v43/resource_rights_controller.rb +38 -0
  153. data/lib/ddex/ern/v43/resource_sub_group.rb +53 -0
  154. data/lib/ddex/ern/v43/rights_claim_policy.rb +30 -0
  155. data/lib/ddex/ern/v43/rights_type.rb +34 -0
  156. data/lib/ddex/ern/v43/sampling_rate.rb +31 -0
  157. data/lib/ddex/ern/v43/segment.rb +30 -0
  158. data/lib/ddex/ern/v43/service_exception.rb +36 -0
  159. data/lib/ddex/ern/v43/session_type.rb +34 -0
  160. data/lib/ddex/ern/v43/sheet_music.rb +78 -0
  161. data/lib/ddex/ern/v43/sheet_music_codec_type.rb +37 -0
  162. data/lib/ddex/ern/v43/sheet_music_id.rb +33 -0
  163. data/lib/ddex/ern/v43/sheet_music_type.rb +34 -0
  164. data/lib/ddex/ern/v43/software.rb +79 -0
  165. data/lib/ddex/ern/v43/software_type.rb +34 -0
  166. data/lib/ddex/ern/v43/sound_recording.rb +103 -0
  167. data/lib/ddex/ern/v43/sound_recording_clip_details.rb +35 -0
  168. data/lib/ddex/ern/v43/sound_recording_edition.rb +37 -0
  169. data/lib/ddex/ern/v43/sound_recording_id.rb +35 -0
  170. data/lib/ddex/ern/v43/sound_recording_type.rb +34 -0
  171. data/lib/ddex/ern/v43/sub_genre_category.rb +29 -0
  172. data/lib/ddex/ern/v43/sub_genre_category_value.rb +34 -0
  173. data/lib/ddex/ern/v43/supplemental_document_list.rb +29 -0
  174. data/lib/ddex/ern/v43/synopsis_with_territory.rb +40 -0
  175. data/lib/ddex/ern/v43/tala.rb +34 -0
  176. data/lib/ddex/ern/v43/technical_image_details.rb +55 -0
  177. data/lib/ddex/ern/v43/technical_sheet_music_details.rb +48 -0
  178. data/lib/ddex/ern/v43/technical_software_details.rb +48 -0
  179. data/lib/ddex/ern/v43/technical_sound_recording_details.rb +43 -0
  180. data/lib/ddex/ern/v43/technical_text_details.rb +48 -0
  181. data/lib/ddex/ern/v43/technical_video_details.rb +44 -0
  182. data/lib/ddex/ern/v43/text.rb +79 -0
  183. data/lib/ddex/ern/v43/text_codec_type.rb +37 -0
  184. data/lib/ddex/ern/v43/text_id.rb +35 -0
  185. data/lib/ddex/ern/v43/text_type.rb +34 -0
  186. data/lib/ddex/ern/v43/text_with_format.rb +46 -0
  187. data/lib/ddex/ern/v43/text_without_territory.rb +46 -0
  188. data/lib/ddex/ern/v43/timing.rb +30 -0
  189. data/lib/ddex/ern/v43/title.rb +35 -0
  190. data/lib/ddex/ern/v43/title_display_information.rb +37 -0
  191. data/lib/ddex/ern/v43/track_release.rb +58 -0
  192. data/lib/ddex/ern/v43/track_release_visibility.rb +36 -0
  193. data/lib/ddex/ern/v43/use_type.rb +34 -0
  194. data/lib/ddex/ern/v43/user_interface_type.rb +34 -0
  195. data/lib/ddex/ern/v43/validity_period.rb +30 -0
  196. data/lib/ddex/ern/v43/venue.rb +33 -0
  197. data/lib/ddex/ern/v43/version_type.rb +34 -0
  198. data/lib/ddex/ern/v43/video.rb +104 -0
  199. data/lib/ddex/ern/v43/video_clip_details.rb +37 -0
  200. data/lib/ddex/ern/v43/video_codec_type.rb +37 -0
  201. data/lib/ddex/ern/v43/video_definition_type.rb +34 -0
  202. data/lib/ddex/ern/v43/video_delivery_file.rb +67 -0
  203. data/lib/ddex/ern/v43/video_edition.rb +39 -0
  204. data/lib/ddex/ern/v43/video_id.rb +38 -0
  205. data/lib/ddex/ern/v43/video_type.rb +34 -0
  206. data/lib/ddex/ern/v43/work_rights_controller.rb +36 -0
  207. data/lib/ddex/ern/v43.rb +11 -0
  208. data/lib/ddex/ern.rb +10 -2
  209. data/lib/ddex/version.rb +1 -1
  210. data/lib/rack/ddex.rb +2 -2
  211. data/spec/fixtures/ern/{411/x.xml~ → 43/1 Audio.xml } +645 -453
  212. data/spec/fixtures/ern/{411/2 Video.xml~ → 43/2 Video.xml } +59 -46
  213. data/spec/fixtures/ern/{411/3 MixedMedia.xml~ → 43/3 MixedMedia.xml } +484 -384
  214. data/spec/fixtures/ern/{42/4 SimpleAudioSingle.xml~ → 43/4 SimpleAudioSingle.xml } +42 -34
  215. data/spec/fixtures/ern/{42/5 SimpleVideoSingle.xml~ → 43/5 SimpleVideoSingle.xml } +49 -40
  216. data/spec/fixtures/ern/{42/6 Ringtone.xml~ → 43/6 Ringtone.xml } +70 -94
  217. data/spec/fixtures/ern/{411/7 LongformMusicalWorkVideo.xml~ → 43/7 LongformMusicalWorkVideo.xml } +100 -110
  218. data/spec/fixtures/ern/{411/8 DjMix.xml~ → 43/8 DjMix.xml } +73 -52
  219. data/spec/fixtures/ern/43/Variant Classical.xml +1239 -0
  220. metadata +286 -133
  221. data/lib/ddex/ern/v312/collection.rb +0 -62
  222. data/lib/ddex/ern/v312/collection_details_by_territory.rb +0 -31
  223. data/lib/ddex/ern/v312/collection_list.rb +0 -33
  224. data/lib/ddex/ern/v312/collection_resource_reference_list.rb +0 -29
  225. data/lib/ddex/ern/v312/collection_work_reference_list.rb +0 -29
  226. data/lib/ddex/ern/v312/cue.rb +0 -56
  227. data/lib/ddex/ern/v312/cue_sheet.rb +0 -35
  228. data/lib/ddex/ern/v312/cue_sheet_list.rb +0 -30
  229. data/lib/ddex/ern/v312/deal.rb +0 -39
  230. data/lib/ddex/ern/v312/deal_list.rb +0 -33
  231. data/lib/ddex/ern/v312/deal_terms.rb +0 -54
  232. data/lib/ddex/ern/v312/image.rb +0 -46
  233. data/lib/ddex/ern/v312/image_details_by_territory.rb +0 -41
  234. data/lib/ddex/ern/v312/licensed_release.rb +0 -35
  235. data/lib/ddex/ern/v312/licensed_sound_recording.rb +0 -35
  236. data/lib/ddex/ern/v312/midi.rb +0 -66
  237. data/lib/ddex/ern/v312/midi_details_by_territory.rb +0 -48
  238. data/lib/ddex/ern/v312/musical_work_license_information_message.rb +0 -39
  239. data/lib/ddex/ern/v312/new_deal_message.rb +0 -39
  240. data/lib/ddex/ern/v312/new_release_message.rb +0 -50
  241. data/lib/ddex/ern/v312/preview_details.rb +0 -33
  242. data/lib/ddex/ern/v312/related_release_offer_set.rb +0 -37
  243. data/lib/ddex/ern/v312/release.rb +0 -58
  244. data/lib/ddex/ern/v312/release_deal.rb +0 -37
  245. data/lib/ddex/ern/v312/release_details_by_territory.rb +0 -52
  246. data/lib/ddex/ern/v312/release_list.rb +0 -33
  247. data/lib/ddex/ern/v312/resource_group.rb +0 -46
  248. data/lib/ddex/ern/v312/resource_group_content_item.rb +0 -39
  249. data/lib/ddex/ern/v312/resource_list.rb +0 -47
  250. data/lib/ddex/ern/v312/resource_usage.rb +0 -35
  251. data/lib/ddex/ern/v312/sheet_music.rb +0 -53
  252. data/lib/ddex/ern/v312/sheet_music_details_by_territory.rb +0 -37
  253. data/lib/ddex/ern/v312/software.rb +0 -50
  254. data/lib/ddex/ern/v312/software_details_by_territory.rb +0 -41
  255. data/lib/ddex/ern/v312/sound_recording.rb +0 -68
  256. data/lib/ddex/ern/v312/sound_recording_details_by_territory.rb +0 -50
  257. data/lib/ddex/ern/v312/sound_recording_preview_details.rb +0 -36
  258. data/lib/ddex/ern/v312/technical_image_details.rb +0 -51
  259. data/lib/ddex/ern/v312/technical_midi_details.rb +0 -44
  260. data/lib/ddex/ern/v312/technical_sheet_music_details.rb +0 -45
  261. data/lib/ddex/ern/v312/technical_software_details.rb +0 -45
  262. data/lib/ddex/ern/v312/technical_sound_recording_details.rb +0 -51
  263. data/lib/ddex/ern/v312/technical_text_details.rb +0 -45
  264. data/lib/ddex/ern/v312/technical_user_defined_resource_details.rb +0 -43
  265. data/lib/ddex/ern/v312/technical_video_details.rb +0 -63
  266. data/lib/ddex/ern/v312/text.rb +0 -50
  267. data/lib/ddex/ern/v312/text_details_by_territory.rb +0 -41
  268. data/lib/ddex/ern/v312/user_defined_resource.rb +0 -50
  269. data/lib/ddex/ern/v312/user_defined_resource_details_by_territory.rb +0 -41
  270. data/lib/ddex/ern/v312/video.rb +0 -73
  271. data/lib/ddex/ern/v312/video_details_by_territory.rb +0 -54
  272. data/spec/ern/341_spec.rb~ +0 -11
  273. data/spec/ern/34_spec.rb~ +0 -10
  274. data/spec/ern/36_spec.rb~ +0 -14
  275. data/spec/ern/v36_spec.rb~ +0 -11
  276. data/spec/ern/versions_spec.rb~ +0 -22
  277. data/spec/ern_spec.rb~ +0 -5
  278. data/spec/fixtures/ern/312/instance1.xml +0 -2066
  279. data/spec/fixtures/ern/371/instance1.xml~ +0 -3103
  280. data/spec/fixtures/ern/37D2/instance1.xml~ +0 -2137
  281. data/spec/fixtures/ern/411/1 Audio.xml~ +0 -1390
  282. data/spec/fixtures/ern/411/4 SimpleAudioSingle.xml~ +0 -11372
  283. data/spec/fixtures/ern/411/5 SimpleVideoSingle.xml~ +0 -227
  284. data/spec/fixtures/ern/411/6 Ringtone.xml~ +0 -3362
  285. data/spec/fixtures/ern/42/1 Audio.xml~ +0 -1387
  286. data/spec/fixtures/ern36.xml~ +0 -243
@@ -1,3103 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ern:NewReleaseMessage MessageSchemaVersionId="ern/371" ReleaseProfileVersionId="CommonReleaseTypes/13/AudioAlbumMusicandSpeech" xmlns:ern="http://ddex.net/xml/ern/371" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ddex.net/xml/ern/371 http://ddex.net/xml/ern/371/release-notification.xsd" xmlns:avs="http://ddex.net/xml/avs/avs">
3
- <MessageHeader>
4
- <MessageThreadId>FUGA_1387053701</MessageThreadId>
5
- <MessageId>FUGA_1387053701</MessageId>
6
- <MessageFileName>669447000013.xml</MessageFileName>
7
- <MessageSender>
8
- <PartyId>PADPIDA20110330020</PartyId>
9
- <PartyName>
10
- <FullName>FUGA</FullName>
11
- </PartyName>
12
- </MessageSender>
13
- <SentOnBehalfOf>
14
- <PartyId>PADPIDA2016090105F</PartyId>
15
- <PartyName>
16
- <FullName>SMLXL, INC</FullName>
17
- </PartyName>
18
- </SentOnBehalfOf>
19
- <MessageRecipient>
20
- <PartyId Namespace="PADPIDA20110330020">1386943585</PartyId>
21
- <PartyName>
22
- <FullName>SMLXL Backup DSP</FullName>
23
- </PartyName>
24
- </MessageRecipient>
25
- <MessageCreatedDateTime>2018-02-05T19:50:41+01:00</MessageCreatedDateTime>
26
- <MessageControlType>LiveMessage</MessageControlType>
27
- </MessageHeader>
28
- <UpdateIndicator>OriginalMessage</UpdateIndicator>
29
- <ResourceList>
30
- <SoundRecording>
31
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
32
- <SoundRecordingId>
33
- <ISRC>USGOT0203015</ISRC>
34
- <ProprietaryId Namespace="PADPIDA20110330020">1254834815</ProprietaryId>
35
- </SoundRecordingId>
36
- <ResourceReference>A1</ResourceReference>
37
- <ReferenceTitle>
38
- <TitleText>Here We Go</TitleText>
39
- </ReferenceTitle>
40
- <Duration>PT3M19S</Duration>
41
- <SoundRecordingDetailsByTerritory>
42
- <TerritoryCode>Worldwide</TerritoryCode>
43
- <Title TitleType="DisplayTitle">
44
- <TitleText>Here We Go</TitleText>
45
- </Title>
46
- <DisplayArtist SequenceNumber="1">
47
- <PartyName>
48
- <FullName>Grits</FullName>
49
- </PartyName>
50
- <ArtistRole>MainArtist</ArtistRole>
51
- </DisplayArtist>
52
- <LabelName>Gotee Records</LabelName>
53
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
54
- <PLine>
55
- <Year>2012</Year>
56
- <PLineText>Gotee Records</PLineText>
57
- </PLine>
58
- <Genre>
59
- <GenreText>Hip Hop/Rap</GenreText>
60
- </Genre>
61
- <ParentalWarningType>NotExplicit</ParentalWarningType>
62
- <TechnicalSoundRecordingDetails>
63
- <TechnicalResourceDetailsReference>T1_0</TechnicalResourceDetailsReference>
64
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
65
- <NumberOfChannels>2</NumberOfChannels>
66
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
67
- <BitsPerSample>16</BitsPerSample>
68
- <IsPreview>false</IsPreview>
69
- <PreviewDetails>
70
- <StartPoint>0</StartPoint>
71
- <Duration>PT30S</Duration>
72
- <ExpressionType>Instructive</ExpressionType>
73
- </PreviewDetails>
74
- <File>
75
- <FileName>669447000013_T1_0_SoundRecording_001_001.wav</FileName>
76
- <FilePath>resources/</FilePath>
77
- <HashSum>
78
- <HashSum>344e8bd4df5bb7d019117f6d694ea571</HashSum>
79
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
80
- </HashSum>
81
- </File>
82
- </TechnicalSoundRecordingDetails>
83
- </SoundRecordingDetailsByTerritory>
84
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
85
- </SoundRecording>
86
- <SoundRecording>
87
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
88
- <SoundRecordingId>
89
- <ISRC>USGOT0203017</ISRC>
90
- <ProprietaryId Namespace="PADPIDA20110330020">1254750345</ProprietaryId>
91
- </SoundRecordingId>
92
- <ResourceReference>A2</ResourceReference>
93
- <ReferenceTitle>
94
- <TitleText>Ooh Ahh (My Life Be Like) (feat. Toby Mac)</TitleText>
95
- </ReferenceTitle>
96
- <Duration>PT3M53S</Duration>
97
- <SoundRecordingDetailsByTerritory>
98
- <TerritoryCode>Worldwide</TerritoryCode>
99
- <Title TitleType="DisplayTitle">
100
- <TitleText>Ooh Ahh (My Life Be Like) (feat. Toby Mac)</TitleText>
101
- </Title>
102
- <DisplayArtist SequenceNumber="1">
103
- <PartyName>
104
- <FullName>Grits</FullName>
105
- </PartyName>
106
- <ArtistRole>MainArtist</ArtistRole>
107
- </DisplayArtist>
108
- <DisplayArtist SequenceNumber="2">
109
- <PartyName>
110
- <FullName>tobyMac</FullName>
111
- </PartyName>
112
- <ArtistRole>FeaturedArtist</ArtistRole>
113
- </DisplayArtist>
114
- <LabelName>Gotee Records</LabelName>
115
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
116
- <PLine>
117
- <Year>2017</Year>
118
- <PLineText>Gotee Records</PLineText>
119
- </PLine>
120
- <Genre>
121
- <GenreText>Hip Hop/Rap</GenreText>
122
- </Genre>
123
- <ParentalWarningType>NotExplicit</ParentalWarningType>
124
- <TechnicalSoundRecordingDetails>
125
- <TechnicalResourceDetailsReference>T2_0</TechnicalResourceDetailsReference>
126
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
127
- <NumberOfChannels>2</NumberOfChannels>
128
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
129
- <BitsPerSample>16</BitsPerSample>
130
- <IsPreview>false</IsPreview>
131
- <PreviewDetails>
132
- <StartPoint>0</StartPoint>
133
- <Duration>PT30S</Duration>
134
- <ExpressionType>Instructive</ExpressionType>
135
- </PreviewDetails>
136
- <File>
137
- <FileName>669447000013_T2_0_SoundRecording_001_002.wav</FileName>
138
- <FilePath>resources/</FilePath>
139
- <HashSum>
140
- <HashSum>d53d6f195b3e0590b9397aac588d939e</HashSum>
141
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
142
- </HashSum>
143
- </File>
144
- </TechnicalSoundRecordingDetails>
145
- </SoundRecordingDetailsByTerritory>
146
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
147
- </SoundRecording>
148
- <SoundRecording>
149
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
150
- <SoundRecordingId>
151
- <ISRC>USGOT0203018</ISRC>
152
- <ProprietaryId Namespace="PADPIDA20110330020">1254750349</ProprietaryId>
153
- </SoundRecordingId>
154
- <ResourceReference>A3</ResourceReference>
155
- <ReferenceTitle>
156
- <TitleText>Runnin'</TitleText>
157
- </ReferenceTitle>
158
- <Duration>PT4M5S</Duration>
159
- <SoundRecordingDetailsByTerritory>
160
- <TerritoryCode>Worldwide</TerritoryCode>
161
- <Title TitleType="DisplayTitle">
162
- <TitleText>Runnin'</TitleText>
163
- </Title>
164
- <DisplayArtist SequenceNumber="1">
165
- <PartyName>
166
- <FullName>Grits</FullName>
167
- </PartyName>
168
- <ArtistRole>MainArtist</ArtistRole>
169
- </DisplayArtist>
170
- <LabelName>Gotee Records</LabelName>
171
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
172
- <PLine>
173
- <Year>2012</Year>
174
- <PLineText>Gotee Records</PLineText>
175
- </PLine>
176
- <Genre>
177
- <GenreText>Hip Hop/Rap</GenreText>
178
- </Genre>
179
- <ParentalWarningType>NotExplicit</ParentalWarningType>
180
- <TechnicalSoundRecordingDetails>
181
- <TechnicalResourceDetailsReference>T3_0</TechnicalResourceDetailsReference>
182
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
183
- <NumberOfChannels>2</NumberOfChannels>
184
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
185
- <BitsPerSample>16</BitsPerSample>
186
- <IsPreview>false</IsPreview>
187
- <PreviewDetails>
188
- <StartPoint>0</StartPoint>
189
- <Duration>PT30S</Duration>
190
- <ExpressionType>Instructive</ExpressionType>
191
- </PreviewDetails>
192
- <File>
193
- <FileName>669447000013_T3_0_SoundRecording_001_003.wav</FileName>
194
- <FilePath>resources/</FilePath>
195
- <HashSum>
196
- <HashSum>89d70d14aa7a614c38d8af1c7fed1344</HashSum>
197
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
198
- </HashSum>
199
- </File>
200
- </TechnicalSoundRecordingDetails>
201
- </SoundRecordingDetailsByTerritory>
202
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
203
- </SoundRecording>
204
- <SoundRecording>
205
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
206
- <SoundRecordingId>
207
- <ISRC>USGOT0203020</ISRC>
208
- <ProprietaryId Namespace="PADPIDA20110330020">1254834828</ProprietaryId>
209
- </SoundRecordingId>
210
- <ResourceReference>A4</ResourceReference>
211
- <ReferenceTitle>
212
- <TitleText>Tennessee Bwoys</TitleText>
213
- </ReferenceTitle>
214
- <Duration>PT4M5S</Duration>
215
- <SoundRecordingDetailsByTerritory>
216
- <TerritoryCode>Worldwide</TerritoryCode>
217
- <Title TitleType="DisplayTitle">
218
- <TitleText>Tennessee Bwoys</TitleText>
219
- </Title>
220
- <DisplayArtist SequenceNumber="1">
221
- <PartyName>
222
- <FullName>Grits</FullName>
223
- </PartyName>
224
- <ArtistRole>MainArtist</ArtistRole>
225
- </DisplayArtist>
226
- <LabelName>Gotee Records</LabelName>
227
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
228
- <PLine>
229
- <Year>2012</Year>
230
- <PLineText>Gotee Records</PLineText>
231
- </PLine>
232
- <Genre>
233
- <GenreText>Hip Hop/Rap</GenreText>
234
- </Genre>
235
- <ParentalWarningType>NotExplicit</ParentalWarningType>
236
- <TechnicalSoundRecordingDetails>
237
- <TechnicalResourceDetailsReference>T4_0</TechnicalResourceDetailsReference>
238
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
239
- <NumberOfChannels>2</NumberOfChannels>
240
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
241
- <BitsPerSample>16</BitsPerSample>
242
- <IsPreview>false</IsPreview>
243
- <PreviewDetails>
244
- <StartPoint>0</StartPoint>
245
- <Duration>PT30S</Duration>
246
- <ExpressionType>Instructive</ExpressionType>
247
- </PreviewDetails>
248
- <File>
249
- <FileName>669447000013_T4_0_SoundRecording_001_004.wav</FileName>
250
- <FilePath>resources/</FilePath>
251
- <HashSum>
252
- <HashSum>7e3f58be64a9ab34f57ea93023fe89da</HashSum>
253
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
254
- </HashSum>
255
- </File>
256
- </TechnicalSoundRecordingDetails>
257
- </SoundRecordingDetailsByTerritory>
258
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
259
- </SoundRecording>
260
- <SoundRecording>
261
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
262
- <SoundRecordingId>
263
- <ISRC>USGOT0203021</ISRC>
264
- <ProprietaryId Namespace="PADPIDA20110330020">1254750355</ProprietaryId>
265
- </SoundRecordingId>
266
- <ResourceReference>A5</ResourceReference>
267
- <ReferenceTitle>
268
- <TitleText>Be Mine</TitleText>
269
- </ReferenceTitle>
270
- <Duration>PT4M22S</Duration>
271
- <SoundRecordingDetailsByTerritory>
272
- <TerritoryCode>Worldwide</TerritoryCode>
273
- <Title TitleType="DisplayTitle">
274
- <TitleText>Be Mine</TitleText>
275
- </Title>
276
- <DisplayArtist SequenceNumber="1">
277
- <PartyName>
278
- <FullName>Grits</FullName>
279
- </PartyName>
280
- <ArtistRole>MainArtist</ArtistRole>
281
- </DisplayArtist>
282
- <LabelName>Gotee Records</LabelName>
283
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
284
- <PLine>
285
- <Year>2012</Year>
286
- <PLineText>Gotee Records</PLineText>
287
- </PLine>
288
- <Genre>
289
- <GenreText>Hip Hop/Rap</GenreText>
290
- </Genre>
291
- <ParentalWarningType>NotExplicit</ParentalWarningType>
292
- <TechnicalSoundRecordingDetails>
293
- <TechnicalResourceDetailsReference>T5_0</TechnicalResourceDetailsReference>
294
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
295
- <NumberOfChannels>2</NumberOfChannels>
296
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
297
- <BitsPerSample>16</BitsPerSample>
298
- <IsPreview>false</IsPreview>
299
- <PreviewDetails>
300
- <StartPoint>0</StartPoint>
301
- <Duration>PT30S</Duration>
302
- <ExpressionType>Instructive</ExpressionType>
303
- </PreviewDetails>
304
- <File>
305
- <FileName>669447000013_T5_0_SoundRecording_001_005.wav</FileName>
306
- <FilePath>resources/</FilePath>
307
- <HashSum>
308
- <HashSum>757a6ef7b3f479c50560af79131be1e7</HashSum>
309
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
310
- </HashSum>
311
- </File>
312
- </TechnicalSoundRecordingDetails>
313
- </SoundRecordingDetailsByTerritory>
314
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
315
- </SoundRecording>
316
- <SoundRecording>
317
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
318
- <SoundRecordingId>
319
- <ISRC>USGOT0203019</ISRC>
320
- <ProprietaryId Namespace="PADPIDA20110330020">1254750358</ProprietaryId>
321
- </SoundRecordingId>
322
- <ResourceReference>A6</ResourceReference>
323
- <ReferenceTitle>
324
- <TitleText>Ill Coined Phrase (Interlude)</TitleText>
325
- </ReferenceTitle>
326
- <Duration>PT1M8S</Duration>
327
- <SoundRecordingDetailsByTerritory>
328
- <TerritoryCode>Worldwide</TerritoryCode>
329
- <Title TitleType="DisplayTitle">
330
- <TitleText>Ill Coined Phrase (Interlude)</TitleText>
331
- </Title>
332
- <DisplayArtist SequenceNumber="1">
333
- <PartyName>
334
- <FullName>Grits</FullName>
335
- </PartyName>
336
- <ArtistRole>MainArtist</ArtistRole>
337
- </DisplayArtist>
338
- <LabelName>Gotee Records</LabelName>
339
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
340
- <PLine>
341
- <Year>2017</Year>
342
- <PLineText>Gotee Records</PLineText>
343
- </PLine>
344
- <Genre>
345
- <GenreText>Hip Hop/Rap</GenreText>
346
- </Genre>
347
- <ParentalWarningType>NotExplicit</ParentalWarningType>
348
- <TechnicalSoundRecordingDetails>
349
- <TechnicalResourceDetailsReference>T6_0</TechnicalResourceDetailsReference>
350
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
351
- <NumberOfChannels>2</NumberOfChannels>
352
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
353
- <BitsPerSample>16</BitsPerSample>
354
- <IsPreview>false</IsPreview>
355
- <PreviewDetails>
356
- <StartPoint>0</StartPoint>
357
- <Duration>PT30S</Duration>
358
- <ExpressionType>Instructive</ExpressionType>
359
- </PreviewDetails>
360
- <File>
361
- <FileName>669447000013_T6_0_SoundRecording_001_006.wav</FileName>
362
- <FilePath>resources/</FilePath>
363
- <HashSum>
364
- <HashSum>fdc77a12efe72f5c374480e5392cdad7</HashSum>
365
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
366
- </HashSum>
367
- </File>
368
- </TechnicalSoundRecordingDetails>
369
- </SoundRecordingDetailsByTerritory>
370
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
371
- </SoundRecording>
372
- <SoundRecording>
373
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
374
- <SoundRecordingId>
375
- <ISRC>USGOT0203016</ISRC>
376
- <ProprietaryId Namespace="PADPIDA20110330020">1254750361</ProprietaryId>
377
- </SoundRecordingId>
378
- <ResourceReference>A7</ResourceReference>
379
- <ReferenceTitle>
380
- <TitleText>Seriously</TitleText>
381
- </ReferenceTitle>
382
- <Duration>PT3M41S</Duration>
383
- <SoundRecordingDetailsByTerritory>
384
- <TerritoryCode>Worldwide</TerritoryCode>
385
- <Title TitleType="DisplayTitle">
386
- <TitleText>Seriously</TitleText>
387
- </Title>
388
- <DisplayArtist SequenceNumber="1">
389
- <PartyName>
390
- <FullName>Grits</FullName>
391
- </PartyName>
392
- <ArtistRole>MainArtist</ArtistRole>
393
- </DisplayArtist>
394
- <LabelName>Gotee Records</LabelName>
395
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
396
- <PLine>
397
- <Year>2012</Year>
398
- <PLineText>Gotee Records</PLineText>
399
- </PLine>
400
- <Genre>
401
- <GenreText>Hip Hop/Rap</GenreText>
402
- </Genre>
403
- <ParentalWarningType>NotExplicit</ParentalWarningType>
404
- <TechnicalSoundRecordingDetails>
405
- <TechnicalResourceDetailsReference>T7_0</TechnicalResourceDetailsReference>
406
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
407
- <NumberOfChannels>2</NumberOfChannels>
408
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
409
- <BitsPerSample>16</BitsPerSample>
410
- <IsPreview>false</IsPreview>
411
- <PreviewDetails>
412
- <StartPoint>0</StartPoint>
413
- <Duration>PT30S</Duration>
414
- <ExpressionType>Instructive</ExpressionType>
415
- </PreviewDetails>
416
- <File>
417
- <FileName>669447000013_T7_0_SoundRecording_001_007.wav</FileName>
418
- <FilePath>resources/</FilePath>
419
- <HashSum>
420
- <HashSum>c025cd378791003cf4f6fb240fbb0e98</HashSum>
421
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
422
- </HashSum>
423
- </File>
424
- </TechnicalSoundRecordingDetails>
425
- </SoundRecordingDetailsByTerritory>
426
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
427
- </SoundRecording>
428
- <SoundRecording>
429
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
430
- <SoundRecordingId>
431
- <ISRC>USGOT0203022</ISRC>
432
- <ProprietaryId Namespace="PADPIDA20110330020">1254750364</ProprietaryId>
433
- </SoundRecordingId>
434
- <ResourceReference>A8</ResourceReference>
435
- <ReferenceTitle>
436
- <TitleText>At The Video Shoot (Interlude)</TitleText>
437
- </ReferenceTitle>
438
- <Duration>PT1M28S</Duration>
439
- <SoundRecordingDetailsByTerritory>
440
- <TerritoryCode>Worldwide</TerritoryCode>
441
- <Title TitleType="DisplayTitle">
442
- <TitleText>At The Video Shoot (Interlude)</TitleText>
443
- </Title>
444
- <DisplayArtist SequenceNumber="1">
445
- <PartyName>
446
- <FullName>Grits</FullName>
447
- </PartyName>
448
- <ArtistRole>MainArtist</ArtistRole>
449
- </DisplayArtist>
450
- <LabelName>Gotee Records</LabelName>
451
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
452
- <PLine>
453
- <Year>2017</Year>
454
- <PLineText>Gotee Records</PLineText>
455
- </PLine>
456
- <Genre>
457
- <GenreText>Hip Hop/Rap</GenreText>
458
- </Genre>
459
- <ParentalWarningType>NotExplicit</ParentalWarningType>
460
- <TechnicalSoundRecordingDetails>
461
- <TechnicalResourceDetailsReference>T8_0</TechnicalResourceDetailsReference>
462
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
463
- <NumberOfChannels>2</NumberOfChannels>
464
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
465
- <BitsPerSample>16</BitsPerSample>
466
- <IsPreview>false</IsPreview>
467
- <PreviewDetails>
468
- <StartPoint>0</StartPoint>
469
- <Duration>PT30S</Duration>
470
- <ExpressionType>Instructive</ExpressionType>
471
- </PreviewDetails>
472
- <File>
473
- <FileName>669447000013_T8_0_SoundRecording_001_008.wav</FileName>
474
- <FilePath>resources/</FilePath>
475
- <HashSum>
476
- <HashSum>6a2782ff6500ddd2fa05bbe9da57ee27</HashSum>
477
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
478
- </HashSum>
479
- </File>
480
- </TechnicalSoundRecordingDetails>
481
- </SoundRecordingDetailsByTerritory>
482
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
483
- </SoundRecording>
484
- <SoundRecording>
485
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
486
- <SoundRecordingId>
487
- <ISRC>USGOT0203023</ISRC>
488
- <ProprietaryId Namespace="PADPIDA20110330020">1254750367</ProprietaryId>
489
- </SoundRecordingId>
490
- <ResourceReference>A9</ResourceReference>
491
- <ReferenceTitle>
492
- <TitleText>Video Girl</TitleText>
493
- </ReferenceTitle>
494
- <Duration>PT3M50S</Duration>
495
- <SoundRecordingDetailsByTerritory>
496
- <TerritoryCode>Worldwide</TerritoryCode>
497
- <Title TitleType="DisplayTitle">
498
- <TitleText>Video Girl</TitleText>
499
- </Title>
500
- <DisplayArtist SequenceNumber="1">
501
- <PartyName>
502
- <FullName>Grits</FullName>
503
- </PartyName>
504
- <ArtistRole>MainArtist</ArtistRole>
505
- </DisplayArtist>
506
- <LabelName>Gotee Records</LabelName>
507
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
508
- <PLine>
509
- <Year>2012</Year>
510
- <PLineText>Gotee Records</PLineText>
511
- </PLine>
512
- <Genre>
513
- <GenreText>Hip Hop/Rap</GenreText>
514
- </Genre>
515
- <ParentalWarningType>NotExplicit</ParentalWarningType>
516
- <TechnicalSoundRecordingDetails>
517
- <TechnicalResourceDetailsReference>T9_0</TechnicalResourceDetailsReference>
518
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
519
- <NumberOfChannels>2</NumberOfChannels>
520
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
521
- <BitsPerSample>16</BitsPerSample>
522
- <IsPreview>false</IsPreview>
523
- <PreviewDetails>
524
- <StartPoint>0</StartPoint>
525
- <Duration>PT30S</Duration>
526
- <ExpressionType>Instructive</ExpressionType>
527
- </PreviewDetails>
528
- <File>
529
- <FileName>669447000013_T9_0_SoundRecording_001_009.wav</FileName>
530
- <FilePath>resources/</FilePath>
531
- <HashSum>
532
- <HashSum>fe263163141479e824dd2ad2f1271bf1</HashSum>
533
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
534
- </HashSum>
535
- </File>
536
- </TechnicalSoundRecordingDetails>
537
- </SoundRecordingDetailsByTerritory>
538
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
539
- </SoundRecording>
540
- <SoundRecording>
541
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
542
- <SoundRecordingId>
543
- <ISRC>USGOT0203025</ISRC>
544
- <ProprietaryId Namespace="PADPIDA20110330020">1254750370</ProprietaryId>
545
- </SoundRecordingId>
546
- <ResourceReference>A10</ResourceReference>
547
- <ReferenceTitle>
548
- <TitleText>Believe</TitleText>
549
- </ReferenceTitle>
550
- <Duration>PT3M20S</Duration>
551
- <SoundRecordingDetailsByTerritory>
552
- <TerritoryCode>Worldwide</TerritoryCode>
553
- <Title TitleType="DisplayTitle">
554
- <TitleText>Believe</TitleText>
555
- </Title>
556
- <DisplayArtist SequenceNumber="1">
557
- <PartyName>
558
- <FullName>Grits</FullName>
559
- </PartyName>
560
- <ArtistRole>MainArtist</ArtistRole>
561
- </DisplayArtist>
562
- <LabelName>Gotee Records</LabelName>
563
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
564
- <PLine>
565
- <Year>2012</Year>
566
- <PLineText>Gotee Records</PLineText>
567
- </PLine>
568
- <Genre>
569
- <GenreText>Hip Hop/Rap</GenreText>
570
- </Genre>
571
- <ParentalWarningType>NotExplicit</ParentalWarningType>
572
- <TechnicalSoundRecordingDetails>
573
- <TechnicalResourceDetailsReference>T10_0</TechnicalResourceDetailsReference>
574
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
575
- <NumberOfChannels>2</NumberOfChannels>
576
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
577
- <BitsPerSample>16</BitsPerSample>
578
- <IsPreview>false</IsPreview>
579
- <PreviewDetails>
580
- <StartPoint>0</StartPoint>
581
- <Duration>PT30S</Duration>
582
- <ExpressionType>Instructive</ExpressionType>
583
- </PreviewDetails>
584
- <File>
585
- <FileName>669447000013_T10_0_SoundRecording_001_010.wav</FileName>
586
- <FilePath>resources/</FilePath>
587
- <HashSum>
588
- <HashSum>3673248608164e95fd9682bd8b7bcd6b</HashSum>
589
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
590
- </HashSum>
591
- </File>
592
- </TechnicalSoundRecordingDetails>
593
- </SoundRecordingDetailsByTerritory>
594
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
595
- </SoundRecording>
596
- <SoundRecording>
597
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
598
- <SoundRecordingId>
599
- <ISRC>USGOT0203024</ISRC>
600
- <ProprietaryId Namespace="PADPIDA20110330020">1254750373</ProprietaryId>
601
- </SoundRecordingId>
602
- <ResourceReference>A11</ResourceReference>
603
- <ReferenceTitle>
604
- <TitleText>What Do You Believe? (Interlude)</TitleText>
605
- </ReferenceTitle>
606
- <Duration>PT1M34S</Duration>
607
- <SoundRecordingDetailsByTerritory>
608
- <TerritoryCode>Worldwide</TerritoryCode>
609
- <Title TitleType="DisplayTitle">
610
- <TitleText>What Do You Believe? (Interlude)</TitleText>
611
- </Title>
612
- <DisplayArtist SequenceNumber="1">
613
- <PartyName>
614
- <FullName>Grits</FullName>
615
- </PartyName>
616
- <ArtistRole>MainArtist</ArtistRole>
617
- </DisplayArtist>
618
- <LabelName>Gotee Records</LabelName>
619
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
620
- <PLine>
621
- <Year>2017</Year>
622
- <PLineText>Gotee Records</PLineText>
623
- </PLine>
624
- <Genre>
625
- <GenreText>Hip Hop/Rap</GenreText>
626
- </Genre>
627
- <ParentalWarningType>NotExplicit</ParentalWarningType>
628
- <TechnicalSoundRecordingDetails>
629
- <TechnicalResourceDetailsReference>T11_0</TechnicalResourceDetailsReference>
630
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
631
- <NumberOfChannels>2</NumberOfChannels>
632
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
633
- <BitsPerSample>16</BitsPerSample>
634
- <IsPreview>false</IsPreview>
635
- <PreviewDetails>
636
- <StartPoint>0</StartPoint>
637
- <Duration>PT30S</Duration>
638
- <ExpressionType>Instructive</ExpressionType>
639
- </PreviewDetails>
640
- <File>
641
- <FileName>669447000013_T11_0_SoundRecording_001_011.wav</FileName>
642
- <FilePath>resources/</FilePath>
643
- <HashSum>
644
- <HashSum>b77a5960074183b3c8a0303847434616</HashSum>
645
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
646
- </HashSum>
647
- </File>
648
- </TechnicalSoundRecordingDetails>
649
- </SoundRecordingDetailsByTerritory>
650
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
651
- </SoundRecording>
652
- <SoundRecording>
653
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
654
- <SoundRecordingId>
655
- <ISRC>USGOT0203026</ISRC>
656
- <ProprietaryId Namespace="PADPIDA20110330020">1254750376</ProprietaryId>
657
- </SoundRecordingId>
658
- <ResourceReference>A12</ResourceReference>
659
- <ReferenceTitle>
660
- <TitleText>Get It</TitleText>
661
- </ReferenceTitle>
662
- <Duration>PT3M52S</Duration>
663
- <SoundRecordingDetailsByTerritory>
664
- <TerritoryCode>Worldwide</TerritoryCode>
665
- <Title TitleType="DisplayTitle">
666
- <TitleText>Get It</TitleText>
667
- </Title>
668
- <DisplayArtist SequenceNumber="1">
669
- <PartyName>
670
- <FullName>Grits</FullName>
671
- </PartyName>
672
- <ArtistRole>MainArtist</ArtistRole>
673
- </DisplayArtist>
674
- <LabelName>Gotee Records</LabelName>
675
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
676
- <PLine>
677
- <Year>2012</Year>
678
- <PLineText>Gotee Records</PLineText>
679
- </PLine>
680
- <Genre>
681
- <GenreText>Hip Hop/Rap</GenreText>
682
- </Genre>
683
- <ParentalWarningType>NotExplicit</ParentalWarningType>
684
- <TechnicalSoundRecordingDetails>
685
- <TechnicalResourceDetailsReference>T12_0</TechnicalResourceDetailsReference>
686
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
687
- <NumberOfChannels>2</NumberOfChannels>
688
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
689
- <BitsPerSample>16</BitsPerSample>
690
- <IsPreview>false</IsPreview>
691
- <PreviewDetails>
692
- <StartPoint>0</StartPoint>
693
- <Duration>PT30S</Duration>
694
- <ExpressionType>Instructive</ExpressionType>
695
- </PreviewDetails>
696
- <File>
697
- <FileName>669447000013_T12_0_SoundRecording_001_012.wav</FileName>
698
- <FilePath>resources/</FilePath>
699
- <HashSum>
700
- <HashSum>696506ff872b7382225dcc6d12e5a1dc</HashSum>
701
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
702
- </HashSum>
703
- </File>
704
- </TechnicalSoundRecordingDetails>
705
- </SoundRecordingDetailsByTerritory>
706
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
707
- </SoundRecording>
708
- <SoundRecording>
709
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
710
- <SoundRecordingId>
711
- <ISRC>USGOT0203027</ISRC>
712
- <ProprietaryId Namespace="PADPIDA20110330020">1254750379</ProprietaryId>
713
- </SoundRecordingId>
714
- <ResourceReference>A13</ResourceReference>
715
- <ReferenceTitle>
716
- <TitleText>Make Room</TitleText>
717
- </ReferenceTitle>
718
- <Duration>PT3M31S</Duration>
719
- <SoundRecordingDetailsByTerritory>
720
- <TerritoryCode>Worldwide</TerritoryCode>
721
- <Title TitleType="DisplayTitle">
722
- <TitleText>Make Room</TitleText>
723
- </Title>
724
- <DisplayArtist SequenceNumber="1">
725
- <PartyName>
726
- <FullName>Grits</FullName>
727
- </PartyName>
728
- <ArtistRole>MainArtist</ArtistRole>
729
- </DisplayArtist>
730
- <LabelName>Gotee Records</LabelName>
731
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
732
- <PLine>
733
- <Year>2012</Year>
734
- <PLineText>Gotee Records</PLineText>
735
- </PLine>
736
- <Genre>
737
- <GenreText>Hip Hop/Rap</GenreText>
738
- </Genre>
739
- <ParentalWarningType>NotExplicit</ParentalWarningType>
740
- <TechnicalSoundRecordingDetails>
741
- <TechnicalResourceDetailsReference>T13_0</TechnicalResourceDetailsReference>
742
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
743
- <NumberOfChannels>2</NumberOfChannels>
744
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
745
- <BitsPerSample>16</BitsPerSample>
746
- <IsPreview>false</IsPreview>
747
- <PreviewDetails>
748
- <StartPoint>0</StartPoint>
749
- <Duration>PT30S</Duration>
750
- <ExpressionType>Instructive</ExpressionType>
751
- </PreviewDetails>
752
- <File>
753
- <FileName>669447000013_T13_0_SoundRecording_001_013.wav</FileName>
754
- <FilePath>resources/</FilePath>
755
- <HashSum>
756
- <HashSum>40063c398ad638fb77c7f5b8f9726f29</HashSum>
757
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
758
- </HashSum>
759
- </File>
760
- </TechnicalSoundRecordingDetails>
761
- </SoundRecordingDetailsByTerritory>
762
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
763
- </SoundRecording>
764
- <SoundRecording>
765
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
766
- <SoundRecordingId>
767
- <ISRC>USGOT0203028</ISRC>
768
- <ProprietaryId Namespace="PADPIDA20110330020">1254750383</ProprietaryId>
769
- </SoundRecordingId>
770
- <ResourceReference>A14</ResourceReference>
771
- <ReferenceTitle>
772
- <TitleText>Keep Movin' (Interlude)</TitleText>
773
- </ReferenceTitle>
774
- <Duration>PT1M2S</Duration>
775
- <SoundRecordingDetailsByTerritory>
776
- <TerritoryCode>Worldwide</TerritoryCode>
777
- <Title TitleType="DisplayTitle">
778
- <TitleText>Keep Movin' (Interlude)</TitleText>
779
- </Title>
780
- <DisplayArtist SequenceNumber="1">
781
- <PartyName>
782
- <FullName>Grits</FullName>
783
- </PartyName>
784
- <ArtistRole>MainArtist</ArtistRole>
785
- </DisplayArtist>
786
- <LabelName>Gotee Records</LabelName>
787
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
788
- <PLine>
789
- <Year>2017</Year>
790
- <PLineText>Gotee Records</PLineText>
791
- </PLine>
792
- <Genre>
793
- <GenreText>Hip Hop/Rap</GenreText>
794
- </Genre>
795
- <ParentalWarningType>NotExplicit</ParentalWarningType>
796
- <TechnicalSoundRecordingDetails>
797
- <TechnicalResourceDetailsReference>T14_0</TechnicalResourceDetailsReference>
798
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
799
- <NumberOfChannels>2</NumberOfChannels>
800
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
801
- <BitsPerSample>16</BitsPerSample>
802
- <IsPreview>false</IsPreview>
803
- <PreviewDetails>
804
- <StartPoint>0</StartPoint>
805
- <Duration>PT30S</Duration>
806
- <ExpressionType>Instructive</ExpressionType>
807
- </PreviewDetails>
808
- <File>
809
- <FileName>669447000013_T14_0_SoundRecording_001_014.wav</FileName>
810
- <FilePath>resources/</FilePath>
811
- <HashSum>
812
- <HashSum>c331c01a39c0ab2b05ec9498ec9ad0e9</HashSum>
813
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
814
- </HashSum>
815
- </File>
816
- </TechnicalSoundRecordingDetails>
817
- </SoundRecordingDetailsByTerritory>
818
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
819
- </SoundRecording>
820
- <SoundRecording>
821
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
822
- <SoundRecordingId>
823
- <ISRC>USGOT0203029</ISRC>
824
- <ProprietaryId Namespace="PADPIDA20110330020">1254750386</ProprietaryId>
825
- </SoundRecordingId>
826
- <ResourceReference>A15</ResourceReference>
827
- <ReferenceTitle>
828
- <TitleText>Sunny Days</TitleText>
829
- </ReferenceTitle>
830
- <Duration>PT3M39S</Duration>
831
- <SoundRecordingDetailsByTerritory>
832
- <TerritoryCode>Worldwide</TerritoryCode>
833
- <Title TitleType="DisplayTitle">
834
- <TitleText>Sunny Days</TitleText>
835
- </Title>
836
- <DisplayArtist SequenceNumber="1">
837
- <PartyName>
838
- <FullName>Grits</FullName>
839
- </PartyName>
840
- <ArtistRole>MainArtist</ArtistRole>
841
- </DisplayArtist>
842
- <LabelName>Gotee Records</LabelName>
843
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
844
- <PLine>
845
- <Year>2012</Year>
846
- <PLineText>Gotee Records</PLineText>
847
- </PLine>
848
- <Genre>
849
- <GenreText>Hip Hop/Rap</GenreText>
850
- </Genre>
851
- <ParentalWarningType>NotExplicit</ParentalWarningType>
852
- <TechnicalSoundRecordingDetails>
853
- <TechnicalResourceDetailsReference>T15_0</TechnicalResourceDetailsReference>
854
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
855
- <NumberOfChannels>2</NumberOfChannels>
856
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
857
- <BitsPerSample>16</BitsPerSample>
858
- <IsPreview>false</IsPreview>
859
- <PreviewDetails>
860
- <StartPoint>0</StartPoint>
861
- <Duration>PT30S</Duration>
862
- <ExpressionType>Instructive</ExpressionType>
863
- </PreviewDetails>
864
- <File>
865
- <FileName>669447000013_T15_0_SoundRecording_001_015.wav</FileName>
866
- <FilePath>resources/</FilePath>
867
- <HashSum>
868
- <HashSum>5b6fdb56c5d454b3131b4b82d6cb7a42</HashSum>
869
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
870
- </HashSum>
871
- </File>
872
- </TechnicalSoundRecordingDetails>
873
- </SoundRecordingDetailsByTerritory>
874
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
875
- </SoundRecording>
876
- <SoundRecording>
877
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
878
- <SoundRecordingId>
879
- <ISRC>USGOT0203030</ISRC>
880
- <ProprietaryId Namespace="PADPIDA20110330020">1254834868</ProprietaryId>
881
- </SoundRecordingId>
882
- <ResourceReference>A16</ResourceReference>
883
- <ReferenceTitle>
884
- <TitleText>Lovechild</TitleText>
885
- </ReferenceTitle>
886
- <Duration>PT3M28S</Duration>
887
- <SoundRecordingDetailsByTerritory>
888
- <TerritoryCode>Worldwide</TerritoryCode>
889
- <Title TitleType="DisplayTitle">
890
- <TitleText>Lovechild</TitleText>
891
- </Title>
892
- <DisplayArtist SequenceNumber="1">
893
- <PartyName>
894
- <FullName>Grits</FullName>
895
- </PartyName>
896
- <ArtistRole>MainArtist</ArtistRole>
897
- </DisplayArtist>
898
- <LabelName>Gotee Records</LabelName>
899
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
900
- <PLine>
901
- <Year>2017</Year>
902
- <PLineText>Gotee Records</PLineText>
903
- </PLine>
904
- <Genre>
905
- <GenreText>Hip Hop/Rap</GenreText>
906
- </Genre>
907
- <ParentalWarningType>NotExplicit</ParentalWarningType>
908
- <TechnicalSoundRecordingDetails>
909
- <TechnicalResourceDetailsReference>T16_0</TechnicalResourceDetailsReference>
910
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
911
- <NumberOfChannels>2</NumberOfChannels>
912
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
913
- <BitsPerSample>16</BitsPerSample>
914
- <IsPreview>false</IsPreview>
915
- <PreviewDetails>
916
- <StartPoint>0</StartPoint>
917
- <Duration>PT30S</Duration>
918
- <ExpressionType>Instructive</ExpressionType>
919
- </PreviewDetails>
920
- <File>
921
- <FileName>669447000013_T16_0_SoundRecording_001_016.wav</FileName>
922
- <FilePath>resources/</FilePath>
923
- <HashSum>
924
- <HashSum>6b671ad71116bf263829e047bd8e6c2b</HashSum>
925
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
926
- </HashSum>
927
- </File>
928
- </TechnicalSoundRecordingDetails>
929
- </SoundRecordingDetailsByTerritory>
930
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
931
- </SoundRecording>
932
- <SoundRecording>
933
- <SoundRecordingType>MusicalWorkSoundRecording</SoundRecordingType>
934
- <SoundRecordingId>
935
- <ISRC>USGOT0203031</ISRC>
936
- <ProprietaryId Namespace="PADPIDA20110330020">1254750394</ProprietaryId>
937
- </SoundRecordingId>
938
- <ResourceReference>A17</ResourceReference>
939
- <ReferenceTitle>
940
- <TitleText>The Art Of Translation</TitleText>
941
- </ReferenceTitle>
942
- <Duration>PT2M57S</Duration>
943
- <SoundRecordingDetailsByTerritory>
944
- <TerritoryCode>Worldwide</TerritoryCode>
945
- <Title TitleType="DisplayTitle">
946
- <TitleText>The Art Of Translation</TitleText>
947
- </Title>
948
- <DisplayArtist SequenceNumber="1">
949
- <PartyName>
950
- <FullName>Grits</FullName>
951
- </PartyName>
952
- <ArtistRole>MainArtist</ArtistRole>
953
- </DisplayArtist>
954
- <LabelName>Gotee Records</LabelName>
955
- <OriginalResourceReleaseDate>2002-08-06</OriginalResourceReleaseDate>
956
- <PLine>
957
- <Year>2017</Year>
958
- <PLineText>Gotee Records</PLineText>
959
- </PLine>
960
- <Genre>
961
- <GenreText>Hip Hop/Rap</GenreText>
962
- </Genre>
963
- <ParentalWarningType>NotExplicit</ParentalWarningType>
964
- <TechnicalSoundRecordingDetails>
965
- <TechnicalResourceDetailsReference>T17_0</TechnicalResourceDetailsReference>
966
- <AudioCodecType Namespace="PADPIDA20110330020" UserDefinedValue="WAV">UserDefined</AudioCodecType>
967
- <NumberOfChannels>2</NumberOfChannels>
968
- <SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
969
- <BitsPerSample>16</BitsPerSample>
970
- <IsPreview>false</IsPreview>
971
- <PreviewDetails>
972
- <StartPoint>0</StartPoint>
973
- <Duration>PT30S</Duration>
974
- <ExpressionType>Instructive</ExpressionType>
975
- </PreviewDetails>
976
- <File>
977
- <FileName>669447000013_T17_0_SoundRecording_001_017.wav</FileName>
978
- <FilePath>resources/</FilePath>
979
- <HashSum>
980
- <HashSum>740452cae3e3723e51b2d20785f600a5</HashSum>
981
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
982
- </HashSum>
983
- </File>
984
- </TechnicalSoundRecordingDetails>
985
- </SoundRecordingDetailsByTerritory>
986
- <TerritoryOfCommissioning>Worldwide</TerritoryOfCommissioning>
987
- </SoundRecording>
988
- <Image>
989
- <ImageType>FrontCoverImage</ImageType>
990
- <ImageId>
991
- <ProprietaryId Namespace="PADPIDA20110330020">1254834804</ProprietaryId>
992
- </ImageId>
993
- <ResourceReference>A18</ResourceReference>
994
- <ImageDetailsByTerritory>
995
- <TerritoryCode>Worldwide</TerritoryCode>
996
- <TechnicalImageDetails>
997
- <TechnicalResourceDetailsReference>T18</TechnicalResourceDetailsReference>
998
- <ImageCodecType>JPEG</ImageCodecType>
999
- <File>
1000
- <FileName>669447000013_T18_Image.jpg</FileName>
1001
- <FilePath>resources/</FilePath>
1002
- <HashSum>
1003
- <HashSum>5b00d478a289112a1ff123c43ffad708</HashSum>
1004
- <HashSumAlgorithmType>MD5</HashSumAlgorithmType>
1005
- </HashSum>
1006
- </File>
1007
- </TechnicalImageDetails>
1008
- </ImageDetailsByTerritory>
1009
- </Image>
1010
- </ResourceList>
1011
- <ReleaseList>
1012
- <Release IsMainRelease="true">
1013
- <ReleaseId>
1014
- <ICPN IsEan="false">669447000013</ICPN>
1015
- <CatalogNumber Namespace="PADPIDA20110330020">GOT0013</CatalogNumber>
1016
- <ProprietaryId Namespace="PADPIDA20110330020">1387053697</ProprietaryId>
1017
- </ReleaseId>
1018
- <ReleaseReference>R0</ReleaseReference>
1019
- <ReferenceTitle>
1020
- <TitleText>The Art of Translation</TitleText>
1021
- </ReferenceTitle>
1022
- <ReleaseResourceReferenceList>
1023
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A1</ReleaseResourceReference>
1024
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A2</ReleaseResourceReference>
1025
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A3</ReleaseResourceReference>
1026
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A4</ReleaseResourceReference>
1027
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A5</ReleaseResourceReference>
1028
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A6</ReleaseResourceReference>
1029
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A7</ReleaseResourceReference>
1030
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A8</ReleaseResourceReference>
1031
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A9</ReleaseResourceReference>
1032
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A10</ReleaseResourceReference>
1033
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A11</ReleaseResourceReference>
1034
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A12</ReleaseResourceReference>
1035
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A13</ReleaseResourceReference>
1036
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A14</ReleaseResourceReference>
1037
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A15</ReleaseResourceReference>
1038
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A16</ReleaseResourceReference>
1039
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A17</ReleaseResourceReference>
1040
- <ReleaseResourceReference ReleaseResourceType="SecondaryResource">A18</ReleaseResourceReference>
1041
- </ReleaseResourceReferenceList>
1042
- <ReleaseType>Album</ReleaseType>
1043
- <ReleaseDetailsByTerritory>
1044
- <TerritoryCode>Worldwide</TerritoryCode>
1045
- <DisplayArtistName>Grits</DisplayArtistName>
1046
- <LabelName>Gotee Records</LabelName>
1047
- <Title TitleType="FormalTitle">
1048
- <TitleText>The Art of Translation</TitleText>
1049
- </Title>
1050
- <Title TitleType="DisplayTitle">
1051
- <TitleText>The Art of Translation</TitleText>
1052
- </Title>
1053
- <DisplayArtist SequenceNumber="1">
1054
- <PartyName>
1055
- <FullName>Grits</FullName>
1056
- </PartyName>
1057
- <ArtistRole>MainArtist</ArtistRole>
1058
- </DisplayArtist>
1059
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1060
- <ResourceGroup>
1061
- <ResourceGroup>
1062
- <Title>
1063
- <TitleText>Disc-1</TitleText>
1064
- </Title>
1065
- <SequenceNumber>1</SequenceNumber>
1066
- <ResourceGroupContentItem>
1067
- <SequenceNumber>1</SequenceNumber>
1068
- <ResourceType>SoundRecording</ResourceType>
1069
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A1</ReleaseResourceReference>
1070
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1071
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1072
- </ResourceGroupContentItem>
1073
- <ResourceGroupContentItem>
1074
- <SequenceNumber>2</SequenceNumber>
1075
- <ResourceType>SoundRecording</ResourceType>
1076
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A2</ReleaseResourceReference>
1077
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1078
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1079
- </ResourceGroupContentItem>
1080
- <ResourceGroupContentItem>
1081
- <SequenceNumber>3</SequenceNumber>
1082
- <ResourceType>SoundRecording</ResourceType>
1083
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A3</ReleaseResourceReference>
1084
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1085
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1086
- </ResourceGroupContentItem>
1087
- <ResourceGroupContentItem>
1088
- <SequenceNumber>4</SequenceNumber>
1089
- <ResourceType>SoundRecording</ResourceType>
1090
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A4</ReleaseResourceReference>
1091
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1092
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1093
- </ResourceGroupContentItem>
1094
- <ResourceGroupContentItem>
1095
- <SequenceNumber>5</SequenceNumber>
1096
- <ResourceType>SoundRecording</ResourceType>
1097
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A5</ReleaseResourceReference>
1098
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1099
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1100
- </ResourceGroupContentItem>
1101
- <ResourceGroupContentItem>
1102
- <SequenceNumber>6</SequenceNumber>
1103
- <ResourceType>SoundRecording</ResourceType>
1104
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A6</ReleaseResourceReference>
1105
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1106
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1107
- </ResourceGroupContentItem>
1108
- <ResourceGroupContentItem>
1109
- <SequenceNumber>7</SequenceNumber>
1110
- <ResourceType>SoundRecording</ResourceType>
1111
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A7</ReleaseResourceReference>
1112
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1113
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1114
- </ResourceGroupContentItem>
1115
- <ResourceGroupContentItem>
1116
- <SequenceNumber>8</SequenceNumber>
1117
- <ResourceType>SoundRecording</ResourceType>
1118
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A8</ReleaseResourceReference>
1119
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1120
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1121
- </ResourceGroupContentItem>
1122
- <ResourceGroupContentItem>
1123
- <SequenceNumber>9</SequenceNumber>
1124
- <ResourceType>SoundRecording</ResourceType>
1125
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A9</ReleaseResourceReference>
1126
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1127
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1128
- </ResourceGroupContentItem>
1129
- <ResourceGroupContentItem>
1130
- <SequenceNumber>10</SequenceNumber>
1131
- <ResourceType>SoundRecording</ResourceType>
1132
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A10</ReleaseResourceReference>
1133
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1134
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1135
- </ResourceGroupContentItem>
1136
- <ResourceGroupContentItem>
1137
- <SequenceNumber>11</SequenceNumber>
1138
- <ResourceType>SoundRecording</ResourceType>
1139
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A11</ReleaseResourceReference>
1140
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1141
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1142
- </ResourceGroupContentItem>
1143
- <ResourceGroupContentItem>
1144
- <SequenceNumber>12</SequenceNumber>
1145
- <ResourceType>SoundRecording</ResourceType>
1146
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A12</ReleaseResourceReference>
1147
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1148
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1149
- </ResourceGroupContentItem>
1150
- <ResourceGroupContentItem>
1151
- <SequenceNumber>13</SequenceNumber>
1152
- <ResourceType>SoundRecording</ResourceType>
1153
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A13</ReleaseResourceReference>
1154
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1155
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1156
- </ResourceGroupContentItem>
1157
- <ResourceGroupContentItem>
1158
- <SequenceNumber>14</SequenceNumber>
1159
- <ResourceType>SoundRecording</ResourceType>
1160
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A14</ReleaseResourceReference>
1161
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1162
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1163
- </ResourceGroupContentItem>
1164
- <ResourceGroupContentItem>
1165
- <SequenceNumber>15</SequenceNumber>
1166
- <ResourceType>SoundRecording</ResourceType>
1167
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A15</ReleaseResourceReference>
1168
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1169
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1170
- </ResourceGroupContentItem>
1171
- <ResourceGroupContentItem>
1172
- <SequenceNumber>16</SequenceNumber>
1173
- <ResourceType>SoundRecording</ResourceType>
1174
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A16</ReleaseResourceReference>
1175
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1176
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1177
- </ResourceGroupContentItem>
1178
- <ResourceGroupContentItem>
1179
- <SequenceNumber>17</SequenceNumber>
1180
- <ResourceType>SoundRecording</ResourceType>
1181
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A17</ReleaseResourceReference>
1182
- <IsInstantGratificationResource>false</IsInstantGratificationResource>
1183
- <IsPreOrderIncentiveResource>false</IsPreOrderIncentiveResource>
1184
- </ResourceGroupContentItem>
1185
- </ResourceGroup>
1186
- <ResourceGroupContentItem>
1187
- <ReleaseResourceReference ReleaseResourceType="SecondaryResource">A18</ReleaseResourceReference>
1188
- </ResourceGroupContentItem>
1189
- </ResourceGroup>
1190
- <Genre>
1191
- <GenreText>Hip Hop/Rap</GenreText>
1192
- </Genre>
1193
- <ReleaseDate>2012-02-01</ReleaseDate>
1194
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1195
- </ReleaseDetailsByTerritory>
1196
- <PLine>
1197
- <Year>2012</Year>
1198
- <PLineText>Gotee Records</PLineText>
1199
- </PLine>
1200
- <CLine>
1201
- <Year>2012</Year>
1202
- <CLineText>Gotee Records</CLineText>
1203
- </CLine>
1204
- </Release>
1205
- <Release>
1206
- <ReleaseId>
1207
- <ISRC>USGOT0203015</ISRC>
1208
- </ReleaseId>
1209
- <ReleaseReference>R1</ReleaseReference>
1210
- <ReferenceTitle>
1211
- <TitleText>Here We Go</TitleText>
1212
- </ReferenceTitle>
1213
- <ReleaseResourceReferenceList>
1214
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A1</ReleaseResourceReference>
1215
- </ReleaseResourceReferenceList>
1216
- <ReleaseType>TrackRelease</ReleaseType>
1217
- <ReleaseDetailsByTerritory>
1218
- <TerritoryCode>Worldwide</TerritoryCode>
1219
- <DisplayArtistName>Grits</DisplayArtistName>
1220
- <LabelName>Gotee Records</LabelName>
1221
- <Title TitleType="FormalTitle">
1222
- <TitleText>Here We Go</TitleText>
1223
- </Title>
1224
- <Title TitleType="DisplayTitle">
1225
- <TitleText>Here We Go</TitleText>
1226
- </Title>
1227
- <DisplayArtist SequenceNumber="1">
1228
- <PartyName>
1229
- <FullName>Grits</FullName>
1230
- </PartyName>
1231
- <ArtistRole>MainArtist</ArtistRole>
1232
- </DisplayArtist>
1233
- <RelatedRelease>
1234
- <ReleaseId>
1235
- <ICPN IsEan="false">669447000013</ICPN>
1236
- </ReleaseId>
1237
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1238
- </RelatedRelease>
1239
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1240
- <ResourceGroup>
1241
- <ResourceGroupContentItem>
1242
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A1</ReleaseResourceReference>
1243
- </ResourceGroupContentItem>
1244
- </ResourceGroup>
1245
- <Genre>
1246
- <GenreText>Hip Hop/Rap</GenreText>
1247
- </Genre>
1248
- <ReleaseDate>2012-02-01</ReleaseDate>
1249
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1250
- </ReleaseDetailsByTerritory>
1251
- <PLine>
1252
- <Year>2012</Year>
1253
- <PLineText>Gotee Records</PLineText>
1254
- </PLine>
1255
- <CLine>
1256
- <Year>2012</Year>
1257
- <CLineText>Gotee Records</CLineText>
1258
- </CLine>
1259
- </Release>
1260
- <Release>
1261
- <ReleaseId>
1262
- <ISRC>USGOT0203017</ISRC>
1263
- </ReleaseId>
1264
- <ReleaseReference>R2</ReleaseReference>
1265
- <ReferenceTitle>
1266
- <TitleText>Ooh Ahh (My Life Be Like) (feat. Toby Mac)</TitleText>
1267
- </ReferenceTitle>
1268
- <ReleaseResourceReferenceList>
1269
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A2</ReleaseResourceReference>
1270
- </ReleaseResourceReferenceList>
1271
- <ReleaseType>TrackRelease</ReleaseType>
1272
- <ReleaseDetailsByTerritory>
1273
- <TerritoryCode>Worldwide</TerritoryCode>
1274
- <DisplayArtistName>Grits</DisplayArtistName>
1275
- <LabelName>Gotee Records</LabelName>
1276
- <Title TitleType="FormalTitle">
1277
- <TitleText>Ooh Ahh (My Life Be Like) (feat. Toby Mac)</TitleText>
1278
- </Title>
1279
- <Title TitleType="DisplayTitle">
1280
- <TitleText>Ooh Ahh (My Life Be Like) (feat. Toby Mac)</TitleText>
1281
- </Title>
1282
- <DisplayArtist SequenceNumber="1">
1283
- <PartyName>
1284
- <FullName>Grits</FullName>
1285
- </PartyName>
1286
- <ArtistRole>MainArtist</ArtistRole>
1287
- </DisplayArtist>
1288
- <DisplayArtist SequenceNumber="2">
1289
- <PartyName>
1290
- <FullName>tobyMac</FullName>
1291
- </PartyName>
1292
- <ArtistRole>FeaturedArtist</ArtistRole>
1293
- </DisplayArtist>
1294
- <RelatedRelease>
1295
- <ReleaseId>
1296
- <ICPN IsEan="false">669447000013</ICPN>
1297
- </ReleaseId>
1298
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1299
- </RelatedRelease>
1300
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1301
- <ResourceGroup>
1302
- <ResourceGroupContentItem>
1303
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A2</ReleaseResourceReference>
1304
- </ResourceGroupContentItem>
1305
- </ResourceGroup>
1306
- <Genre>
1307
- <GenreText>Hip Hop/Rap</GenreText>
1308
- </Genre>
1309
- <ReleaseDate>2012-02-01</ReleaseDate>
1310
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1311
- </ReleaseDetailsByTerritory>
1312
- <PLine>
1313
- <Year>2017</Year>
1314
- <PLineText>Gotee Records</PLineText>
1315
- </PLine>
1316
- <CLine>
1317
- <Year>2012</Year>
1318
- <CLineText>Gotee Records</CLineText>
1319
- </CLine>
1320
- </Release>
1321
- <Release>
1322
- <ReleaseId>
1323
- <ISRC>USGOT0203018</ISRC>
1324
- </ReleaseId>
1325
- <ReleaseReference>R3</ReleaseReference>
1326
- <ReferenceTitle>
1327
- <TitleText>Runnin'</TitleText>
1328
- </ReferenceTitle>
1329
- <ReleaseResourceReferenceList>
1330
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A3</ReleaseResourceReference>
1331
- </ReleaseResourceReferenceList>
1332
- <ReleaseType>TrackRelease</ReleaseType>
1333
- <ReleaseDetailsByTerritory>
1334
- <TerritoryCode>Worldwide</TerritoryCode>
1335
- <DisplayArtistName>Grits</DisplayArtistName>
1336
- <LabelName>Gotee Records</LabelName>
1337
- <Title TitleType="FormalTitle">
1338
- <TitleText>Runnin'</TitleText>
1339
- </Title>
1340
- <Title TitleType="DisplayTitle">
1341
- <TitleText>Runnin'</TitleText>
1342
- </Title>
1343
- <DisplayArtist SequenceNumber="1">
1344
- <PartyName>
1345
- <FullName>Grits</FullName>
1346
- </PartyName>
1347
- <ArtistRole>MainArtist</ArtistRole>
1348
- </DisplayArtist>
1349
- <RelatedRelease>
1350
- <ReleaseId>
1351
- <ICPN IsEan="false">669447000013</ICPN>
1352
- </ReleaseId>
1353
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1354
- </RelatedRelease>
1355
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1356
- <ResourceGroup>
1357
- <ResourceGroupContentItem>
1358
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A3</ReleaseResourceReference>
1359
- </ResourceGroupContentItem>
1360
- </ResourceGroup>
1361
- <Genre>
1362
- <GenreText>Hip Hop/Rap</GenreText>
1363
- </Genre>
1364
- <ReleaseDate>2012-02-01</ReleaseDate>
1365
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1366
- </ReleaseDetailsByTerritory>
1367
- <PLine>
1368
- <Year>2012</Year>
1369
- <PLineText>Gotee Records</PLineText>
1370
- </PLine>
1371
- <CLine>
1372
- <Year>2012</Year>
1373
- <CLineText>Gotee Records</CLineText>
1374
- </CLine>
1375
- </Release>
1376
- <Release>
1377
- <ReleaseId>
1378
- <ISRC>USGOT0203020</ISRC>
1379
- </ReleaseId>
1380
- <ReleaseReference>R4</ReleaseReference>
1381
- <ReferenceTitle>
1382
- <TitleText>Tennessee Bwoys</TitleText>
1383
- </ReferenceTitle>
1384
- <ReleaseResourceReferenceList>
1385
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A4</ReleaseResourceReference>
1386
- </ReleaseResourceReferenceList>
1387
- <ReleaseType>TrackRelease</ReleaseType>
1388
- <ReleaseDetailsByTerritory>
1389
- <TerritoryCode>Worldwide</TerritoryCode>
1390
- <DisplayArtistName>Grits</DisplayArtistName>
1391
- <LabelName>Gotee Records</LabelName>
1392
- <Title TitleType="FormalTitle">
1393
- <TitleText>Tennessee Bwoys</TitleText>
1394
- </Title>
1395
- <Title TitleType="DisplayTitle">
1396
- <TitleText>Tennessee Bwoys</TitleText>
1397
- </Title>
1398
- <DisplayArtist SequenceNumber="1">
1399
- <PartyName>
1400
- <FullName>Grits</FullName>
1401
- </PartyName>
1402
- <ArtistRole>MainArtist</ArtistRole>
1403
- </DisplayArtist>
1404
- <RelatedRelease>
1405
- <ReleaseId>
1406
- <ICPN IsEan="false">669447000013</ICPN>
1407
- </ReleaseId>
1408
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1409
- </RelatedRelease>
1410
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1411
- <ResourceGroup>
1412
- <ResourceGroupContentItem>
1413
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A4</ReleaseResourceReference>
1414
- </ResourceGroupContentItem>
1415
- </ResourceGroup>
1416
- <Genre>
1417
- <GenreText>Hip Hop/Rap</GenreText>
1418
- </Genre>
1419
- <ReleaseDate>2012-02-01</ReleaseDate>
1420
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1421
- </ReleaseDetailsByTerritory>
1422
- <PLine>
1423
- <Year>2012</Year>
1424
- <PLineText>Gotee Records</PLineText>
1425
- </PLine>
1426
- <CLine>
1427
- <Year>2012</Year>
1428
- <CLineText>Gotee Records</CLineText>
1429
- </CLine>
1430
- </Release>
1431
- <Release>
1432
- <ReleaseId>
1433
- <ISRC>USGOT0203021</ISRC>
1434
- </ReleaseId>
1435
- <ReleaseReference>R5</ReleaseReference>
1436
- <ReferenceTitle>
1437
- <TitleText>Be Mine</TitleText>
1438
- </ReferenceTitle>
1439
- <ReleaseResourceReferenceList>
1440
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A5</ReleaseResourceReference>
1441
- </ReleaseResourceReferenceList>
1442
- <ReleaseType>TrackRelease</ReleaseType>
1443
- <ReleaseDetailsByTerritory>
1444
- <TerritoryCode>Worldwide</TerritoryCode>
1445
- <DisplayArtistName>Grits</DisplayArtistName>
1446
- <LabelName>Gotee Records</LabelName>
1447
- <Title TitleType="FormalTitle">
1448
- <TitleText>Be Mine</TitleText>
1449
- </Title>
1450
- <Title TitleType="DisplayTitle">
1451
- <TitleText>Be Mine</TitleText>
1452
- </Title>
1453
- <DisplayArtist SequenceNumber="1">
1454
- <PartyName>
1455
- <FullName>Grits</FullName>
1456
- </PartyName>
1457
- <ArtistRole>MainArtist</ArtistRole>
1458
- </DisplayArtist>
1459
- <RelatedRelease>
1460
- <ReleaseId>
1461
- <ICPN IsEan="false">669447000013</ICPN>
1462
- </ReleaseId>
1463
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1464
- </RelatedRelease>
1465
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1466
- <ResourceGroup>
1467
- <ResourceGroupContentItem>
1468
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A5</ReleaseResourceReference>
1469
- </ResourceGroupContentItem>
1470
- </ResourceGroup>
1471
- <Genre>
1472
- <GenreText>Hip Hop/Rap</GenreText>
1473
- </Genre>
1474
- <ReleaseDate>2012-02-01</ReleaseDate>
1475
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1476
- </ReleaseDetailsByTerritory>
1477
- <PLine>
1478
- <Year>2012</Year>
1479
- <PLineText>Gotee Records</PLineText>
1480
- </PLine>
1481
- <CLine>
1482
- <Year>2012</Year>
1483
- <CLineText>Gotee Records</CLineText>
1484
- </CLine>
1485
- </Release>
1486
- <Release>
1487
- <ReleaseId>
1488
- <ISRC>USGOT0203019</ISRC>
1489
- </ReleaseId>
1490
- <ReleaseReference>R6</ReleaseReference>
1491
- <ReferenceTitle>
1492
- <TitleText>Ill Coined Phrase (Interlude)</TitleText>
1493
- </ReferenceTitle>
1494
- <ReleaseResourceReferenceList>
1495
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A6</ReleaseResourceReference>
1496
- </ReleaseResourceReferenceList>
1497
- <ReleaseType>TrackRelease</ReleaseType>
1498
- <ReleaseDetailsByTerritory>
1499
- <TerritoryCode>Worldwide</TerritoryCode>
1500
- <DisplayArtistName>Grits</DisplayArtistName>
1501
- <LabelName>Gotee Records</LabelName>
1502
- <Title TitleType="FormalTitle">
1503
- <TitleText>Ill Coined Phrase (Interlude)</TitleText>
1504
- </Title>
1505
- <Title TitleType="DisplayTitle">
1506
- <TitleText>Ill Coined Phrase (Interlude)</TitleText>
1507
- </Title>
1508
- <DisplayArtist SequenceNumber="1">
1509
- <PartyName>
1510
- <FullName>Grits</FullName>
1511
- </PartyName>
1512
- <ArtistRole>MainArtist</ArtistRole>
1513
- </DisplayArtist>
1514
- <RelatedRelease>
1515
- <ReleaseId>
1516
- <ICPN IsEan="false">669447000013</ICPN>
1517
- </ReleaseId>
1518
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1519
- </RelatedRelease>
1520
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1521
- <ResourceGroup>
1522
- <ResourceGroupContentItem>
1523
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A6</ReleaseResourceReference>
1524
- </ResourceGroupContentItem>
1525
- </ResourceGroup>
1526
- <Genre>
1527
- <GenreText>Hip Hop/Rap</GenreText>
1528
- </Genre>
1529
- <ReleaseDate>2012-02-01</ReleaseDate>
1530
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1531
- </ReleaseDetailsByTerritory>
1532
- <PLine>
1533
- <Year>2017</Year>
1534
- <PLineText>Gotee Records</PLineText>
1535
- </PLine>
1536
- <CLine>
1537
- <Year>2012</Year>
1538
- <CLineText>Gotee Records</CLineText>
1539
- </CLine>
1540
- </Release>
1541
- <Release>
1542
- <ReleaseId>
1543
- <ISRC>USGOT0203016</ISRC>
1544
- </ReleaseId>
1545
- <ReleaseReference>R7</ReleaseReference>
1546
- <ReferenceTitle>
1547
- <TitleText>Seriously</TitleText>
1548
- </ReferenceTitle>
1549
- <ReleaseResourceReferenceList>
1550
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A7</ReleaseResourceReference>
1551
- </ReleaseResourceReferenceList>
1552
- <ReleaseType>TrackRelease</ReleaseType>
1553
- <ReleaseDetailsByTerritory>
1554
- <TerritoryCode>Worldwide</TerritoryCode>
1555
- <DisplayArtistName>Grits</DisplayArtistName>
1556
- <LabelName>Gotee Records</LabelName>
1557
- <Title TitleType="FormalTitle">
1558
- <TitleText>Seriously</TitleText>
1559
- </Title>
1560
- <Title TitleType="DisplayTitle">
1561
- <TitleText>Seriously</TitleText>
1562
- </Title>
1563
- <DisplayArtist SequenceNumber="1">
1564
- <PartyName>
1565
- <FullName>Grits</FullName>
1566
- </PartyName>
1567
- <ArtistRole>MainArtist</ArtistRole>
1568
- </DisplayArtist>
1569
- <RelatedRelease>
1570
- <ReleaseId>
1571
- <ICPN IsEan="false">669447000013</ICPN>
1572
- </ReleaseId>
1573
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1574
- </RelatedRelease>
1575
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1576
- <ResourceGroup>
1577
- <ResourceGroupContentItem>
1578
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A7</ReleaseResourceReference>
1579
- </ResourceGroupContentItem>
1580
- </ResourceGroup>
1581
- <Genre>
1582
- <GenreText>Hip Hop/Rap</GenreText>
1583
- </Genre>
1584
- <ReleaseDate>2012-02-01</ReleaseDate>
1585
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1586
- </ReleaseDetailsByTerritory>
1587
- <PLine>
1588
- <Year>2012</Year>
1589
- <PLineText>Gotee Records</PLineText>
1590
- </PLine>
1591
- <CLine>
1592
- <Year>2012</Year>
1593
- <CLineText>Gotee Records</CLineText>
1594
- </CLine>
1595
- </Release>
1596
- <Release>
1597
- <ReleaseId>
1598
- <ISRC>USGOT0203022</ISRC>
1599
- </ReleaseId>
1600
- <ReleaseReference>R8</ReleaseReference>
1601
- <ReferenceTitle>
1602
- <TitleText>At The Video Shoot (Interlude)</TitleText>
1603
- </ReferenceTitle>
1604
- <ReleaseResourceReferenceList>
1605
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A8</ReleaseResourceReference>
1606
- </ReleaseResourceReferenceList>
1607
- <ReleaseType>TrackRelease</ReleaseType>
1608
- <ReleaseDetailsByTerritory>
1609
- <TerritoryCode>Worldwide</TerritoryCode>
1610
- <DisplayArtistName>Grits</DisplayArtistName>
1611
- <LabelName>Gotee Records</LabelName>
1612
- <Title TitleType="FormalTitle">
1613
- <TitleText>At The Video Shoot (Interlude)</TitleText>
1614
- </Title>
1615
- <Title TitleType="DisplayTitle">
1616
- <TitleText>At The Video Shoot (Interlude)</TitleText>
1617
- </Title>
1618
- <DisplayArtist SequenceNumber="1">
1619
- <PartyName>
1620
- <FullName>Grits</FullName>
1621
- </PartyName>
1622
- <ArtistRole>MainArtist</ArtistRole>
1623
- </DisplayArtist>
1624
- <RelatedRelease>
1625
- <ReleaseId>
1626
- <ICPN IsEan="false">669447000013</ICPN>
1627
- </ReleaseId>
1628
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1629
- </RelatedRelease>
1630
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1631
- <ResourceGroup>
1632
- <ResourceGroupContentItem>
1633
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A8</ReleaseResourceReference>
1634
- </ResourceGroupContentItem>
1635
- </ResourceGroup>
1636
- <Genre>
1637
- <GenreText>Hip Hop/Rap</GenreText>
1638
- </Genre>
1639
- <ReleaseDate>2012-02-01</ReleaseDate>
1640
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1641
- </ReleaseDetailsByTerritory>
1642
- <PLine>
1643
- <Year>2017</Year>
1644
- <PLineText>Gotee Records</PLineText>
1645
- </PLine>
1646
- <CLine>
1647
- <Year>2012</Year>
1648
- <CLineText>Gotee Records</CLineText>
1649
- </CLine>
1650
- </Release>
1651
- <Release>
1652
- <ReleaseId>
1653
- <ISRC>USGOT0203023</ISRC>
1654
- </ReleaseId>
1655
- <ReleaseReference>R9</ReleaseReference>
1656
- <ReferenceTitle>
1657
- <TitleText>Video Girl</TitleText>
1658
- </ReferenceTitle>
1659
- <ReleaseResourceReferenceList>
1660
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A9</ReleaseResourceReference>
1661
- </ReleaseResourceReferenceList>
1662
- <ReleaseType>TrackRelease</ReleaseType>
1663
- <ReleaseDetailsByTerritory>
1664
- <TerritoryCode>Worldwide</TerritoryCode>
1665
- <DisplayArtistName>Grits</DisplayArtistName>
1666
- <LabelName>Gotee Records</LabelName>
1667
- <Title TitleType="FormalTitle">
1668
- <TitleText>Video Girl</TitleText>
1669
- </Title>
1670
- <Title TitleType="DisplayTitle">
1671
- <TitleText>Video Girl</TitleText>
1672
- </Title>
1673
- <DisplayArtist SequenceNumber="1">
1674
- <PartyName>
1675
- <FullName>Grits</FullName>
1676
- </PartyName>
1677
- <ArtistRole>MainArtist</ArtistRole>
1678
- </DisplayArtist>
1679
- <RelatedRelease>
1680
- <ReleaseId>
1681
- <ICPN IsEan="false">669447000013</ICPN>
1682
- </ReleaseId>
1683
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1684
- </RelatedRelease>
1685
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1686
- <ResourceGroup>
1687
- <ResourceGroupContentItem>
1688
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A9</ReleaseResourceReference>
1689
- </ResourceGroupContentItem>
1690
- </ResourceGroup>
1691
- <Genre>
1692
- <GenreText>Hip Hop/Rap</GenreText>
1693
- </Genre>
1694
- <ReleaseDate>2012-02-01</ReleaseDate>
1695
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1696
- </ReleaseDetailsByTerritory>
1697
- <PLine>
1698
- <Year>2012</Year>
1699
- <PLineText>Gotee Records</PLineText>
1700
- </PLine>
1701
- <CLine>
1702
- <Year>2012</Year>
1703
- <CLineText>Gotee Records</CLineText>
1704
- </CLine>
1705
- </Release>
1706
- <Release>
1707
- <ReleaseId>
1708
- <ISRC>USGOT0203025</ISRC>
1709
- </ReleaseId>
1710
- <ReleaseReference>R10</ReleaseReference>
1711
- <ReferenceTitle>
1712
- <TitleText>Believe</TitleText>
1713
- </ReferenceTitle>
1714
- <ReleaseResourceReferenceList>
1715
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A10</ReleaseResourceReference>
1716
- </ReleaseResourceReferenceList>
1717
- <ReleaseType>TrackRelease</ReleaseType>
1718
- <ReleaseDetailsByTerritory>
1719
- <TerritoryCode>Worldwide</TerritoryCode>
1720
- <DisplayArtistName>Grits</DisplayArtistName>
1721
- <LabelName>Gotee Records</LabelName>
1722
- <Title TitleType="FormalTitle">
1723
- <TitleText>Believe</TitleText>
1724
- </Title>
1725
- <Title TitleType="DisplayTitle">
1726
- <TitleText>Believe</TitleText>
1727
- </Title>
1728
- <DisplayArtist SequenceNumber="1">
1729
- <PartyName>
1730
- <FullName>Grits</FullName>
1731
- </PartyName>
1732
- <ArtistRole>MainArtist</ArtistRole>
1733
- </DisplayArtist>
1734
- <RelatedRelease>
1735
- <ReleaseId>
1736
- <ICPN IsEan="false">669447000013</ICPN>
1737
- </ReleaseId>
1738
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1739
- </RelatedRelease>
1740
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1741
- <ResourceGroup>
1742
- <ResourceGroupContentItem>
1743
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A10</ReleaseResourceReference>
1744
- </ResourceGroupContentItem>
1745
- </ResourceGroup>
1746
- <Genre>
1747
- <GenreText>Hip Hop/Rap</GenreText>
1748
- </Genre>
1749
- <ReleaseDate>2012-02-01</ReleaseDate>
1750
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1751
- </ReleaseDetailsByTerritory>
1752
- <PLine>
1753
- <Year>2012</Year>
1754
- <PLineText>Gotee Records</PLineText>
1755
- </PLine>
1756
- <CLine>
1757
- <Year>2012</Year>
1758
- <CLineText>Gotee Records</CLineText>
1759
- </CLine>
1760
- </Release>
1761
- <Release>
1762
- <ReleaseId>
1763
- <ISRC>USGOT0203024</ISRC>
1764
- </ReleaseId>
1765
- <ReleaseReference>R11</ReleaseReference>
1766
- <ReferenceTitle>
1767
- <TitleText>What Do You Believe? (Interlude)</TitleText>
1768
- </ReferenceTitle>
1769
- <ReleaseResourceReferenceList>
1770
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A11</ReleaseResourceReference>
1771
- </ReleaseResourceReferenceList>
1772
- <ReleaseType>TrackRelease</ReleaseType>
1773
- <ReleaseDetailsByTerritory>
1774
- <TerritoryCode>Worldwide</TerritoryCode>
1775
- <DisplayArtistName>Grits</DisplayArtistName>
1776
- <LabelName>Gotee Records</LabelName>
1777
- <Title TitleType="FormalTitle">
1778
- <TitleText>What Do You Believe? (Interlude)</TitleText>
1779
- </Title>
1780
- <Title TitleType="DisplayTitle">
1781
- <TitleText>What Do You Believe? (Interlude)</TitleText>
1782
- </Title>
1783
- <DisplayArtist SequenceNumber="1">
1784
- <PartyName>
1785
- <FullName>Grits</FullName>
1786
- </PartyName>
1787
- <ArtistRole>MainArtist</ArtistRole>
1788
- </DisplayArtist>
1789
- <RelatedRelease>
1790
- <ReleaseId>
1791
- <ICPN IsEan="false">669447000013</ICPN>
1792
- </ReleaseId>
1793
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1794
- </RelatedRelease>
1795
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1796
- <ResourceGroup>
1797
- <ResourceGroupContentItem>
1798
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A11</ReleaseResourceReference>
1799
- </ResourceGroupContentItem>
1800
- </ResourceGroup>
1801
- <Genre>
1802
- <GenreText>Hip Hop/Rap</GenreText>
1803
- </Genre>
1804
- <ReleaseDate>2012-02-01</ReleaseDate>
1805
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1806
- </ReleaseDetailsByTerritory>
1807
- <PLine>
1808
- <Year>2017</Year>
1809
- <PLineText>Gotee Records</PLineText>
1810
- </PLine>
1811
- <CLine>
1812
- <Year>2012</Year>
1813
- <CLineText>Gotee Records</CLineText>
1814
- </CLine>
1815
- </Release>
1816
- <Release>
1817
- <ReleaseId>
1818
- <ISRC>USGOT0203026</ISRC>
1819
- </ReleaseId>
1820
- <ReleaseReference>R12</ReleaseReference>
1821
- <ReferenceTitle>
1822
- <TitleText>Get It</TitleText>
1823
- </ReferenceTitle>
1824
- <ReleaseResourceReferenceList>
1825
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A12</ReleaseResourceReference>
1826
- </ReleaseResourceReferenceList>
1827
- <ReleaseType>TrackRelease</ReleaseType>
1828
- <ReleaseDetailsByTerritory>
1829
- <TerritoryCode>Worldwide</TerritoryCode>
1830
- <DisplayArtistName>Grits</DisplayArtistName>
1831
- <LabelName>Gotee Records</LabelName>
1832
- <Title TitleType="FormalTitle">
1833
- <TitleText>Get It</TitleText>
1834
- </Title>
1835
- <Title TitleType="DisplayTitle">
1836
- <TitleText>Get It</TitleText>
1837
- </Title>
1838
- <DisplayArtist SequenceNumber="1">
1839
- <PartyName>
1840
- <FullName>Grits</FullName>
1841
- </PartyName>
1842
- <ArtistRole>MainArtist</ArtistRole>
1843
- </DisplayArtist>
1844
- <RelatedRelease>
1845
- <ReleaseId>
1846
- <ICPN IsEan="false">669447000013</ICPN>
1847
- </ReleaseId>
1848
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1849
- </RelatedRelease>
1850
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1851
- <ResourceGroup>
1852
- <ResourceGroupContentItem>
1853
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A12</ReleaseResourceReference>
1854
- </ResourceGroupContentItem>
1855
- </ResourceGroup>
1856
- <Genre>
1857
- <GenreText>Hip Hop/Rap</GenreText>
1858
- </Genre>
1859
- <ReleaseDate>2012-02-01</ReleaseDate>
1860
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1861
- </ReleaseDetailsByTerritory>
1862
- <PLine>
1863
- <Year>2012</Year>
1864
- <PLineText>Gotee Records</PLineText>
1865
- </PLine>
1866
- <CLine>
1867
- <Year>2012</Year>
1868
- <CLineText>Gotee Records</CLineText>
1869
- </CLine>
1870
- </Release>
1871
- <Release>
1872
- <ReleaseId>
1873
- <ISRC>USGOT0203027</ISRC>
1874
- </ReleaseId>
1875
- <ReleaseReference>R13</ReleaseReference>
1876
- <ReferenceTitle>
1877
- <TitleText>Make Room</TitleText>
1878
- </ReferenceTitle>
1879
- <ReleaseResourceReferenceList>
1880
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A13</ReleaseResourceReference>
1881
- </ReleaseResourceReferenceList>
1882
- <ReleaseType>TrackRelease</ReleaseType>
1883
- <ReleaseDetailsByTerritory>
1884
- <TerritoryCode>Worldwide</TerritoryCode>
1885
- <DisplayArtistName>Grits</DisplayArtistName>
1886
- <LabelName>Gotee Records</LabelName>
1887
- <Title TitleType="FormalTitle">
1888
- <TitleText>Make Room</TitleText>
1889
- </Title>
1890
- <Title TitleType="DisplayTitle">
1891
- <TitleText>Make Room</TitleText>
1892
- </Title>
1893
- <DisplayArtist SequenceNumber="1">
1894
- <PartyName>
1895
- <FullName>Grits</FullName>
1896
- </PartyName>
1897
- <ArtistRole>MainArtist</ArtistRole>
1898
- </DisplayArtist>
1899
- <RelatedRelease>
1900
- <ReleaseId>
1901
- <ICPN IsEan="false">669447000013</ICPN>
1902
- </ReleaseId>
1903
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1904
- </RelatedRelease>
1905
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1906
- <ResourceGroup>
1907
- <ResourceGroupContentItem>
1908
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A13</ReleaseResourceReference>
1909
- </ResourceGroupContentItem>
1910
- </ResourceGroup>
1911
- <Genre>
1912
- <GenreText>Hip Hop/Rap</GenreText>
1913
- </Genre>
1914
- <ReleaseDate>2012-02-01</ReleaseDate>
1915
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1916
- </ReleaseDetailsByTerritory>
1917
- <PLine>
1918
- <Year>2012</Year>
1919
- <PLineText>Gotee Records</PLineText>
1920
- </PLine>
1921
- <CLine>
1922
- <Year>2012</Year>
1923
- <CLineText>Gotee Records</CLineText>
1924
- </CLine>
1925
- </Release>
1926
- <Release>
1927
- <ReleaseId>
1928
- <ISRC>USGOT0203028</ISRC>
1929
- </ReleaseId>
1930
- <ReleaseReference>R14</ReleaseReference>
1931
- <ReferenceTitle>
1932
- <TitleText>Keep Movin' (Interlude)</TitleText>
1933
- </ReferenceTitle>
1934
- <ReleaseResourceReferenceList>
1935
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A14</ReleaseResourceReference>
1936
- </ReleaseResourceReferenceList>
1937
- <ReleaseType>TrackRelease</ReleaseType>
1938
- <ReleaseDetailsByTerritory>
1939
- <TerritoryCode>Worldwide</TerritoryCode>
1940
- <DisplayArtistName>Grits</DisplayArtistName>
1941
- <LabelName>Gotee Records</LabelName>
1942
- <Title TitleType="FormalTitle">
1943
- <TitleText>Keep Movin' (Interlude)</TitleText>
1944
- </Title>
1945
- <Title TitleType="DisplayTitle">
1946
- <TitleText>Keep Movin' (Interlude)</TitleText>
1947
- </Title>
1948
- <DisplayArtist SequenceNumber="1">
1949
- <PartyName>
1950
- <FullName>Grits</FullName>
1951
- </PartyName>
1952
- <ArtistRole>MainArtist</ArtistRole>
1953
- </DisplayArtist>
1954
- <RelatedRelease>
1955
- <ReleaseId>
1956
- <ICPN IsEan="false">669447000013</ICPN>
1957
- </ReleaseId>
1958
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
1959
- </RelatedRelease>
1960
- <ParentalWarningType>NotExplicit</ParentalWarningType>
1961
- <ResourceGroup>
1962
- <ResourceGroupContentItem>
1963
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A14</ReleaseResourceReference>
1964
- </ResourceGroupContentItem>
1965
- </ResourceGroup>
1966
- <Genre>
1967
- <GenreText>Hip Hop/Rap</GenreText>
1968
- </Genre>
1969
- <ReleaseDate>2012-02-01</ReleaseDate>
1970
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
1971
- </ReleaseDetailsByTerritory>
1972
- <PLine>
1973
- <Year>2017</Year>
1974
- <PLineText>Gotee Records</PLineText>
1975
- </PLine>
1976
- <CLine>
1977
- <Year>2012</Year>
1978
- <CLineText>Gotee Records</CLineText>
1979
- </CLine>
1980
- </Release>
1981
- <Release>
1982
- <ReleaseId>
1983
- <ISRC>USGOT0203029</ISRC>
1984
- </ReleaseId>
1985
- <ReleaseReference>R15</ReleaseReference>
1986
- <ReferenceTitle>
1987
- <TitleText>Sunny Days</TitleText>
1988
- </ReferenceTitle>
1989
- <ReleaseResourceReferenceList>
1990
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A15</ReleaseResourceReference>
1991
- </ReleaseResourceReferenceList>
1992
- <ReleaseType>TrackRelease</ReleaseType>
1993
- <ReleaseDetailsByTerritory>
1994
- <TerritoryCode>Worldwide</TerritoryCode>
1995
- <DisplayArtistName>Grits</DisplayArtistName>
1996
- <LabelName>Gotee Records</LabelName>
1997
- <Title TitleType="FormalTitle">
1998
- <TitleText>Sunny Days</TitleText>
1999
- </Title>
2000
- <Title TitleType="DisplayTitle">
2001
- <TitleText>Sunny Days</TitleText>
2002
- </Title>
2003
- <DisplayArtist SequenceNumber="1">
2004
- <PartyName>
2005
- <FullName>Grits</FullName>
2006
- </PartyName>
2007
- <ArtistRole>MainArtist</ArtistRole>
2008
- </DisplayArtist>
2009
- <RelatedRelease>
2010
- <ReleaseId>
2011
- <ICPN IsEan="false">669447000013</ICPN>
2012
- </ReleaseId>
2013
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
2014
- </RelatedRelease>
2015
- <ParentalWarningType>NotExplicit</ParentalWarningType>
2016
- <ResourceGroup>
2017
- <ResourceGroupContentItem>
2018
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A15</ReleaseResourceReference>
2019
- </ResourceGroupContentItem>
2020
- </ResourceGroup>
2021
- <Genre>
2022
- <GenreText>Hip Hop/Rap</GenreText>
2023
- </Genre>
2024
- <ReleaseDate>2012-02-01</ReleaseDate>
2025
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
2026
- </ReleaseDetailsByTerritory>
2027
- <PLine>
2028
- <Year>2012</Year>
2029
- <PLineText>Gotee Records</PLineText>
2030
- </PLine>
2031
- <CLine>
2032
- <Year>2012</Year>
2033
- <CLineText>Gotee Records</CLineText>
2034
- </CLine>
2035
- </Release>
2036
- <Release>
2037
- <ReleaseId>
2038
- <ISRC>USGOT0203030</ISRC>
2039
- </ReleaseId>
2040
- <ReleaseReference>R16</ReleaseReference>
2041
- <ReferenceTitle>
2042
- <TitleText>Lovechild</TitleText>
2043
- </ReferenceTitle>
2044
- <ReleaseResourceReferenceList>
2045
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A16</ReleaseResourceReference>
2046
- </ReleaseResourceReferenceList>
2047
- <ReleaseType>TrackRelease</ReleaseType>
2048
- <ReleaseDetailsByTerritory>
2049
- <TerritoryCode>Worldwide</TerritoryCode>
2050
- <DisplayArtistName>Grits</DisplayArtistName>
2051
- <LabelName>Gotee Records</LabelName>
2052
- <Title TitleType="FormalTitle">
2053
- <TitleText>Lovechild</TitleText>
2054
- </Title>
2055
- <Title TitleType="DisplayTitle">
2056
- <TitleText>Lovechild</TitleText>
2057
- </Title>
2058
- <DisplayArtist SequenceNumber="1">
2059
- <PartyName>
2060
- <FullName>Grits</FullName>
2061
- </PartyName>
2062
- <ArtistRole>MainArtist</ArtistRole>
2063
- </DisplayArtist>
2064
- <RelatedRelease>
2065
- <ReleaseId>
2066
- <ICPN IsEan="false">669447000013</ICPN>
2067
- </ReleaseId>
2068
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
2069
- </RelatedRelease>
2070
- <ParentalWarningType>NotExplicit</ParentalWarningType>
2071
- <ResourceGroup>
2072
- <ResourceGroupContentItem>
2073
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A16</ReleaseResourceReference>
2074
- </ResourceGroupContentItem>
2075
- </ResourceGroup>
2076
- <Genre>
2077
- <GenreText>Hip Hop/Rap</GenreText>
2078
- </Genre>
2079
- <ReleaseDate>2012-02-01</ReleaseDate>
2080
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
2081
- </ReleaseDetailsByTerritory>
2082
- <PLine>
2083
- <Year>2017</Year>
2084
- <PLineText>Gotee Records</PLineText>
2085
- </PLine>
2086
- <CLine>
2087
- <Year>2012</Year>
2088
- <CLineText>Gotee Records</CLineText>
2089
- </CLine>
2090
- </Release>
2091
- <Release>
2092
- <ReleaseId>
2093
- <ISRC>USGOT0203031</ISRC>
2094
- </ReleaseId>
2095
- <ReleaseReference>R17</ReleaseReference>
2096
- <ReferenceTitle>
2097
- <TitleText>The Art Of Translation</TitleText>
2098
- </ReferenceTitle>
2099
- <ReleaseResourceReferenceList>
2100
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A17</ReleaseResourceReference>
2101
- </ReleaseResourceReferenceList>
2102
- <ReleaseType>TrackRelease</ReleaseType>
2103
- <ReleaseDetailsByTerritory>
2104
- <TerritoryCode>Worldwide</TerritoryCode>
2105
- <DisplayArtistName>Grits</DisplayArtistName>
2106
- <LabelName>Gotee Records</LabelName>
2107
- <Title TitleType="FormalTitle">
2108
- <TitleText>The Art Of Translation</TitleText>
2109
- </Title>
2110
- <Title TitleType="DisplayTitle">
2111
- <TitleText>The Art Of Translation</TitleText>
2112
- </Title>
2113
- <DisplayArtist SequenceNumber="1">
2114
- <PartyName>
2115
- <FullName>Grits</FullName>
2116
- </PartyName>
2117
- <ArtistRole>MainArtist</ArtistRole>
2118
- </DisplayArtist>
2119
- <RelatedRelease>
2120
- <ReleaseId>
2121
- <ICPN IsEan="false">669447000013</ICPN>
2122
- </ReleaseId>
2123
- <ReleaseRelationshipType>IsReleaseFromRelease</ReleaseRelationshipType>
2124
- </RelatedRelease>
2125
- <ParentalWarningType>NotExplicit</ParentalWarningType>
2126
- <ResourceGroup>
2127
- <ResourceGroupContentItem>
2128
- <ReleaseResourceReference ReleaseResourceType="PrimaryResource">A17</ReleaseResourceReference>
2129
- </ResourceGroupContentItem>
2130
- </ResourceGroup>
2131
- <Genre>
2132
- <GenreText>Hip Hop/Rap</GenreText>
2133
- </Genre>
2134
- <ReleaseDate>2012-02-01</ReleaseDate>
2135
- <OriginalReleaseDate>2002-08-06</OriginalReleaseDate>
2136
- </ReleaseDetailsByTerritory>
2137
- <PLine>
2138
- <Year>2017</Year>
2139
- <PLineText>Gotee Records</PLineText>
2140
- </PLine>
2141
- <CLine>
2142
- <Year>2012</Year>
2143
- <CLineText>Gotee Records</CLineText>
2144
- </CLine>
2145
- </Release>
2146
- </ReleaseList>
2147
- <DealList>
2148
- <ReleaseDeal>
2149
- <DealReleaseReference>R0</DealReleaseReference>
2150
- <Deal>
2151
- <DealTerms>
2152
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2153
- <Usage>
2154
- <UseType>PermanentDownload</UseType>
2155
- </Usage>
2156
- <TerritoryCode>Worldwide</TerritoryCode>
2157
- <PriceInformation>
2158
- <PriceRangeType Namespace="PADPIDA20110330020">FRONT</PriceRangeType>
2159
- <PriceType Namespace="PADPIDA20110330020">FRONT</PriceType>
2160
- </PriceInformation>
2161
- <ValidityPeriod>
2162
- <StartDate>2012-02-01</StartDate>
2163
- </ValidityPeriod>
2164
- </DealTerms>
2165
- </Deal>
2166
- <Deal>
2167
- <DealTerms>
2168
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2169
- <Usage>
2170
- <UseType>ConditionalDownload</UseType>
2171
- <UseType>OnDemandStream</UseType>
2172
- </Usage>
2173
- <TerritoryCode>Worldwide</TerritoryCode>
2174
- <PriceInformation>
2175
- <PriceRangeType Namespace="PADPIDA20110330020">FRONT</PriceRangeType>
2176
- <PriceType Namespace="PADPIDA20110330020">FRONT</PriceType>
2177
- </PriceInformation>
2178
- <ValidityPeriod>
2179
- <StartDate>2012-02-01</StartDate>
2180
- </ValidityPeriod>
2181
- </DealTerms>
2182
- </Deal>
2183
- <Deal>
2184
- <DealTerms>
2185
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2186
- <Usage>
2187
- <UseType>OnDemandStream</UseType>
2188
- </Usage>
2189
- <TerritoryCode>Worldwide</TerritoryCode>
2190
- <PriceInformation>
2191
- <PriceRangeType Namespace="PADPIDA20110330020">FRONT</PriceRangeType>
2192
- <PriceType Namespace="PADPIDA20110330020">FRONT</PriceType>
2193
- </PriceInformation>
2194
- <ValidityPeriod>
2195
- <StartDate>2012-02-01</StartDate>
2196
- </ValidityPeriod>
2197
- </DealTerms>
2198
- </Deal>
2199
- <EffectiveDate>2018-02-05</EffectiveDate>
2200
- </ReleaseDeal>
2201
- <ReleaseDeal>
2202
- <DealReleaseReference>R1</DealReleaseReference>
2203
- <Deal>
2204
- <DealTerms>
2205
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2206
- <Usage>
2207
- <UseType>PermanentDownload</UseType>
2208
- </Usage>
2209
- <TerritoryCode>Worldwide</TerritoryCode>
2210
- <PriceInformation>
2211
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2212
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2213
- </PriceInformation>
2214
- <ValidityPeriod>
2215
- <StartDate>2012-02-01</StartDate>
2216
- </ValidityPeriod>
2217
- </DealTerms>
2218
- </Deal>
2219
- <Deal>
2220
- <DealTerms>
2221
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2222
- <Usage>
2223
- <UseType>ConditionalDownload</UseType>
2224
- <UseType>OnDemandStream</UseType>
2225
- </Usage>
2226
- <TerritoryCode>Worldwide</TerritoryCode>
2227
- <PriceInformation>
2228
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2229
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2230
- </PriceInformation>
2231
- <ValidityPeriod>
2232
- <StartDate>2012-02-01</StartDate>
2233
- </ValidityPeriod>
2234
- </DealTerms>
2235
- </Deal>
2236
- <Deal>
2237
- <DealTerms>
2238
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2239
- <Usage>
2240
- <UseType>OnDemandStream</UseType>
2241
- </Usage>
2242
- <TerritoryCode>Worldwide</TerritoryCode>
2243
- <PriceInformation>
2244
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2245
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2246
- </PriceInformation>
2247
- <ValidityPeriod>
2248
- <StartDate>2012-02-01</StartDate>
2249
- </ValidityPeriod>
2250
- </DealTerms>
2251
- </Deal>
2252
- <EffectiveDate>2018-02-05</EffectiveDate>
2253
- </ReleaseDeal>
2254
- <ReleaseDeal>
2255
- <DealReleaseReference>R2</DealReleaseReference>
2256
- <Deal>
2257
- <DealTerms>
2258
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2259
- <Usage>
2260
- <UseType>PermanentDownload</UseType>
2261
- </Usage>
2262
- <TerritoryCode>Worldwide</TerritoryCode>
2263
- <PriceInformation>
2264
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2265
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2266
- </PriceInformation>
2267
- <ValidityPeriod>
2268
- <StartDate>2012-02-01</StartDate>
2269
- </ValidityPeriod>
2270
- </DealTerms>
2271
- </Deal>
2272
- <Deal>
2273
- <DealTerms>
2274
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2275
- <Usage>
2276
- <UseType>ConditionalDownload</UseType>
2277
- <UseType>OnDemandStream</UseType>
2278
- </Usage>
2279
- <TerritoryCode>Worldwide</TerritoryCode>
2280
- <PriceInformation>
2281
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2282
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2283
- </PriceInformation>
2284
- <ValidityPeriod>
2285
- <StartDate>2012-02-01</StartDate>
2286
- </ValidityPeriod>
2287
- </DealTerms>
2288
- </Deal>
2289
- <Deal>
2290
- <DealTerms>
2291
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2292
- <Usage>
2293
- <UseType>OnDemandStream</UseType>
2294
- </Usage>
2295
- <TerritoryCode>Worldwide</TerritoryCode>
2296
- <PriceInformation>
2297
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2298
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2299
- </PriceInformation>
2300
- <ValidityPeriod>
2301
- <StartDate>2012-02-01</StartDate>
2302
- </ValidityPeriod>
2303
- </DealTerms>
2304
- </Deal>
2305
- <EffectiveDate>2018-02-05</EffectiveDate>
2306
- </ReleaseDeal>
2307
- <ReleaseDeal>
2308
- <DealReleaseReference>R3</DealReleaseReference>
2309
- <Deal>
2310
- <DealTerms>
2311
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2312
- <Usage>
2313
- <UseType>PermanentDownload</UseType>
2314
- </Usage>
2315
- <TerritoryCode>Worldwide</TerritoryCode>
2316
- <PriceInformation>
2317
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2318
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2319
- </PriceInformation>
2320
- <ValidityPeriod>
2321
- <StartDate>2012-02-01</StartDate>
2322
- </ValidityPeriod>
2323
- </DealTerms>
2324
- </Deal>
2325
- <Deal>
2326
- <DealTerms>
2327
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2328
- <Usage>
2329
- <UseType>ConditionalDownload</UseType>
2330
- <UseType>OnDemandStream</UseType>
2331
- </Usage>
2332
- <TerritoryCode>Worldwide</TerritoryCode>
2333
- <PriceInformation>
2334
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2335
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2336
- </PriceInformation>
2337
- <ValidityPeriod>
2338
- <StartDate>2012-02-01</StartDate>
2339
- </ValidityPeriod>
2340
- </DealTerms>
2341
- </Deal>
2342
- <Deal>
2343
- <DealTerms>
2344
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2345
- <Usage>
2346
- <UseType>OnDemandStream</UseType>
2347
- </Usage>
2348
- <TerritoryCode>Worldwide</TerritoryCode>
2349
- <PriceInformation>
2350
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2351
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2352
- </PriceInformation>
2353
- <ValidityPeriod>
2354
- <StartDate>2012-02-01</StartDate>
2355
- </ValidityPeriod>
2356
- </DealTerms>
2357
- </Deal>
2358
- <EffectiveDate>2018-02-05</EffectiveDate>
2359
- </ReleaseDeal>
2360
- <ReleaseDeal>
2361
- <DealReleaseReference>R4</DealReleaseReference>
2362
- <Deal>
2363
- <DealTerms>
2364
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2365
- <Usage>
2366
- <UseType>PermanentDownload</UseType>
2367
- </Usage>
2368
- <TerritoryCode>Worldwide</TerritoryCode>
2369
- <PriceInformation>
2370
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2371
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2372
- </PriceInformation>
2373
- <ValidityPeriod>
2374
- <StartDate>2012-02-01</StartDate>
2375
- </ValidityPeriod>
2376
- </DealTerms>
2377
- </Deal>
2378
- <Deal>
2379
- <DealTerms>
2380
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2381
- <Usage>
2382
- <UseType>ConditionalDownload</UseType>
2383
- <UseType>OnDemandStream</UseType>
2384
- </Usage>
2385
- <TerritoryCode>Worldwide</TerritoryCode>
2386
- <PriceInformation>
2387
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2388
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2389
- </PriceInformation>
2390
- <ValidityPeriod>
2391
- <StartDate>2012-02-01</StartDate>
2392
- </ValidityPeriod>
2393
- </DealTerms>
2394
- </Deal>
2395
- <Deal>
2396
- <DealTerms>
2397
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2398
- <Usage>
2399
- <UseType>OnDemandStream</UseType>
2400
- </Usage>
2401
- <TerritoryCode>Worldwide</TerritoryCode>
2402
- <PriceInformation>
2403
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2404
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2405
- </PriceInformation>
2406
- <ValidityPeriod>
2407
- <StartDate>2012-02-01</StartDate>
2408
- </ValidityPeriod>
2409
- </DealTerms>
2410
- </Deal>
2411
- <EffectiveDate>2018-02-05</EffectiveDate>
2412
- </ReleaseDeal>
2413
- <ReleaseDeal>
2414
- <DealReleaseReference>R5</DealReleaseReference>
2415
- <Deal>
2416
- <DealTerms>
2417
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2418
- <Usage>
2419
- <UseType>PermanentDownload</UseType>
2420
- </Usage>
2421
- <TerritoryCode>Worldwide</TerritoryCode>
2422
- <PriceInformation>
2423
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2424
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2425
- </PriceInformation>
2426
- <ValidityPeriod>
2427
- <StartDate>2012-02-01</StartDate>
2428
- </ValidityPeriod>
2429
- </DealTerms>
2430
- </Deal>
2431
- <Deal>
2432
- <DealTerms>
2433
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2434
- <Usage>
2435
- <UseType>ConditionalDownload</UseType>
2436
- <UseType>OnDemandStream</UseType>
2437
- </Usage>
2438
- <TerritoryCode>Worldwide</TerritoryCode>
2439
- <PriceInformation>
2440
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2441
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2442
- </PriceInformation>
2443
- <ValidityPeriod>
2444
- <StartDate>2012-02-01</StartDate>
2445
- </ValidityPeriod>
2446
- </DealTerms>
2447
- </Deal>
2448
- <Deal>
2449
- <DealTerms>
2450
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2451
- <Usage>
2452
- <UseType>OnDemandStream</UseType>
2453
- </Usage>
2454
- <TerritoryCode>Worldwide</TerritoryCode>
2455
- <PriceInformation>
2456
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2457
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2458
- </PriceInformation>
2459
- <ValidityPeriod>
2460
- <StartDate>2012-02-01</StartDate>
2461
- </ValidityPeriod>
2462
- </DealTerms>
2463
- </Deal>
2464
- <EffectiveDate>2018-02-05</EffectiveDate>
2465
- </ReleaseDeal>
2466
- <ReleaseDeal>
2467
- <DealReleaseReference>R6</DealReleaseReference>
2468
- <Deal>
2469
- <DealTerms>
2470
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2471
- <Usage>
2472
- <UseType>PermanentDownload</UseType>
2473
- </Usage>
2474
- <TerritoryCode>Worldwide</TerritoryCode>
2475
- <PriceInformation>
2476
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2477
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2478
- </PriceInformation>
2479
- <ValidityPeriod>
2480
- <StartDate>2012-02-01</StartDate>
2481
- </ValidityPeriod>
2482
- </DealTerms>
2483
- </Deal>
2484
- <Deal>
2485
- <DealTerms>
2486
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2487
- <Usage>
2488
- <UseType>ConditionalDownload</UseType>
2489
- <UseType>OnDemandStream</UseType>
2490
- </Usage>
2491
- <TerritoryCode>Worldwide</TerritoryCode>
2492
- <PriceInformation>
2493
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2494
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2495
- </PriceInformation>
2496
- <ValidityPeriod>
2497
- <StartDate>2012-02-01</StartDate>
2498
- </ValidityPeriod>
2499
- </DealTerms>
2500
- </Deal>
2501
- <Deal>
2502
- <DealTerms>
2503
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2504
- <Usage>
2505
- <UseType>OnDemandStream</UseType>
2506
- </Usage>
2507
- <TerritoryCode>Worldwide</TerritoryCode>
2508
- <PriceInformation>
2509
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2510
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2511
- </PriceInformation>
2512
- <ValidityPeriod>
2513
- <StartDate>2012-02-01</StartDate>
2514
- </ValidityPeriod>
2515
- </DealTerms>
2516
- </Deal>
2517
- <EffectiveDate>2018-02-05</EffectiveDate>
2518
- </ReleaseDeal>
2519
- <ReleaseDeal>
2520
- <DealReleaseReference>R7</DealReleaseReference>
2521
- <Deal>
2522
- <DealTerms>
2523
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2524
- <Usage>
2525
- <UseType>PermanentDownload</UseType>
2526
- </Usage>
2527
- <TerritoryCode>Worldwide</TerritoryCode>
2528
- <PriceInformation>
2529
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2530
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2531
- </PriceInformation>
2532
- <ValidityPeriod>
2533
- <StartDate>2012-02-01</StartDate>
2534
- </ValidityPeriod>
2535
- </DealTerms>
2536
- </Deal>
2537
- <Deal>
2538
- <DealTerms>
2539
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2540
- <Usage>
2541
- <UseType>ConditionalDownload</UseType>
2542
- <UseType>OnDemandStream</UseType>
2543
- </Usage>
2544
- <TerritoryCode>Worldwide</TerritoryCode>
2545
- <PriceInformation>
2546
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2547
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2548
- </PriceInformation>
2549
- <ValidityPeriod>
2550
- <StartDate>2012-02-01</StartDate>
2551
- </ValidityPeriod>
2552
- </DealTerms>
2553
- </Deal>
2554
- <Deal>
2555
- <DealTerms>
2556
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2557
- <Usage>
2558
- <UseType>OnDemandStream</UseType>
2559
- </Usage>
2560
- <TerritoryCode>Worldwide</TerritoryCode>
2561
- <PriceInformation>
2562
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2563
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2564
- </PriceInformation>
2565
- <ValidityPeriod>
2566
- <StartDate>2012-02-01</StartDate>
2567
- </ValidityPeriod>
2568
- </DealTerms>
2569
- </Deal>
2570
- <EffectiveDate>2018-02-05</EffectiveDate>
2571
- </ReleaseDeal>
2572
- <ReleaseDeal>
2573
- <DealReleaseReference>R8</DealReleaseReference>
2574
- <Deal>
2575
- <DealTerms>
2576
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2577
- <Usage>
2578
- <UseType>PermanentDownload</UseType>
2579
- </Usage>
2580
- <TerritoryCode>Worldwide</TerritoryCode>
2581
- <PriceInformation>
2582
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2583
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2584
- </PriceInformation>
2585
- <ValidityPeriod>
2586
- <StartDate>2012-02-01</StartDate>
2587
- </ValidityPeriod>
2588
- </DealTerms>
2589
- </Deal>
2590
- <Deal>
2591
- <DealTerms>
2592
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2593
- <Usage>
2594
- <UseType>ConditionalDownload</UseType>
2595
- <UseType>OnDemandStream</UseType>
2596
- </Usage>
2597
- <TerritoryCode>Worldwide</TerritoryCode>
2598
- <PriceInformation>
2599
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2600
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2601
- </PriceInformation>
2602
- <ValidityPeriod>
2603
- <StartDate>2012-02-01</StartDate>
2604
- </ValidityPeriod>
2605
- </DealTerms>
2606
- </Deal>
2607
- <Deal>
2608
- <DealTerms>
2609
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2610
- <Usage>
2611
- <UseType>OnDemandStream</UseType>
2612
- </Usage>
2613
- <TerritoryCode>Worldwide</TerritoryCode>
2614
- <PriceInformation>
2615
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2616
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2617
- </PriceInformation>
2618
- <ValidityPeriod>
2619
- <StartDate>2012-02-01</StartDate>
2620
- </ValidityPeriod>
2621
- </DealTerms>
2622
- </Deal>
2623
- <EffectiveDate>2018-02-05</EffectiveDate>
2624
- </ReleaseDeal>
2625
- <ReleaseDeal>
2626
- <DealReleaseReference>R9</DealReleaseReference>
2627
- <Deal>
2628
- <DealTerms>
2629
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2630
- <Usage>
2631
- <UseType>PermanentDownload</UseType>
2632
- </Usage>
2633
- <TerritoryCode>Worldwide</TerritoryCode>
2634
- <PriceInformation>
2635
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2636
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2637
- </PriceInformation>
2638
- <ValidityPeriod>
2639
- <StartDate>2012-02-01</StartDate>
2640
- </ValidityPeriod>
2641
- </DealTerms>
2642
- </Deal>
2643
- <Deal>
2644
- <DealTerms>
2645
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2646
- <Usage>
2647
- <UseType>ConditionalDownload</UseType>
2648
- <UseType>OnDemandStream</UseType>
2649
- </Usage>
2650
- <TerritoryCode>Worldwide</TerritoryCode>
2651
- <PriceInformation>
2652
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2653
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2654
- </PriceInformation>
2655
- <ValidityPeriod>
2656
- <StartDate>2012-02-01</StartDate>
2657
- </ValidityPeriod>
2658
- </DealTerms>
2659
- </Deal>
2660
- <Deal>
2661
- <DealTerms>
2662
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2663
- <Usage>
2664
- <UseType>OnDemandStream</UseType>
2665
- </Usage>
2666
- <TerritoryCode>Worldwide</TerritoryCode>
2667
- <PriceInformation>
2668
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2669
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2670
- </PriceInformation>
2671
- <ValidityPeriod>
2672
- <StartDate>2012-02-01</StartDate>
2673
- </ValidityPeriod>
2674
- </DealTerms>
2675
- </Deal>
2676
- <EffectiveDate>2018-02-05</EffectiveDate>
2677
- </ReleaseDeal>
2678
- <ReleaseDeal>
2679
- <DealReleaseReference>R10</DealReleaseReference>
2680
- <Deal>
2681
- <DealTerms>
2682
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2683
- <Usage>
2684
- <UseType>PermanentDownload</UseType>
2685
- </Usage>
2686
- <TerritoryCode>Worldwide</TerritoryCode>
2687
- <PriceInformation>
2688
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2689
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2690
- </PriceInformation>
2691
- <ValidityPeriod>
2692
- <StartDate>2012-02-01</StartDate>
2693
- </ValidityPeriod>
2694
- </DealTerms>
2695
- </Deal>
2696
- <Deal>
2697
- <DealTerms>
2698
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2699
- <Usage>
2700
- <UseType>ConditionalDownload</UseType>
2701
- <UseType>OnDemandStream</UseType>
2702
- </Usage>
2703
- <TerritoryCode>Worldwide</TerritoryCode>
2704
- <PriceInformation>
2705
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2706
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2707
- </PriceInformation>
2708
- <ValidityPeriod>
2709
- <StartDate>2012-02-01</StartDate>
2710
- </ValidityPeriod>
2711
- </DealTerms>
2712
- </Deal>
2713
- <Deal>
2714
- <DealTerms>
2715
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2716
- <Usage>
2717
- <UseType>OnDemandStream</UseType>
2718
- </Usage>
2719
- <TerritoryCode>Worldwide</TerritoryCode>
2720
- <PriceInformation>
2721
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2722
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2723
- </PriceInformation>
2724
- <ValidityPeriod>
2725
- <StartDate>2012-02-01</StartDate>
2726
- </ValidityPeriod>
2727
- </DealTerms>
2728
- </Deal>
2729
- <EffectiveDate>2018-02-05</EffectiveDate>
2730
- </ReleaseDeal>
2731
- <ReleaseDeal>
2732
- <DealReleaseReference>R11</DealReleaseReference>
2733
- <Deal>
2734
- <DealTerms>
2735
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2736
- <Usage>
2737
- <UseType>PermanentDownload</UseType>
2738
- </Usage>
2739
- <TerritoryCode>Worldwide</TerritoryCode>
2740
- <PriceInformation>
2741
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2742
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2743
- </PriceInformation>
2744
- <ValidityPeriod>
2745
- <StartDate>2012-02-01</StartDate>
2746
- </ValidityPeriod>
2747
- </DealTerms>
2748
- </Deal>
2749
- <Deal>
2750
- <DealTerms>
2751
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2752
- <Usage>
2753
- <UseType>ConditionalDownload</UseType>
2754
- <UseType>OnDemandStream</UseType>
2755
- </Usage>
2756
- <TerritoryCode>Worldwide</TerritoryCode>
2757
- <PriceInformation>
2758
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2759
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2760
- </PriceInformation>
2761
- <ValidityPeriod>
2762
- <StartDate>2012-02-01</StartDate>
2763
- </ValidityPeriod>
2764
- </DealTerms>
2765
- </Deal>
2766
- <Deal>
2767
- <DealTerms>
2768
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2769
- <Usage>
2770
- <UseType>OnDemandStream</UseType>
2771
- </Usage>
2772
- <TerritoryCode>Worldwide</TerritoryCode>
2773
- <PriceInformation>
2774
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2775
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2776
- </PriceInformation>
2777
- <ValidityPeriod>
2778
- <StartDate>2012-02-01</StartDate>
2779
- </ValidityPeriod>
2780
- </DealTerms>
2781
- </Deal>
2782
- <EffectiveDate>2018-02-05</EffectiveDate>
2783
- </ReleaseDeal>
2784
- <ReleaseDeal>
2785
- <DealReleaseReference>R12</DealReleaseReference>
2786
- <Deal>
2787
- <DealTerms>
2788
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2789
- <Usage>
2790
- <UseType>PermanentDownload</UseType>
2791
- </Usage>
2792
- <TerritoryCode>Worldwide</TerritoryCode>
2793
- <PriceInformation>
2794
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2795
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2796
- </PriceInformation>
2797
- <ValidityPeriod>
2798
- <StartDate>2012-02-01</StartDate>
2799
- </ValidityPeriod>
2800
- </DealTerms>
2801
- </Deal>
2802
- <Deal>
2803
- <DealTerms>
2804
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2805
- <Usage>
2806
- <UseType>ConditionalDownload</UseType>
2807
- <UseType>OnDemandStream</UseType>
2808
- </Usage>
2809
- <TerritoryCode>Worldwide</TerritoryCode>
2810
- <PriceInformation>
2811
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2812
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2813
- </PriceInformation>
2814
- <ValidityPeriod>
2815
- <StartDate>2012-02-01</StartDate>
2816
- </ValidityPeriod>
2817
- </DealTerms>
2818
- </Deal>
2819
- <Deal>
2820
- <DealTerms>
2821
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2822
- <Usage>
2823
- <UseType>OnDemandStream</UseType>
2824
- </Usage>
2825
- <TerritoryCode>Worldwide</TerritoryCode>
2826
- <PriceInformation>
2827
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2828
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2829
- </PriceInformation>
2830
- <ValidityPeriod>
2831
- <StartDate>2012-02-01</StartDate>
2832
- </ValidityPeriod>
2833
- </DealTerms>
2834
- </Deal>
2835
- <EffectiveDate>2018-02-05</EffectiveDate>
2836
- </ReleaseDeal>
2837
- <ReleaseDeal>
2838
- <DealReleaseReference>R13</DealReleaseReference>
2839
- <Deal>
2840
- <DealTerms>
2841
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2842
- <Usage>
2843
- <UseType>PermanentDownload</UseType>
2844
- </Usage>
2845
- <TerritoryCode>Worldwide</TerritoryCode>
2846
- <PriceInformation>
2847
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2848
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2849
- </PriceInformation>
2850
- <ValidityPeriod>
2851
- <StartDate>2012-02-01</StartDate>
2852
- </ValidityPeriod>
2853
- </DealTerms>
2854
- </Deal>
2855
- <Deal>
2856
- <DealTerms>
2857
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2858
- <Usage>
2859
- <UseType>ConditionalDownload</UseType>
2860
- <UseType>OnDemandStream</UseType>
2861
- </Usage>
2862
- <TerritoryCode>Worldwide</TerritoryCode>
2863
- <PriceInformation>
2864
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2865
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2866
- </PriceInformation>
2867
- <ValidityPeriod>
2868
- <StartDate>2012-02-01</StartDate>
2869
- </ValidityPeriod>
2870
- </DealTerms>
2871
- </Deal>
2872
- <Deal>
2873
- <DealTerms>
2874
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2875
- <Usage>
2876
- <UseType>OnDemandStream</UseType>
2877
- </Usage>
2878
- <TerritoryCode>Worldwide</TerritoryCode>
2879
- <PriceInformation>
2880
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2881
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2882
- </PriceInformation>
2883
- <ValidityPeriod>
2884
- <StartDate>2012-02-01</StartDate>
2885
- </ValidityPeriod>
2886
- </DealTerms>
2887
- </Deal>
2888
- <EffectiveDate>2018-02-05</EffectiveDate>
2889
- </ReleaseDeal>
2890
- <ReleaseDeal>
2891
- <DealReleaseReference>R14</DealReleaseReference>
2892
- <Deal>
2893
- <DealTerms>
2894
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2895
- <Usage>
2896
- <UseType>PermanentDownload</UseType>
2897
- </Usage>
2898
- <TerritoryCode>Worldwide</TerritoryCode>
2899
- <PriceInformation>
2900
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2901
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2902
- </PriceInformation>
2903
- <ValidityPeriod>
2904
- <StartDate>2012-02-01</StartDate>
2905
- </ValidityPeriod>
2906
- </DealTerms>
2907
- </Deal>
2908
- <Deal>
2909
- <DealTerms>
2910
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2911
- <Usage>
2912
- <UseType>ConditionalDownload</UseType>
2913
- <UseType>OnDemandStream</UseType>
2914
- </Usage>
2915
- <TerritoryCode>Worldwide</TerritoryCode>
2916
- <PriceInformation>
2917
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2918
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2919
- </PriceInformation>
2920
- <ValidityPeriod>
2921
- <StartDate>2012-02-01</StartDate>
2922
- </ValidityPeriod>
2923
- </DealTerms>
2924
- </Deal>
2925
- <Deal>
2926
- <DealTerms>
2927
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2928
- <Usage>
2929
- <UseType>OnDemandStream</UseType>
2930
- </Usage>
2931
- <TerritoryCode>Worldwide</TerritoryCode>
2932
- <PriceInformation>
2933
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2934
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2935
- </PriceInformation>
2936
- <ValidityPeriod>
2937
- <StartDate>2012-02-01</StartDate>
2938
- </ValidityPeriod>
2939
- </DealTerms>
2940
- </Deal>
2941
- <EffectiveDate>2018-02-05</EffectiveDate>
2942
- </ReleaseDeal>
2943
- <ReleaseDeal>
2944
- <DealReleaseReference>R15</DealReleaseReference>
2945
- <Deal>
2946
- <DealTerms>
2947
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
2948
- <Usage>
2949
- <UseType>PermanentDownload</UseType>
2950
- </Usage>
2951
- <TerritoryCode>Worldwide</TerritoryCode>
2952
- <PriceInformation>
2953
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2954
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2955
- </PriceInformation>
2956
- <ValidityPeriod>
2957
- <StartDate>2012-02-01</StartDate>
2958
- </ValidityPeriod>
2959
- </DealTerms>
2960
- </Deal>
2961
- <Deal>
2962
- <DealTerms>
2963
- <CommercialModelType>SubscriptionModel</CommercialModelType>
2964
- <Usage>
2965
- <UseType>ConditionalDownload</UseType>
2966
- <UseType>OnDemandStream</UseType>
2967
- </Usage>
2968
- <TerritoryCode>Worldwide</TerritoryCode>
2969
- <PriceInformation>
2970
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2971
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2972
- </PriceInformation>
2973
- <ValidityPeriod>
2974
- <StartDate>2012-02-01</StartDate>
2975
- </ValidityPeriod>
2976
- </DealTerms>
2977
- </Deal>
2978
- <Deal>
2979
- <DealTerms>
2980
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
2981
- <Usage>
2982
- <UseType>OnDemandStream</UseType>
2983
- </Usage>
2984
- <TerritoryCode>Worldwide</TerritoryCode>
2985
- <PriceInformation>
2986
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
2987
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
2988
- </PriceInformation>
2989
- <ValidityPeriod>
2990
- <StartDate>2012-02-01</StartDate>
2991
- </ValidityPeriod>
2992
- </DealTerms>
2993
- </Deal>
2994
- <EffectiveDate>2018-02-05</EffectiveDate>
2995
- </ReleaseDeal>
2996
- <ReleaseDeal>
2997
- <DealReleaseReference>R16</DealReleaseReference>
2998
- <Deal>
2999
- <DealTerms>
3000
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
3001
- <Usage>
3002
- <UseType>PermanentDownload</UseType>
3003
- </Usage>
3004
- <TerritoryCode>Worldwide</TerritoryCode>
3005
- <PriceInformation>
3006
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
3007
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
3008
- </PriceInformation>
3009
- <ValidityPeriod>
3010
- <StartDate>2012-02-01</StartDate>
3011
- </ValidityPeriod>
3012
- </DealTerms>
3013
- </Deal>
3014
- <Deal>
3015
- <DealTerms>
3016
- <CommercialModelType>SubscriptionModel</CommercialModelType>
3017
- <Usage>
3018
- <UseType>ConditionalDownload</UseType>
3019
- <UseType>OnDemandStream</UseType>
3020
- </Usage>
3021
- <TerritoryCode>Worldwide</TerritoryCode>
3022
- <PriceInformation>
3023
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
3024
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
3025
- </PriceInformation>
3026
- <ValidityPeriod>
3027
- <StartDate>2012-02-01</StartDate>
3028
- </ValidityPeriod>
3029
- </DealTerms>
3030
- </Deal>
3031
- <Deal>
3032
- <DealTerms>
3033
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
3034
- <Usage>
3035
- <UseType>OnDemandStream</UseType>
3036
- </Usage>
3037
- <TerritoryCode>Worldwide</TerritoryCode>
3038
- <PriceInformation>
3039
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
3040
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
3041
- </PriceInformation>
3042
- <ValidityPeriod>
3043
- <StartDate>2012-02-01</StartDate>
3044
- </ValidityPeriod>
3045
- </DealTerms>
3046
- </Deal>
3047
- <EffectiveDate>2018-02-05</EffectiveDate>
3048
- </ReleaseDeal>
3049
- <ReleaseDeal>
3050
- <DealReleaseReference>R17</DealReleaseReference>
3051
- <Deal>
3052
- <DealTerms>
3053
- <CommercialModelType>PayAsYouGoModel</CommercialModelType>
3054
- <Usage>
3055
- <UseType>PermanentDownload</UseType>
3056
- </Usage>
3057
- <TerritoryCode>Worldwide</TerritoryCode>
3058
- <PriceInformation>
3059
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
3060
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
3061
- </PriceInformation>
3062
- <ValidityPeriod>
3063
- <StartDate>2012-02-01</StartDate>
3064
- </ValidityPeriod>
3065
- </DealTerms>
3066
- </Deal>
3067
- <Deal>
3068
- <DealTerms>
3069
- <CommercialModelType>SubscriptionModel</CommercialModelType>
3070
- <Usage>
3071
- <UseType>ConditionalDownload</UseType>
3072
- <UseType>OnDemandStream</UseType>
3073
- </Usage>
3074
- <TerritoryCode>Worldwide</TerritoryCode>
3075
- <PriceInformation>
3076
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
3077
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
3078
- </PriceInformation>
3079
- <ValidityPeriod>
3080
- <StartDate>2012-02-01</StartDate>
3081
- </ValidityPeriod>
3082
- </DealTerms>
3083
- </Deal>
3084
- <Deal>
3085
- <DealTerms>
3086
- <CommercialModelType>AdvertisementSupportedModel</CommercialModelType>
3087
- <Usage>
3088
- <UseType>OnDemandStream</UseType>
3089
- </Usage>
3090
- <TerritoryCode>Worldwide</TerritoryCode>
3091
- <PriceInformation>
3092
- <PriceRangeType Namespace="PADPIDA20110330020">MID</PriceRangeType>
3093
- <PriceType Namespace="PADPIDA20110330020">MID</PriceType>
3094
- </PriceInformation>
3095
- <ValidityPeriod>
3096
- <StartDate>2012-02-01</StartDate>
3097
- </ValidityPeriod>
3098
- </DealTerms>
3099
- </Deal>
3100
- <EffectiveDate>2018-02-05</EffectiveDate>
3101
- </ReleaseDeal>
3102
- </DealList>
3103
- </ern:NewReleaseMessage>