Allow nameless sessions in session.xsd
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 14 Jun 2016 18:53:37 +0000 (14:53 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 29 Jun 2016 15:47:19 +0000 (11:47 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/config/session.xsd

index 550fea0ee2376d427860d0b1a6744aad003558dc..9ea83243f9dbfa2edb94f148c621c1045b763a3e 100644 (file)
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-elementFormDefault="qualified" version="2.8">
+elementFormDefault="qualified" version="3.0">
 
 <xs:simpleType name="name_type">
        <xs:restriction base="xs:string">
This page took 0.028608 seconds and 5 git commands to generate.