Commit ae4b4aa6 authored by stancakapost's avatar stancakapost
Browse files

fixed tests

parent 4e4ad5b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ module Pos_070608_mixed_content_004 {
   import from schema_Pos_070608_mixed_content_004 language "XSD" all;

   template MyType m_msg := {
       embed_values:= { "Arrival status" },
       embed_values:= { "Arrival status", "Wait for further information." },
       order := {},
       a:= omit,
       b:= omit
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ module Pos_070608_mixed_content_005 {

   import from schema_Pos_070608_mixed_content_005 language "XSD" all;

   template MyType m_msg := {
   template MyComplexTypeElem_14 m_msg := {
       embed_values:= {"Arrival status", "Wait for further information."},
       choice := { b:= false }
   };
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<ns:MyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="schema:Pos_070608_mixed_content_005">Arrival status<b>false</b>Wait for further information.</ns:MyType>
 No newline at end of file
<ns:MyComplexElem-14 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="schema:Pos_070608_mixed_content_005">Arrival status<b>false</b>Wait for further information.</ns:MyComplexElem-14>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
<schema xmlns="http://www.w3.org/2001/XMLSchema"
  targetNamespace="schema:Pos_070608_mixed_content_005"
  xmlns:ns="schema:Pos_070608_mixed_content_005">
  <element name="MyType">
  <element name="MyComplexElem-14">
    <complexType mixed="true">
      <choice>
        <element name="a" type="string"/>