Commit f6a333f4 authored by stancakapost's avatar stancakapost
Browse files

new tests added

parent 172ba401
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,6 +16,6 @@ module Pos_070101_id_001 {


   template E01 m_base := "test";
   template E01 m_base := "test";
   template MyType m_msg := m_base;
   template MyType m_msg := m_base;
//#TC


//#TC
}
}
+12 −6
Original line number Original line Diff line number Diff line
@@ -2,5 +2,11 @@
<schema xmlns="http://www.w3.org/2001/XMLSchema"
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="schema:Pos_070101_id_001"
    targetNamespace="schema:Pos_070101_id_001"
    xmlns:ns="schema:Pos_070101_id_001">
    xmlns:ns="schema:Pos_070101_id_001">
  <element name="MyType" id="e01" type="string" />
 <complexType name="ProductType">
   <sequence>
     <element name="name" type="string"/>
     <element name="price" type="string"/>
   </sequence>
   <attribute ref="id" use="required" />
 </complexType>
</schema>
</schema>
 No newline at end of file