Schema validation with multiple xsd
Abraham Martin
amc203 at cam.ac.uk
Mon Jun 16 12:07:41 EDT 2014
Hi,
We are developing a python app to manage shibboleth SAML metadata. We want
to validate the metadata with the corresponding SAML schema files which,
based on the SAMLSchemaBuilder java file in java-opensaml2, are
saml-schema-metadata-2.0.xsd and the supported metadata
extensions saml-metadata-rpi-v1.0.xsd, sstc-saml-idp-discovery.xsd,
sstc-saml-metadata-ext-query.xsd,
and sstc-saml-metadata-ui-v1.0.xsd. lxml (python) does not supports
multiple xsd as an input to generate a schema validation object in contrast
with Java and the SchemaFactory which accepts a list of files. Anyone knows
a way (or can point me to some reference) to generate a xsd containing
several xsd?
TIA,
Abraham.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20140616/4ae8db33/attachment.html
More information about the dev
mailing list