Fix: XML declaration must be at beginning of XSD file
authorChristian Babeux <christian.babeux@efficios.com>
Thu, 10 Apr 2014 21:16:39 +0000 (17:16 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 14 Apr 2014 14:35:43 +0000 (10:35 -0400)
Move down license information to fix the parser error :
XML declaration allowed only at the start of the document

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/config/session.xsd

index 910f070ead2e5745cd7b4e9d7c99fa30848f72a0..7c3e9d8fc684d712fc2a467a3779a2458fdb46a3 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 Copyright (c) 2014 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
 
 <!--
 Copyright (c) 2014 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
 
@@ -19,7 +20,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 -->
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 -->
-<?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
 elementFormDefault="qualified" version="2.5">
 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
 elementFormDefault="qualified" version="2.5">
 
This page took 0.026865 seconds and 5 git commands to generate.