Skip to content

Commit

Permalink
DDEX
Browse files Browse the repository at this point in the history
  • Loading branch information
criadoperez committed Oct 14, 2024
1 parent 99b8dec commit 5951300
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DDEX_messages/ERN_NewReleaseMessage_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@
<StartDate>2023-01-01</StartDate>
<EndDate>2025-12-31</EndDate>
</ValidityPeriod>
<RightsType>ReproductionRight</RightsType>
<RightsType>MakeAvailableRight</RightsType>
<!--
<PercentageOfRightsAssignment>100</PercentageOfRightsAssignment>
-->
</Affiliation>

</Party>
Expand Down
13 changes: 13 additions & 0 deletions DDEX_messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,16 @@ All fields are tagged as `<!-- Compulsory -->` or `<!-- Optional -->`.
`<!-- Compulsory -->` are compulsary fields, and messages will be rejected if they are not included.
`<!-- Optional -->` can either exist or not.
`<!-- Needs to exist --> ` is a field that needs to exist in either the private or the public part of the message, but not required on both.


## Test validation

For v4.3
```bash
curl https://raw.githubusercontent.com/originalworks/protocol/main/DDEX_messages/ERN_NewReleaseMessage_example.xml | xmllint --noout --schema http://ddex.net/xml/ern/43/release-notification.xsd -
```

For v4.3.1
```bash
curl https://raw.githubusercontent.com/originalworks/protocol/main/DDEX_messages/ERN_NewReleaseMessage_example.xml | xmllint --noout --schema http://ddex.net/xml/ern/431/release-notification.xsd -
```

0 comments on commit 5951300

Please sign in to comment.