cessda / cessda.metadata.profiles

Contains DDI Profiles that are used by the CESSDA Metadata Validator Tool
Other
0 stars 0 forks source link

CDC 2.5 Monolingual Profile /codebook/@xml:lang #149

Closed MortenSikt closed 1 year ago

MortenSikt commented 1 year ago

Update the requirements for the attribute from mandatory to recommended in order to ease admission of records provided by dataverse.

<!--ROOT ELEMENT-->
<pr:Used xpath="/codeBook/@xml:lang" isRequired="true">
...
<r:Content>Required: Mandatory</r:Content>
...

Edits should be:

<!--ROOT ELEMENT-->
<pr:Used xpath="/codeBook/@xml:lang" isRequired="false">
...
<r:Content>Required: Recommended</r:Content>
darrenbell2 commented 1 year ago

/codeBook/xml:lang or /codeBook/xml-lang now Recommended (rather than Mandatory) in all CDC profiles.

darrenbell2 commented 1 year ago

Have also now made @xsi:schemaLocation Recommended rather than Mandatory in all profiles, as this has caused issues for some SPs.

matthew-morris-cessda commented 1 year ago

This isn't merged yet, so reopening