diff options
author | Leif Johansson <leifj@sunet.se> | 2015-10-23 14:17:57 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2015-10-23 14:17:57 +0200 |
commit | acf78be9a6260df9737a475da3d63bc334ef6dac (patch) | |
tree | 2401ae4d518ce84de2664bfa44a36cf05868c401 /schema.xsd | |
parent | 66a18b1f8f1e8e6f832a89d5d5a450610fcf9c2f (diff) |
fix validation issues
Diffstat (limited to 'schema.xsd')
-rw-r--r-- | schema.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,4 +16,5 @@ <import namespace="urn:oasis:names:tc:SAML:metadata:attribute" schemaLocation="sstc-metadata-attr.xsd"/> <import namespace="urn:oasis:names:tc:SAML:metadata:algsupport" schemaLocation="sstc-saml-metadata-algsupport.xsd"/> <import namespace="urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol" schemaLocation="sstc-saml-idp-discovery.xsd"/> +<import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/> </schema> |