Commit 810436e3 authored by pintar's avatar pintar
Browse files

Correct syntax in case of NoTargetNamespace

parent ced5012d
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -5,8 +5,11 @@
 ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 ***************************************************/
 ***************************************************/
module Pos_070607_attribute_definitions_attribute_and_attributegroup_references_002 {
module Pos_070607_attribute_definitions_attribute_and_attributegroup_references_002 {
//FIXME XSD file is generated without a target namespace and probably import line need to be fixed 
    
    import from schema_Pos_070607_attribute_definitions_attribute_and_attributegroup_references_002 language "XSD" all;
    import from NoTargetNamespace language "XSD" all
        with {
            extension "File:../Pos_070607_attribute_definitions_attribute_and_attributegroup_references_002.xsd";
        };


    template E1 m_msg := {
    template E1 m_msg := {
        barInAgroup := "text",
        barInAgroup := "text",