erasmus-without-paper / ewp-specs-api-discovery

Specifications of EWP's Discovery API.
MIT License
3 stars 1 forks source link

Change `processContents` to `lax` #9

Closed wrygiel closed 8 years ago

wrygiel commented 8 years ago

Just a technicality.

As described in issue #6, we now allow the manifest to refer to externally declared APIs. We do recommend that such APIs should declare their own schema for manifest entries, but I believe that the current setting of processContents="strict" is a bit exaggerated. This will cause many XML Schema validators to fail simply because they cannot locate the proper schema.

I propose to change it to lax.