Communicating audio and video clips such as previews and clips used for shorts in ERN 4.3 and later

Short clips are a typical means to promote music. Such clips, whether they are audio or audio-visual, can be used as previews or as independent sound recordings or videos. The way they are handled depends on whether or not the clips have the same core metadata (title, artist name) as the recording from which they are taken.

Previews and clips that share core metadata with the host recording

Clips are being described in ERN 4.3 in SoundRecording/SoundRecordingEdition/TechnicalDetails/ClipDetails. In ERN 4.2 and earlier it was SoundRecording/TechnicalDetails/PreviewDetails. This composite enables the communication of how clips can or were generated from the host recording and whether the clip is:

  • A preview, i.e. a clip created for the specific purpose to promote the host recording; or

  • A standalone clip, i.e. a short clip that can be used in various scenarios, for example in user-generated content.

The availability of such clips whether previews or not is determined by data provided in the relevant Deal as well as the ReleaseVisibility and TrackReleaseVisibility composites linked to the host recording.

 Example
<?xml version="1.0" encoding="UTF-8"?>
<ernm:NewReleaseMessage xmlns:ernm="http://ddex.net/xml/ern/43Draft" LanguageAndScriptCode="en" AvsVersionId="1" ReleaseProfileVersionId="Audio" xmlns:avs="http://ddex.net/xml/avs/avs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ddex.net/xml/ern/43Draft release-notification.xsd">
	<MessageHeader>
		<MessageThreadId>997cde6a-a2bf-4ade-84a3-57a2e0d1beba</MessageThreadId>
		<MessageId>UG36799159</MessageId>
		<MessageSender>
			<PartyId>PADPIDA1111111111U</PartyId>
			<PartyName>
				<FullName>Galactic Music Group</FullName>
			</PartyName>
		</MessageSender>
		<MessageRecipient>
			<PartyId>PADPIDA123456789</PartyId>
			<PartyName>
				<FullName>Full Partner Name</FullName>
			</PartyName>
		</MessageRecipient>
		<MessageCreatedDateTime>2022-03-21T11:03:30.634Z</MessageCreatedDateTime>
		<MessageControlType>LiveMessage</MessageControlType>
	</MessageHeader>
	<PartyList>
		<Party>
			<PartyReference>P1</PartyReference>
			<PartyName>
				<FullName>Tom McThompson</FullName>
			</PartyName>
		</Party>
		<Party>
			<PartyReference>P2</PartyReference>
			<PartyName>
				<FullName>TOM INC</FullName>
			</PartyName>
		</Party>
	</PartyList>
	<ResourceList>
		<SoundRecording>
			<ResourceReference>A2</ResourceReference>
			<Type>MusicalWorkSoundRecording</Type>
			<SoundRecordingEdition>
				<ResourceId>
					<ISRC>ZZZZ80000001</ISRC>
				</ResourceId>
				<PLine IsDefault="true">
					<PLineText>Tom McThompson Records</PLineText>
				</PLine>
				<RecordingMode>Stereo</RecordingMode>
				<TechnicalDetails>
					<!-- full length audio -->
					<TechnicalResourceDetailsReference>T2</TechnicalResourceDetailsReference>
					<DeliveryFile>
						<Type>AudioFile</Type>
						<AudioCodecType>MP3</AudioCodecType>
						<BitRate UnitOfMeasure="kbps">128</BitRate>
						<NumberOfChannels>2</NumberOfChannels>
						<SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
						<BitsPerSample>16</BitsPerSample>
						<Duration>PT0H0M30.000S</Duration>
						<File>
							<URI>resources/91809101019025_T2_audtrk.mp3</URI>
							<HashSum>
								<Algorithm>MD5</Algorithm>
								<HashSumValue>full_length</HashSumValue>
							</HashSum>
						</File>
					</DeliveryFile>
					<IsClip>false</IsClip>
					<!-- 90 second preview provided as file -->
					<ClipDetails>
						<TechnicalResourceDetailsReference>T2P</TechnicalResourceDetailsReference>
						<ClipType>Preview</ClipType>
						<Timing>
							<StartPoint>48</StartPoint>
							<DurationUsed>PT0H1M30.000S</DurationUsed>
						</Timing>
						<ExpressionType>Informative</ExpressionType>
						<DeliveryFile>
							<Type>AudioFile</Type>
							<AudioCodecType>MP3</AudioCodecType>
							<BitRate UnitOfMeasure="kbps">128</BitRate>
							<NumberOfChannels>2</NumberOfChannels>
							<SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
							<BitsPerSample>16</BitsPerSample>
							<Duration>PT0H1M30.000S</Duration>
							<File>
								<URI>resources/91809101019025_T2P_audtrk.wma</URI>
								<HashSum>
									<Algorithm>MD5</Algorithm>
									<HashSumValue>90_second_preview</HashSumValue>
								</HashSum>
							</File>
						</DeliveryFile>
					</ClipDetails>
					<!-- 60 second clip for UGC library provided as file -->
					<ClipDetails>
						<TechnicalResourceDetailsReference>T2C</TechnicalResourceDetailsReference>
						<ClipType>StandaloneClip</ClipType>
						<Timing>
							<StartPoint>48</StartPoint>
							<DurationUsed>PT0H1M00.000S</DurationUsed>
						</Timing>
						<ExpressionType>Informative</ExpressionType>
						<DeliveryFile>
							<Type>AudioFile</Type>
							<AudioCodecType>MP3</AudioCodecType>
							<BitRate UnitOfMeasure="kbps">128</BitRate>
							<NumberOfChannels>2</NumberOfChannels>
							<SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
							<BitsPerSample>16</BitsPerSample>
							<Duration>PT0H1M00.000S</Duration>
							<File>
								<URI>resources/91809101019025_T2C_audtrk.wma</URI>
								<HashSum>
									<Algorithm>MD5</Algorithm>
									<HashSumValue>60_second_standalone</HashSumValue>
								</HashSum>
							</File>
						</DeliveryFile>
					</ClipDetails>
				</TechnicalDetails>
			</SoundRecordingEdition>
			<DisplayTitleText IsDefault="true">First Song</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>First Song</TitleText>
			</DisplayTitle>
			<AdditionalTitle IsDefault="true" TitleType="FormalTitle">
				<TitleText>First Song</TitleText>
			</AdditionalTitle>
			<DisplayArtistName IsDefault="true">Tom McThompson</DisplayArtistName>
			<DisplayArtist SequenceNumber="1">
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<Contributor SequenceNumber="1">
				<ContributorPartyReference>P1</ContributorPartyReference>
				<Role Namespace="PADPIDA1111111111U" UserDefinedValue="Producer">AssociatedPerformer</Role>
				<Role>Lyricist</Role>
			</Contributor>
			<Duration>PT3M1S</Duration>
			<ParentalWarningType IsDefault="true">ExplicitContentEdited</ParentalWarningType>
		</SoundRecording>
		<SoundRecording>
			<ResourceReference>A3</ResourceReference>
			<Type>MusicalWorkSoundRecording</Type>
			<SoundRecordingEdition>
				<ResourceId>
					<ISRC>ZZZZ80000002</ISRC>
				</ResourceId>
				<PLine IsDefault="true">
					<PLineText>Tom McThompson Records</PLineText>
				</PLine>
				<RecordingMode>Stereo</RecordingMode>
				<TechnicalDetails>
					<!-- full length audio -->
					<TechnicalResourceDetailsReference>T4</TechnicalResourceDetailsReference>
					<DeliveryFile>
						<Type>AudioFile</Type>
						<AudioCodecType>MP3</AudioCodecType>
						<BitRate UnitOfMeasure="kbps">128</BitRate>
						<NumberOfChannels>2</NumberOfChannels>
						<SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
						<BitsPerSample>16</BitsPerSample>
						<Duration>PT0H0M30.000S</Duration>
						<File>
							<URI>resources/91809101019025_T4_audtrk.mp3</URI>
							<HashSum>
								<Algorithm>MD5</Algorithm>
								<HashSumValue>1eb58c5e47b710ea92659e59996c90c3</HashSumValue>
							</HashSum>
						</File>
					</DeliveryFile>
					<IsClip>false</IsClip>
					<!-- 90 second preview to be created by partner -->
					<ClipDetails>
						<TechnicalResourceDetailsReference>T4P</TechnicalResourceDetailsReference>
						<ClipType>Preview</ClipType>
						<Timing>
							<StartPoint>48</StartPoint>
							<DurationUsed>PT0H1M30.000S</DurationUsed>
						</Timing>
						<ExpressionType>Instructive</ExpressionType>
					</ClipDetails>
					<!-- 60 second clip for UGC library to be created by partner -->
					<ClipDetails>
						<TechnicalResourceDetailsReference>T4C</TechnicalResourceDetailsReference>
						<ClipType>StandaloneClip</ClipType>
						<Timing>
							<StartPoint>48</StartPoint>
							<DurationUsed>PT0H1M00.000S</DurationUsed>
						</Timing>
						<ExpressionType>Instructive</ExpressionType>
					</ClipDetails>
				</TechnicalDetails>
			</SoundRecordingEdition>
			<DisplayTitleText IsDefault="true">Second Song</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>Second Song</TitleText>
			</DisplayTitle>
			<AdditionalTitle IsDefault="true" TitleType="FormalTitle">
				<TitleText>Second Song</TitleText>
			</AdditionalTitle>
			<DisplayArtistName IsDefault="true">Tom McThompson</DisplayArtistName>
			<DisplayArtist SequenceNumber="1">
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<Contributor SequenceNumber="1">
				<ContributorPartyReference>P1</ContributorPartyReference>
				<Role Namespace="PADPIDA1111111111U" UserDefinedValue="Producer">AssociatedPerformer</Role>
				<Role>Lyricist</Role>
			</Contributor>
			<Duration>PT3M1S</Duration>
			<ParentalWarningType IsDefault="true">ExplicitContentEdited</ParentalWarningType>
		</SoundRecording>
		<Image>
			<ResourceReference>A1</ResourceReference>
			<Type>FrontCoverImage</Type>
			<ResourceId>
				<ProprietaryId Namespace="PADPIDA1111111111U">Image1</ProprietaryId>
			</ResourceId>
			<ParentalWarningType IsDefault="true">ExplicitContentEdited</ParentalWarningType>
			<TechnicalDetails>
				<TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
				<ImageCodecType>JPEG</ImageCodecType>
				<ImageHeight UnitOfMeasure="Pixel">2315</ImageHeight>
				<ImageWidth UnitOfMeasure="Pixel">2315</ImageWidth>
				<File>
					<URI>resources/91809101019025_T1_cvrart.jpg</URI>
					<HashSum>
						<Algorithm>MD5</Algorithm>
						<HashSumValue>1eb58c5e47b710ea92659e59996c90c1</HashSumValue>
					</HashSum>
				</File>
			</TechnicalDetails>
		</Image>
	</ResourceList>
	<ReleaseList>
		<Release>
			<ReleaseReference>R0</ReleaseReference>
			<ReleaseType>Album</ReleaseType>
			<ReleaseId>
				<ICPN>91809101019025</ICPN>
			</ReleaseId>
			<DisplayTitleText IsDefault="true">Release with Preview and Standalone Clip</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>Release with Preview and Standalone Clip</TitleText>
			</DisplayTitle>
			<AdditionalTitle IsDefault="true" TitleType="FormalTitle">
				<TitleText>Release with Preview and Standalone Clip</TitleText>
			</AdditionalTitle>
			<DisplayArtistName IsDefault="true">Tom McThompson</DisplayArtistName>
			<DisplayArtist SequenceNumber="1">
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<ReleaseLabelReference IsDefault="true">P2</ReleaseLabelReference>
			<PLine IsDefault="true">
				<PLineText>(P) Tom McThompson Records</PLineText>
			</PLine>
			<CLine IsDefault="true">
				<CLineText>(C) Tom McThompson Records</CLineText>
			</CLine>
			<Duration>PT3M1S</Duration>
			<Genre IsDefault="true">
				<GenreText>Alternative</GenreText>
			</Genre>
			<ReleaseDate IsDefault="true">2018-09-10</ReleaseDate>
			<ReleaseVisibilityReference>V1</ReleaseVisibilityReference>
			<ParentalWarningType IsDefault="true">ExplicitContentEdited</ParentalWarningType>
			<ResourceGroup>
				<ResourceGroup ResourceGroupType="Component">
					<SequenceNumber>1</SequenceNumber>
					<ResourceGroupContentItem>
						<SequenceNumber>1</SequenceNumber>
						<ReleaseResourceReference>A2</ReleaseResourceReference>
					</ResourceGroupContentItem>
					<ResourceGroupContentItem>
						<SequenceNumber>2</SequenceNumber>
						<ReleaseResourceReference>A3</ReleaseResourceReference>
					</ResourceGroupContentItem>
				</ResourceGroup>
				<LinkedReleaseResourceReference>A1</LinkedReleaseResourceReference>
			</ResourceGroup>
		</Release>
		<TrackRelease>
			<ReleaseReference>R1</ReleaseReference>
			<ReleaseId>
				<ProprietaryId Namespace="ISRC">ZZZZ80000001</ProprietaryId>
				<ProprietaryId Namespace="PADPIDA1111111111U">91809101019025_ZZZZ80000001</ProprietaryId>
			</ReleaseId>
			<DisplayTitleText IsDefault="true">First Song</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>First Song</TitleText>
			</DisplayTitle>
			<AdditionalTitle IsDefault="true" TitleType="FormalTitle">
				<TitleText>First Song</TitleText>
			</AdditionalTitle>
			<ReleaseResourceReference>A2</ReleaseResourceReference>
			<ReleaseLabelReference IsDefault="true">P2</ReleaseLabelReference>
			<Genre IsDefault="true">
				<GenreText>Alternative</GenreText>
			</Genre>
			<ReleaseVisibilityReference>V2</ReleaseVisibilityReference>
		</TrackRelease>
		<TrackRelease>
			<ReleaseReference>R2</ReleaseReference>
			<ReleaseId>
				<ProprietaryId Namespace="ISRC">ZZZZ80000002</ProprietaryId>
				<ProprietaryId Namespace="PADPIDA1111111111U">91809101019025_ZZZZ80000002</ProprietaryId>
			</ReleaseId>
			<DisplayTitleText IsDefault="true">Second Song</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>Second Song</TitleText>
			</DisplayTitle>
			<AdditionalTitle IsDefault="true" TitleType="FormalTitle">
				<TitleText>Second Song</TitleText>
			</AdditionalTitle>
			<ReleaseResourceReference>A3</ReleaseResourceReference>
			<ReleaseLabelReference IsDefault="true">P2</ReleaseLabelReference>
			<Genre IsDefault="true">
				<GenreText>Alternative</GenreText>
			</Genre>
			<ReleaseVisibilityReference>V2</ReleaseVisibilityReference>
		</TrackRelease>
	</ReleaseList>
	<DealList>
		<ReleaseDeal>
			<DealReleaseReference>R0</DealReleaseReference>
			<DealReleaseReference>R1</DealReleaseReference>
			<DealReleaseReference>R2</DealReleaseReference>
			<Deal>
				<DealTerms>
					<TerritoryCode>FK</TerritoryCode>
					<ValidityPeriod>
						<StartDate>2018-09-10</StartDate>
					</ValidityPeriod>
					<CommercialModelType>PayAsYouGoModel</CommercialModelType>
					<UseType>PermanentDownload</UseType>
				</DealTerms>
				<DealTechnicalResourceDetailsReferenceList>
					<DealTechnicalResourceDetailsReference>T2</DealTechnicalResourceDetailsReference>
					<DealTechnicalResourceDetailsReference>T4</DealTechnicalResourceDetailsReference>
				</DealTechnicalResourceDetailsReferenceList>
			</Deal>
			<Deal>
				<DealTerms>
					<TerritoryCode>AT</TerritoryCode>
					<ValidityPeriod>
						<StartDate>2018-09-10</StartDate>
					</ValidityPeriod>
					<CommercialModelType>RightsClaimModel</CommercialModelType>
					<UseType>UserMakeAvailableLabelProvided</UseType>
				</DealTerms>
				<DealTechnicalResourceDetailsReferenceList>
					<DealTechnicalResourceDetailsReference>T2C</DealTechnicalResourceDetailsReference>
					<DealTechnicalResourceDetailsReference>T4C</DealTechnicalResourceDetailsReference>
				</DealTechnicalResourceDetailsReferenceList>
			</Deal>
		</ReleaseDeal>
		<ReleaseVisibility>
			<VisibilityReference>V1</VisibilityReference>
			<!-- AT wouldn't have a visibility date as it is only valid for UGC and clips -->
			<TerritoryCode>FK</TerritoryCode>
			<ReleaseDisplayStartDateTime>2018-09-10T00:00:00</ReleaseDisplayStartDateTime>
			<CoverArtPreviewStartDateTime>2018-09-10T00:00:00</CoverArtPreviewStartDateTime>
			<FullTrackListingPreviewStartDateTime>2018-09-10T00:00:00</FullTrackListingPreviewStartDateTime>
		</ReleaseVisibility>
		<TrackReleaseVisibility>
			<VisibilityReference>V2</VisibilityReference>
			<!-- AT wouldn't have a visibility date as it is only valid for UGC and clips -->
			<TerritoryCode>FK</TerritoryCode>
			<TrackListingPreviewStartDateTime>2018-09-10T00:00:00</TrackListingPreviewStartDateTime>
			<ClipPreviewStartDateTime>2018-09-10T00:00:00</ClipPreviewStartDateTime>
		</TrackReleaseVisibility>
	</DealList>
