You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XMLResolution is able to download the mix20.xsd from the above schema reference, so presumably the AIP descriptor is validated against the schema during the ingest process.
It looks like the template generating the AIP descriptor does not put the schema location in for daitss and textMD. For DocMD, it's missing the xmlns prefix. I will work on fixing them.
Per PREMIS schema, sub-schema wrapped inside PREMIS are validated as long as correct schema location is provided.
This is related to #713:
Currently our AIP descriptors appear to reference some schema namespaces without including a schemalocation.
An example from ripple IEID EN4HCFV1P_V0BPS0:
http://www.loc.gov/standards/textMD/textMD.xsd itself doesn't appear to include a targetNamespace:
Would that prevent us from validating the AIP descriptor against this schema?
Is our objective to be able to validate AIP descriptors against all relevant format-specific schemas?
In this example we do reference another format-specific schema in the AIP descriptor (although we seem to be missing a namespace declaration):
Would AIP descriptor validation be able to validate against audioObject.xsd in the above AIP descriptor?
Elsewhere in that same AIP descriptor file:
Carol and I discussed this issue, and she thinks that ideally we do want to be sure to validate AIP descriptors against format-specific schemas.
The text was updated successfully, but these errors were encountered: