Clip samples

Below are seven samples showing how to communicate clips in ERN 4.3.x: 

  • Sample 1 contains one sound recording with a short preview clip. This clip is provided just as an instruction to the DSP to generate. There is no deal for this clip as it's just a preview.

  • Sample 2 is the same as Sample 1 with one difference: the record company has provided the preview clip file as part of the delivery.

  • Sample 3 is the same as Sample 2 with one difference: the deal for the track release also provides a visibility date.

  • Sample 4 is the same as Sample 2 with one difference: the clip is not "just" a preview anymore. Thus the sample also contains a second Deal.

  • Sample 5 updates Sample 4 so that the clip is now communicated on its own – and not together with its parent recording. Thus the type of the SoundRecording is now Clip and there are no ClipDetails. Also, a ClipRelease needs to be present whereas the Release and TrackRelease composites may be omitted.
    While this violates the relevant rules of the ERN profile standard as currently published, DDEX is considering updating the ERN profile to align its text with the above guidance.

  • While Samples 1-4 communicate the (preview) clip as part of the parent SoundRecording, Sample 6 creates a separate SoundRecordingfor the clip as the title has been changed from "Script of a Jester's Tear" to "Script of a Jester's Tear (Intro Clip)". As a consequence, a ClipRelease had to be added into the ReleaseList.

  • Sample 7 shows how multiple clips can be taken from a single sound recording. This sample is based on Sample 4 and provides two samples that may be made available by the receiving DSP under the same commercial terms.

 Sample 1 (preview clip)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/43"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/43 http://service.ddex.net/xml/ern/43/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
    
    <!-- This sample is solely for the porpose of showcasing clips and previews in ERN 4.3 -->
    <!-- This sample, while validating against the ERN 4.3 XSD does NOT follow all relevant profile rules -->
    
    <!-- Sample 1: Preview delivered by the record company -->
    
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>2022-11-07T10:50:00Z</MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>false</IsClip>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1P</TechnicalResourceDetailsReference>
                        <ClipType>Preview</ClipType>
                        <Timing>
                            <StartPoint>93</StartPoint>
                            <EndPoint>103</EndPoint>
                        </Timing>
                        <ExpressionType>Instructive</ExpressionType>
                    </ClipDetails>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
        </SoundRecording>
    </ResourceList>
    <ReleaseList>
        <TrackRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
        </TrackRelease>
    </ReleaseList>
    <DealList>
        <ReleaseDeal>
            <DealReleaseReference>R1</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2022-12-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
        </ReleaseDeal>
    </DealList>   
</ern:NewReleaseMessage>
 Sample 2 (preview clip with clip resource file)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/43"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/43 http://service.ddex.net/xml/ern/43/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
    
    <!-- This sample is solely for the porpose of showcasing clips and previews in ERN 4.3 -->
    <!-- This sample, while validating against the ERN 4.3 XSD does NOT follow all relevant profile rules -->
    
    <!-- Sample 1: Preview for DSP to generate -->
    
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>2022-11-07T10:50:00Z</MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>false</IsClip>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1P</TechnicalResourceDetailsReference>
                        <ClipType>Preview</ClipType>
                        <Timing>
                            <StartPoint>93</StartPoint>
                            <EndPoint>103</EndPoint>
                        </Timing>
                        <ExpressionType>Informative</ExpressionType>
                        <DeliveryFile>
                            <Type>AudioFile</Type>
                            <File>
                                <URI>file://0000000114819103-clip-64.mp3</URI>
                            </File>
                        </DeliveryFile>
                    </ClipDetails>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
        </SoundRecording>
    </ResourceList>
    <ReleaseList>
        <TrackRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
        </TrackRelease>
    </ReleaseList>
    <DealList>
        <ReleaseDeal>
            <DealReleaseReference>R1</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2022-12-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
        </ReleaseDeal>
    </DealList>