</ernm:NewReleaseMessage>

Clips that do not share core metadata with the host recording

If the title of such a clip changes for example, by adding a subtitle of “Clip with chorus for UGC” the above solution does not work. The ISRC standard requires that the audio of this clip be treated as a separate sound recording, allocated its own ISRC.

To communicate such a scenario using the ERN standard, the NewReleaseMessage will contain, for each such recording, two SoundRecording copmposites: the host recording and the clip recording. These two sound recordings must be related to one another via the RelatedResource composite with a value of IsClipFrom (in one direction) and HasClip (in the other).

The host recording will be referenced, as usual, from the album release and a track release. In addition, the clip sound recording will be referenced from a further Releasecomposite of type ClipRelease.

The availability of such clips is governed by data provided in the relevant Deal as well as ReleaseVisibility and TrackReleaseVisibility composites linked to the AudioClipRelease or VideoClipRelease.

 Example
<?xml version="1.0" encoding="UTF-8"?>
<ernm:NewReleaseMessage xmlns:ernm="http://ddex.net/xml/ern/43Draft" LanguageAndScriptCode="en"
	AvsVersionId="1" ReleaseProfileVersionId="Audio" xmlns:avs="http://ddex.net/xml/avs/avs"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://ddex.net/xml/ern/43Draft release-notification.xsd">
	<MessageHeader>
		<MessageThreadId>997cde6a-a2bf-4ade-84a3-57a2e0d1beba</MessageThreadId>
		<MessageId>UG36799159</MessageId>
		<MessageSender>
			<PartyId>PADPIDA1111111111U</PartyId>
			<PartyName>
				<FullName>Galactic Music Group</FullName>
			</PartyName>
		</MessageSender>
		<MessageRecipient>
			<PartyId>PADPIDA123456789</PartyId>
			<PartyName>
				<FullName>Full Partner Name</FullName>
			</PartyName>
		</MessageRecipient>
		<MessageCreatedDateTime>2022-03-21T11:03:30.634Z</MessageCreatedDateTime>
		<MessageControlType>LiveMessage</MessageControlType>
	</MessageHeader>

	<PartyList>
		<Party>
			<PartyReference>P1</PartyReference>
			<PartyName>
				<FullName>Pink Floyd</FullName>
			</PartyName>
		</Party>
		<Party>
			<PartyReference>P2</PartyReference>
			<PartyName>
				<FullName>Some Label, Inc.</FullName>
			</PartyName>
		</Party>
	</PartyList>
	<ResourceList>
		<SoundRecording>
			<!-- The "main" recording -->
			<ResourceReference>A1</ResourceReference>
			<Type>MusicalWorkSoundRecording</Type>
			<SoundRecordingEdition>
				<ResourceId>
					<ISRC>ZZZZ80000001</ISRC>
				</ResourceId>
				<TechnicalDetails>
					<TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
					<DeliveryFile>
						<Type>AudioFile</Type>
						<AudioCodecType>MP3</AudioCodecType>
						<BitRate UnitOfMeasure="kbps">128</BitRate>
						<NumberOfChannels>2</NumberOfChannels>
						<SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
						<BitsPerSample>16</BitsPerSample>
						<Duration>PT3M</Duration>
					</DeliveryFile>
					<IsClip>false</IsClip>
				</TechnicalDetails>
			</SoundRecordingEdition>
			<DisplayTitleText IsDefault="true">Comfortably Numb</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>Comfortably Numb</TitleText>
			</DisplayTitle>
			<DisplayArtistName IsDefault="true">Pink Floyd</DisplayArtistName>
			<DisplayArtist SequenceNumber="1">
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<Contributor SequenceNumber="1">
				<ContributorPartyReference>P1</ContributorPartyReference>
				<Role>Artist</Role>
			</Contributor>
			<Duration>PT3M1S</Duration>
			<ParentalWarningType IsDefault="true">NoAdviceAvailable</ParentalWarningType>
			<RelatedResource>
				<ResourceRelationshipType>HasClip</ResourceRelationshipType>
				<ResourceRelatedResourceReference>A2</ResourceRelatedResourceReference>
			</RelatedResource>
			<RelatedResource>
				<ResourceRelationshipType>HasClip</ResourceRelationshipType>
				<ResourceRelatedResourceReference>A3</ResourceRelatedResourceReference>
			</RelatedResource>
		</SoundRecording>

		<SoundRecording>
			<!-- The first clip  -->
			<ResourceReference>A2</ResourceReference>
			<Type>Clip</Type>
			<SoundRecordingEdition>
				<ResourceId>
					<ISRC>ZZZZ80000002</ISRC>
				</ResourceId>
				<TechnicalDetails>
					<TechnicalResourceDetailsReference>T2</TechnicalResourceDetailsReference>
					<ClipDetails>
						<TechnicalResourceDetailsReference>T2C</TechnicalResourceDetailsReference>
						<ClipType>StandaloneClip</ClipType>
						<Timing>
							<StartPoint>110</StartPoint>
							<EndPoint>220</EndPoint>
						</Timing>
						<ExpressionType>Informative</ExpressionType>
						<DeliveryFile>
							<Type>AudioFile</Type>
							<AudioCodecType>MP3</AudioCodecType>
							<BitRate UnitOfMeasure="kbps">128</BitRate>
							<NumberOfChannels>2</NumberOfChannels>
							<SamplingRate UnitOfMeasure="kHz">44.1</SamplingRate>
							<BitsPerSample>16</BitsPerSample>
							<Duration>PT20S</Duration>
						</DeliveryFile>
					</ClipDetails>
				</TechnicalDetails>
			</SoundRecordingEdition>
			<DisplayTitleText IsDefault="true">Comfortably Numb (First Solo)</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>Comfortably Numb</TitleText>
				<SubTitle>First Solo</SubTitle>
			</DisplayTitle>
			<DisplayArtistName IsDefault="true">Pink Floyd</DisplayArtistName>
			<DisplayArtist SequenceNumber="1">
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<Contributor SequenceNumber="1">
				<ContributorPartyReference>P1</ContributorPartyReference>
				<Role>Artist</Role>
			</Contributor>
			<Duration>PT3M1S</Duration>
			<ParentalWarningType IsDefault="true">NoAdviceAvailable</ParentalWarningType>
			<RelatedResource>
				<ResourceRelationshipType>IsClipFrom</ResourceRelationshipType>
				<ResourceRelatedResourceReference>A1</ResourceRelatedResourceReference>
			</RelatedResource>
		</SoundRecording>

		<SoundRecording>
			<!-- The second clip -->
			<ResourceReference>A3</ResourceReference>
			<Type>Clip</Type>
			<SoundRecordingEdition>
				<ResourceId>
					<ISRC>ZZZZ80000003</ISRC>
				</ResourceId>
				<TechnicalDetails>
					<TechnicalResourceDetailsReference>T3</TechnicalResourceDetailsReference>
					<ClipDetails>
						<TechnicalResourceDetailsReference>T3C</TechnicalResourceDetailsReference>
						<ClipType>StandaloneClip</ClipType>
						<Timing>
							<StartPoint>330</StartPoint>
							<EndPoint>440</EndPoint>
						</Timing>
						<ExpressionType>Instructive</ExpressionType>
					</ClipDetails>
				</TechnicalDetails>
			</SoundRecordingEdition>
			<DisplayTitleText IsDefault="true">Comfortably Numb (Second Solo)</DisplayTitleText>
			<DisplayTitle IsDefault="true">
				<TitleText>Comfortably Numb</TitleText>
				<SubTitle>Second Solo</SubTitle>
			</DisplayTitle>
			<DisplayArtistName IsDefault="true">Pink Floyd</DisplayArtistName>
			<DisplayArtist SequenceNumber="1">
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<Contributor SequenceNumber="1">
				<ContributorPartyReference>P1</ContributorPartyReference>
				<Role>Artist</Role>
			</Contributor>
			<Duration>PT3M1S</Duration>
			<ParentalWarningType IsDefault="true">NoAdviceAvailable</ParentalWarningType>
			<RelatedResource>
				<ResourceRelationshipType>IsClipFrom</ResourceRelationshipType>
				<ResourceRelatedResourceReference>A1</ResourceRelatedResourceReference>
			</RelatedResource>
		</SoundRecording>

		<Image>
			<ResourceReference>A4</ResourceReference>
			<Type>FrontCoverImage</Type>
			<ResourceId>
				<ProprietaryId Namespace="PADPIDA1111111111U">123</ProprietaryId>
			</ResourceId>
			<TechnicalDetails>
				<TechnicalResourceDetailsReference>T4</TechnicalResourceDetailsReference>
				<ImageCodecType>JPEG</ImageCodecType>
			</TechnicalDetails>
		</Image>
	</ResourceList>

	<ReleaseList>

		<Release>
			<!-- The album release -->
			<ReleaseReference>R0</ReleaseReference>
			<ReleaseType>Album</ReleaseType>
			<ReleaseId/>
			<DisplayTitleText/>
			<DisplayTitle>
				<TitleText/>
			</DisplayTitle>
			<DisplayArtistName>Pink Floyd</DisplayArtistName>
			<DisplayArtist>
				<ArtistPartyReference>P1</ArtistPartyReference>
				<DisplayArtistRole>MainArtist</DisplayArtistRole>
			</DisplayArtist>
			<ReleaseLabelReference>P2</ReleaseLabelReference>
			<Genre>
				<GenreText/>
			</Genre>
			<ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
			<ResourceGroup>
				<ResourceGroupContentItem>
					<ReleaseResourceReference>A1</ReleaseResourceReference>
				</ResourceGroupContentItem>
				<LinkedReleaseResourceReference>A4</LinkedReleaseResourceReference>
			</ResourceGroup>
		</Release>

		<TrackRelease>
			<ReleaseReference>R1</ReleaseReference>
			<ReleaseId/>
			<ReleaseResourceReference>A1</ReleaseResourceReference>
			<ReleaseLabelReference>P1</ReleaseLabelReference>
			<Genre>
				<GenreText/>
			</Genre>
		</TrackRelease>

		<ClipRelease>
			<ReleaseReference>R_C1</ReleaseReference>
			<ReleaseId>
				<ICPN>91809101019026</ICPN>
			</ReleaseId>
			<DisplayTitleText>Comfortably Numb (First Solo)</DisplayTitleText>
			<DisplayTitle>
				<TitleText>Comfortably Numb</TitleText>
				<SubTitle>First Solo</SubTitle>
			</DisplayTitle>
			<ReleaseResourceReference>A2</ReleaseResourceReference>
			<ReleaseLabelReference>P2</ReleaseLabelReference>
			<Genre>
				<GenreText/>
			</Genre>
		</ClipRelease>
		
		<ClipRelease>
			<ReleaseReference>R_C2</ReleaseReference>
			<ReleaseId>
				<ICPN>91809101019026</ICPN>
			</ReleaseId>
			<DisplayTitleText>Comfortably Numb (Second Solo)</DisplayTitleText>
			<DisplayTitle>
				<TitleText>Comfortably Numb</TitleText>
				<SubTitle>Second Solo</SubTitle>
			</DisplayTitle>
			<ReleaseResourceReference>A3</ReleaseResourceReference>
			<ReleaseLabelReference>P2</ReleaseLabelReference>
			<Genre>
				<GenreText/>
			</Genre>
		</ClipRelease>

	</ReleaseList>

	<DealList>
		<ReleaseDeal>
			<DealReleaseReference>R0</DealReleaseReference>
			<Deal/>
			<!-- Here is the deal for the main release, optional in case this is only about standalone clips -->
		</ReleaseDeal>
		<ReleaseDeal>
			<DealReleaseReference>R1</DealReleaseReference>
			<Deal/>
			<!-- Here is the deal for the full length audio, optional in case this is only about standalone clips -->
		</ReleaseDeal>

		<ReleaseDeal>
			<DealReleaseReference>R_C1</DealReleaseReference>
			<DealReleaseReference>R_C2</DealReleaseReference>
			<Deal/>
			<!-- Here is the deal for the two clips -->
		</ReleaseDeal>

	</DealList>

</ernm:NewReleaseMessage>