Closed archi3315 closed 5 years ago
@zach-m could you consider to add this and do a minor release?
Thanks for your contribution. However, your merge request edits an auto-generated file, so this is not the way to go. Let me look at the specs of ONIX3 and get back to you
@archi3315 please double check with your providers.
According to ONIX official documentation, there's no <ResourceLink>
directly under <SupportingResource>
. It's available indirectly under <ResourceVersion>
.
The structure is as follows:
<SupportingResource>
. <ResourceContentType>
. <ContentAudience>
. <Territory>
. . <CountriesIncluded>
. . <RegionsIncluded>
. . <CountriesExcluded>
. . <RegionsExcluded>
. <ResourceMode>
. <ResourceFeature>
. . <ResourceFeatureType>
. . <FeatureValue>
. . <FeatureNote>
. <ResourceVersion>
. . <ResourceForm>
. . <ResourceVersionFeature>
. . . <ResourceVersionFeatureType>
. . . <FeatureValue>
. . . <FeatureNote>
. . <ResourceLink>
. . <ContentDate>
. . . <ContentDateRole>
. . . <DateFormat>
. . . <Date>
For more details download the specs from https://www.editeur.org/files/ONIX%203/ONIX_for_Books_Release3-0_html_Best_Practice+codes_Issue_45_v1-5-2.zip and take a look at paragraph 16 of ONIX_for_Books_Format_Specification_3.0.6.html
.
You are right @zach-m. Thanks!
ONIX 3 standard supports ResourceLink XML element inside SupportingResource