</ern:NewReleaseMessage>

 Sample 3 (preview clip with a preview date)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/43"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/43 http://service.ddex.net/xml/ern/43/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
    
    <!-- This sample is solely for the porpose of showcasing clips and previews in ERN 4.3 -->
    <!-- This sample, while validating against the ERN 4.3 XSD does NOT follow all relevabt profile rules -->
    
    <!-- Sample 3: Preview for DSP to generate (with preview date)-->
    
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>2022-11-07T10:50:00Z</MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>false</IsClip>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1P</TechnicalResourceDetailsReference>
                        <ClipType>Preview</ClipType>
                        <Timing>
                            <StartPoint>93</StartPoint>
                            <EndPoint>103</EndPoint>
                        </Timing>
                        <ExpressionType>Informative</ExpressionType>
                        <DeliveryFile>
                            <Type>AudioFile</Type>
                            <File>
                                <URI>file://0000000114819103-clip-64.mp3</URI>
                            </File>
                        </DeliveryFile>
                    </ClipDetails>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1P2</TechnicalResourceDetailsReference>
                        <ClipType>Preview</ClipType>
                        <Timing>
                            <StartPoint>293</StartPoint>
                            <EndPoint>303</EndPoint>
                        </Timing>
                        <ExpressionType>Informative</ExpressionType>
                        <DeliveryFile>
                            <Type>AudioFile</Type>
                            <File>
                                <URI>file://0000000114819103-clip-64.mp3</URI>
                            </File>
                        </DeliveryFile>
                    </ClipDetails>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
        </SoundRecording>
    </ResourceList>
    <ReleaseList>
        <TrackRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
            <ReleaseVisibilityReference>V1</ReleaseVisibilityReference>
        </TrackRelease>
    </ReleaseList>
    <DealList>
        <ReleaseDeal>
            <DealReleaseReference>R1</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2022-12-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
        </ReleaseDeal>
        <ReleaseVisibility>
            <VisibilityReference>V1</VisibilityReference>
            <ClipPreviewStartDateTime>2022-11-25T00:00:00Z</ClipPreviewStartDateTime>
        </ReleaseVisibility>
    </DealList>
</ern:NewReleaseMessage>

 Sample 4 (standalone clip)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/43"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/43 http://service.ddex.net/xml/ern/43/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
    
    <!-- This sample is solely for the porpose of showcasing clips and previews in ERN 4.3 -->
    <!-- This sample, while validating against the ERN 4.3 XSD does NOT follow all relevant profile rules -->
    
    <!-- Sample 4: Clip, delivered by the record company with a simple deal for the clip  -->
    
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>2022-11-07T10:50:00Z</MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>false</IsClip>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1C</TechnicalResourceDetailsReference>
                        <ClipType>StandaloneClip</ClipType>
                        <Timing>
                            <StartPoint>93</StartPoint>
                            <EndPoint>103</EndPoint>
                        </Timing>
                        <ExpressionType>Instructive</ExpressionType>
                    </ClipDetails>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
        </SoundRecording>
    </ResourceList>
    <ReleaseList>
        <TrackRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
        </TrackRelease>       
    </ReleaseList>
    <DealList>
        <ReleaseDeal>
            <DealReleaseReference>R1</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2022-12-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2023-01-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
                <DealTechnicalResourceDetailsReferenceList>
                    <DealTechnicalResourceDetailsReference>T1C</DealTechnicalResourceDetailsReference>
                </DealTechnicalResourceDetailsReferenceList>
            </Deal>
        </ReleaseDeal>
    </DealList>   
</ern:NewReleaseMessage>

 Sample 5 (ClipRelease)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/431"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/431
    http://service.ddex.net/xml/ern/431/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
    
    <!-- This sample is solely for the puorpose of showcasing clips 
         and previews in ERN 4.3.1 -->
    <!-- This sample, while validating against the ERN 4.3.1 XSD does 
         NOT follow all relevant profile rules -->
    
    <!-- Sample 5: Standalone Clip, delivered separate from its “host”  -->
    
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>
            2022-11-07T10:50:00Z
        </MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>Clip</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>
                        T1
                    </TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>true</IsClip>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
            <RelatedResource>
                <ResourceRelationshipType>IsClipFrom</ResourceRelationshipType>
                <ResourceId><ISRC>IsrcOfTheHostRecording</ISRC></ResourceId>
            </RelatedResource>
        </SoundRecording>
    </ResourceList>
    <ReleaseList>
        <ClipRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <DisplayGenre>
                <GenreText/>
            </DisplayGenre>
        </ClipRelease>
    </ReleaseList>
