Skip to content

Commit

Permalink
DDEX schema correction
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez committed Sep 4, 2024
1 parent ba29fb3 commit f843e07
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DDEX_messages/DSR_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PartyName>
</MessageSender>
<MessageRecipient>
<PartyId>PA-DPIDA-2024072201-A</PartyId>
<PartyId>PADPIDA2024072201A</PartyId>
<PartyName>
<FullName>Original Works</FullName>
</PartyName>
Expand Down
11 changes: 5 additions & 6 deletions DDEX_messages/ERN_NewReleaseMessage_example.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<NewReleaseMessage xmlns="http://ddex.net/xml/ern/43"
<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="4.3"
LanguageAndScriptCode="en">
LanguageAndScriptCode="en" AvsVersionId="4.3">
<!--1. Report deals are not allowed in a NewReleaseMessage.
You need use the UpdateRelease to report the deals
-->
Expand All @@ -16,19 +15,19 @@
-->
<MessageHeader>
<MessageId>MSG12345-01</MessageId>
<MessageCreatedDateTime>2024-06-27T10:00:00Z</MessageCreatedDateTime>
<MessageSender>
<PartyId>PADPIDA2014120301</PartyId>
<PartyName>
<FullName>Example Sender</FullName>
</PartyName>
</MessageSender>
<MessageRecipient>
<PartyId>PA-DPIDA-2024072201-A</PartyId>
<PartyId>PADPIDA2024072201A</PartyId>
<PartyName>
<FullName>Original Works</FullName>
</PartyName>
</MessageRecipient>
<MessageCreatedDateTime>2024-09-24T14:57:25+01:00</MessageCreatedDateTime>
</MessageHeader>

<!-- 2. ReleaseList contains
Expand Down Expand Up @@ -166,4 +165,4 @@
</ReleaseList>


</NewReleaseMessage>
</ern:NewReleaseMessage>
2 changes: 1 addition & 1 deletion DDEX_messages/ERN_TakedownMessage_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PartyName>
</MessageSender>
<MessageRecipient>
<PartyId>PA-DPIDA-2024072201-A</PartyId>
<PartyId>PADPIDA2024072201A</PartyId>
<PartyName>
<FullName>Original Works</FullName>
</PartyName>
Expand Down
2 changes: 1 addition & 1 deletion DDEX_messages/ERN_UpdateReleaseMessage_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PartyName>
</MessageSender>
<MessageRecipient>
<PartyId>PA-DPIDA-2024072201-A</PartyId>
<PartyId>PADPIDA2024072201A</PartyId>
<PartyName>
<FullName>Original Works</FullName>
</PartyName>
Expand Down
2 changes: 1 addition & 1 deletion DDEX_messages/ERN_UpdateReleaseMessage_register_deals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PartyName>
</MessageSender>
<MessageRecipient>
<PartyId>PA-DPIDA-2024072201-A</PartyId>
<PartyId>PADPIDA2024072201A</PartyId>
<PartyName>
<FullName>Original Works</FullName>
</PartyName>
Expand Down
2 changes: 1 addition & 1 deletion DDEX_messages/MWN_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PartyID>ML123</PartyID>
</Sender>
<Recipient>
<PartyName>PA-DPIDA-2024072201-A</PartyName>
<PartyName>PADPIDA2024072201A</PartyName>
<PartyID>Original Works</PartyID>
</Recipient>
</MessageHeader>
Expand Down

0 comments on commit f843e07

Please sign in to comment.