Skip to content

Commit

Permalink
Changing schema validation to lax
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Apr 5, 2017
1 parent 1f6dba5 commit 50a117a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/prism/src/main/resources/xml/ns/public/types-3.xsd
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
~ Copyright (c) 2010-2016 Evolveum
~ Copyright (c) 2010-2017 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,7 +30,7 @@
<xsd:documentation>
Basic Prism types.

Version: 3.5
Version: 3.6-SNAPSHOT
Recommended namespace prefix: t
</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -450,7 +450,7 @@
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="strict">
<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax">
<xsd:annotation>
<xsd:appinfo>
<jaxb:dom/>
Expand Down

0 comments on commit 50a117a

Please sign in to comment.