Skip to content

Commit

Permalink
DDEX
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez committed Oct 8, 2024
1 parent 51bab3c commit fb03763
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DDEX_messages/DSR_example.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<DSRMessage xmlns="http://ddex.net/xml/dsr/21"
<dsr:SalesReportToRecordCompanyMessage xmlns="http://service.ddex.net/xml/dsr/43/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://ddex.net/xml/dsr/21 http://ddex.net/xml/dsr/21/dsr.xsd"
xsi:schemaLocation="http://service.ddex.net/xml/dsr/43 http://service.ddex.net/xml/dsr/43/sales-reporting.xsd"
LanguageAndScriptCode="en">

<MessageHeader>
Expand Down Expand Up @@ -127,4 +127,4 @@
</Revenue>
</SalesTransaction>
</SalesReport>
</DSRMessage>
</dsr:SalesReportToRecordCompanyMessage>
15 changes: 9 additions & 6 deletions DDEX_messages/ERN_NewReleaseMessage_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@
distributor personnel that that record company or distributor requests be
granted access to the DSP’s systems to administer a release;
-->
<ReleaseAdmin>
<!-- ReleaseAdminId identifies a group of record company personnel to be granted
access to the MessageRecipient’s systems to administer the Release. Note that the communication of user access credentials is out of scope for the NewReleaseMessage.
-->
<!-- OPTIONAL
ReleaseAdminId identifies a group of record company personnel to be granted
access to the MessageRecipient’s systems to administer the Release. Note that the communication of user access credentials is out of scope for the NewReleaseMessage.
<ReleaseAdmin>
<ReleaseAdminId>PADPIDA2014120301</ReleaseAdminId>
<PersonnelDescription>Example Sender</PersonnelDescription> <!-- INDEXED-->
<PersonnelDescription>Example Sender</PersonnelDescription>
<SystemDescription></SystemDescription>
</ReleaseAdmin>
-->

<!-- PartyList communicates metadata about the parties that contributed to
the creation, publication and/or distribution of the releases and resources
Expand All @@ -54,8 +55,10 @@
<PartyList>
<Party> <!-- Parties can either be in a PartyID (DDEX) or PartyName-->
<PartyReference>PADPIDA2014120301</PartyReference>

<PartyId>
<ISNI>0000000080549162</ISNI> <!--ISO 27729 -->
<!-- ISNI is ISO 27729 -->
<ISNI>0000000080549162</ISNI>
<DPID>PADPIDA2014120301</DPID>
</PartyId>

Expand Down

0 comments on commit fb03763

Please sign in to comment.