Commit a760b8ab authored by pintar's avatar pintar
Browse files

A prefix was added to the namespace in xml files.

xsd and xml files were checked with XSD validator. 
parent 5bc0c4c7
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
  xmlns="schema:Pos_070607_attribute_definitions_attribute_and_attributegroup_references_003"
barInAgroup="text" barLocal="text1" dingInAgroup="1" dingLocal="2" fooInAgroup="1.0" fooLocal="2.0" barGlobal="text2" dingGlobal="1" fooGlobal="3.0">
<ns:e1 xmlns:xsi="http://www.w3.org/2001/XMLSchema"
       xmlns:ns="schema:Pos_070607_attribute_definitions_attribute_and_attributegroup_references_003"
barInAgroup="text" barLocal="text1" dingInAgroup="1" dingLocal="2" fooInAgroup="1.0" fooLocal="2.0" ns:barGlobal="text2" ns:dingGlobal="1" ns:fooGlobal="3.0">
<elem>text1234</elem>
</e1>
</ns:e1>
 No newline at end of file