</ern:NewReleaseMessage>
 Sample 6 (standalone clip with separate metadata)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/43"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/43 http://service.ddex.net/xml/ern/43/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
 
    <!-- This sample is solely for the porpose of showcasing clips and previews in ERN 4.3 -->
    <!-- This sample, while validating against the ERN 4.3 XSD does NOT follow all relevabt profile rules -->
 
    <!-- Sample 6: Clip with seperate metadata -->
 
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>2022-11-07T10:50:00Z</MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
            <RelatedResource>
                <ResourceRelationshipType>HasClip</ResourceRelationshipType>
                <ResourceRelatedResourceReference>A2</ResourceRelatedResourceReference>
            </RelatedResource>           
        </SoundRecording>
 
        <SoundRecording>
            <ResourceReference>A2</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ProprietaryId Namespace="PADPIDASENDER">0000000114819103CLIP</ProprietaryId>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T2</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103CLIP-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>true</IsClip>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1C</TechnicalResourceDetailsReference>
                        <ClipType>StandaloneClip</ClipType>
                        <Timing>
                            <StartPoint>93</StartPoint>
                            <EndPoint>103</EndPoint>
                        </Timing>
                        <ExpressionType>Instructive</ExpressionType>
                    </ClipDetails>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear (Intro Clip)</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
                <SubTitle>Intro Clip</SubTitle>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
            <RelatedResource>
                <ResourceRelationshipType>IsClipFrom</ResourceRelationshipType>
                <ResourceRelatedResourceReference>A1</ResourceRelatedResourceReference>
            </RelatedResource>
        </SoundRecording>
 
    </ResourceList>
    <ReleaseList>
        <TrackRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
        </TrackRelease>
        <ClipRelease>
            <ReleaseReference>R2</ReleaseReference>
            <ReleaseId>
                <ProprietaryId Namespace="PADPIDASENDER">0000000114819103CLIPRelease</ProprietaryId>
            </ReleaseId>
            <ReleaseResourceReference>A2</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
        </ClipRelease>
    </ReleaseList>
    <DealList>
        <ReleaseDeal>
            <DealReleaseReference>R1</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2022-12-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
        </ReleaseDeal>
        <ReleaseDeal>
            <DealReleaseReference>R2</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2023-01-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
        </ReleaseDeal>
    </DealList>
</ern:NewReleaseMessage> 

 Sample 7 (preview clip)
