Commit 60b8419a authored by Pakulin's avatar Pakulin
Browse files

Fixed sample XML file and XSD file to match type declaration in the test

parent 97085058
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<MyType2 xmlns="schema:Pos_050101_namespaces_004">4</MyType2>
<MyType xmlns="schema:Pos_050101_namespaces_004">4</MyType>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
  xmlns:ns1="schema:Pos_050101_namespaces_004">
  <element name="MyType2" type="integer"/>
  <element name="MyType" type="integer"/>
</schema>