Commit 63ebc9b4 authored by stancakapost's avatar stancakapost
Browse files
parent 6c5a343a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ This test cases uses a special XML Schema for validation due to problems in Xerc

The schema documents Pos_050101_namespaces_004.xsd and Pos_050101_namespaces_004_1.xsd were merged manually. The resulting XSD was saved as test_data/Pos_050101_namespaces_004_merged.xsd .

Any changes in the original schema documents mus be reflected in test_data/Pos_050101_namespaces_004_merged.xsd .
 No newline at end of file
Any changes in the original schema documents must be reflected in test_data/Pos_050101_namespaces_004_merged.xsd .
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<MyType>4</MyType>
<MyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">4</MyType>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
<e1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="schema:Pos_060101_length_001"
>length_010</e1>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
<e1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="schema:Pos_060101_length_002"
>A B C</e1>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<e1
<e1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="schema:Pos_060105_enumeration_001"
>on</e1>
Loading