<?xml version="1.0" encoding="UTF-8"?>
<ern:NewReleaseMessage xmlns:ern="http://ddex.net/xml/ern/43"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://ddex.net/xml/ern/43 http://service.ddex.net/xml/ern/43/release-notification.xsd"
    AvsVersionId="3" LanguageAndScriptCode="en">
    
    <!-- This sample is solely for the porpose of showcasing clips and previews in ERN 4.3 -->
    <!-- This sample, while validating against the ERN 4.3 XSD does NOT follow all relevant profile rules -->
    
    <!-- Sample 7: Multiple clips  -->
    
    <MessageHeader>
        <MessageId/>
        <MessageSender>
            <PartyId>PADPIDASENDER</PartyId>
        </MessageSender>
        <MessageRecipient>
            <PartyId>PADPIDARECIPIENT</PartyId>
        </MessageRecipient>
        <MessageCreatedDateTime>2022-11-07T10:50:00Z</MessageCreatedDateTime>
    </MessageHeader>
    <PartyList>
        <Party>
            <PartyReference>P1</PartyReference>
            <PartyName>
                <FullName>Marillion</FullName>
            </PartyName>
            <PartyId>
                <ISNI>0000000114819103</ISNI>
            </PartyId>
        </Party>
        <Party>
            <PartyReference>P2</PartyReference>
            <PartyName>
                <FullName>Parlophone UK</FullName>
            </PartyName>
        </Party>
    </PartyList>
    <ResourceList>
        <SoundRecording>
            <ResourceReference>A1</ResourceReference>
            <Type>MusicalWorkSoundRecording</Type>
            <SoundRecordingEdition>
                <ResourceId>
                    <ISRC>GBAYE8300142</ISRC>
                </ResourceId>
                <TechnicalDetails>
                    <TechnicalResourceDetailsReference>T1</TechnicalResourceDetailsReference>
                    <DeliveryFile>
                        <Type>AudioFile</Type>
                        <File>
                            <URI>file://0000000114819103-128.mp3</URI>
                        </File>
                    </DeliveryFile>
                    <IsClip>false</IsClip>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1C1</TechnicalResourceDetailsReference>
                        <ClipType>StandaloneClip</ClipType>
                        <Timing>
                            <StartPoint>93</StartPoint>
                            <EndPoint>103</EndPoint>
                        </Timing>
                        <ExpressionType>Instructive</ExpressionType>
                    </ClipDetails>
                    <ClipDetails>
                        <TechnicalResourceDetailsReference>T1C2</TechnicalResourceDetailsReference>
                        <ClipType>StandaloneClip</ClipType>
                        <Timing>
                            <StartPoint>200</StartPoint>
                            <EndPoint>204</EndPoint>
                        </Timing>
                        <ExpressionType>Instructive</ExpressionType>
                    </ClipDetails>
                </TechnicalDetails>
            </SoundRecordingEdition>
            <DisplayTitleText>Script for a Jester's Tear</DisplayTitleText>
            <DisplayTitle>
                <TitleText>Script for a Jester's Tear</TitleText>
            </DisplayTitle>
            <DisplayArtistName>Marillion</DisplayArtistName>
            <DisplayArtist>
                <ArtistPartyReference>P1</ArtistPartyReference>
                <DisplayArtistRole>MainArtist</DisplayArtistRole>
            </DisplayArtist>
            <Duration>PT8M44S</Duration>
            <ParentalWarningType>NoAdviceAvailable</ParentalWarningType>
        </SoundRecording>
    </ResourceList>
    <ReleaseList>
        <TrackRelease>
            <ReleaseReference>R1</ReleaseReference>
            <ReleaseId/>
            <ReleaseResourceReference>A1</ReleaseResourceReference>
            <ReleaseLabelReference>P2</ReleaseLabelReference>
            <Genre>
                <GenreText/>
            </Genre>
        </TrackRelease>       
    </ReleaseList>
    <DealList>
        <ReleaseDeal>
            <DealReleaseReference>R1</DealReleaseReference>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2022-12-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
            </Deal>
            <Deal>
                <DealTerms>
                    <ValidityPeriod>
                        <StartDate>2023-01-01</StartDate>
                    </ValidityPeriod>
                </DealTerms>
                <DealTechnicalResourceDetailsReferenceList>
                    <DealTechnicalResourceDetailsReference>T1C1</DealTechnicalResourceDetailsReference>
                    <DealTechnicalResourceDetailsReference>T1C2</DealTechnicalResourceDetailsReference>
                </DealTechnicalResourceDetailsReferenceList>
            </Deal>
        </ReleaseDeal>
    </DealList>   
</ern:NewReleaseMessage>

Handling resource files for clips

When sending a clip as an update to a previously sent NewReleaseMessage, the record company has several options (as indicated above):

  • The record company can choose to instruct the DSP on how to create the clip from a previously communicated sound recording.
    In that case the record company would need to send an update NewReleaseMessage, describing all resources and providing all above Deals.
    The new clip would be communicated as a Clip with ClipDetails within the relevant TechnicalDetails composite. The ExpressionType inside the ClipDetails would need to be set to Instructive.
    In this case there is no need to re-send any resource files.

  • The record company can choose to generate the clips on their own and send them to the DSP. In this case there are two options:

    • The record company can communicate the clip in an update to the original NewReleaseMessage.
      In that case the record company would need to send a complete NewReleaseMessage, describing all resources and providing all above Deals. The new clip would be communicated as a Clip with ClipDetails within the relevant TechnicalDetails composite. The ExpressionType inside the ClipDetails would need to be set to Instructive.

      In this case the record company will need to re-send all secondary resource files (such as cover art images and clip files); they would not need to re-send any primary resource files.

    • The record company can communicate the clip in a separate NewReleaseMessage as shown in Sample 5, albeit with ClipDetails and with the ExpressionType set to Informative.