Loading 05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004.ttcn_ 0 → 100644 +14 −0 Original line number Original line Diff line number Diff line /*************************************************** ** @author STF 487 ** @version 0.0.1 ** @purpose 9:5.2.3, Asure that namespaces are ordered lexically ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_050203_order_of_the_mapping_004 { import from schema_Pos_050203_order_of_the_mapping_004 language "XSD" all; template MyType m_msg := {f1 := {a:= 1}, f2 := {a:= 2}} //#TC } 05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004.xml 0 → 100644 +8 −0 Original line number Original line 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_050203_order_of_the_mapping_004" xmlns:ns1="Pos_050203_order_of_the_mapping_004__MyNamespace" xmlns:ns2="Pos_050203_order_of_the_mapping_004_MyNamespace"> <ns1:f1><ns1:a>1</ns1:a></ns1:f1> <ns2:f2><ns2:a>2</ns2:a></ns2:f2> </ns:MyType> No newline at end of file 05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004.xsd 0 → 100644 +17 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns1="Pos_050203_order_of_the_mapping_004__MyNamespace" xmlns:ns2="Pos_050203_order_of_the_mapping_004_MyNamespace" targetNamespace="schema:Pos_050203_order_of_the_mapping_004" xmlns:ns="schema:Pos_050203_order_of_the_mapping_004"> <import namespace="Pos_050203_order_of_the_mapping_004__MyNamespace" schemaLocation="Pos_050203_order_of_the_mapping_004_1.xsd"/> <import namespace="Pos_050203_order_of_the_mapping_004_MyNamespace" schemaLocation="Pos_050203_order_of_the_mapping_004_2.xsd"/> <element name="MyType"> <complexType> <sequence> <element name="f1" type="ns1:MyType1"/> <element name="f2" type="ns2:MyType2"/> </sequence> </complexType> </element> </schema> No newline at end of file 05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004_1.xsd 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="Pos_050203_order_of_the_mapping_004__MyNamespace" xmlns:ns="Pos_050203_order_of_the_mapping_004__MyNamespace"> <complexType name="Test1"> <sequence> <element name="a" type="integer"/> </sequence> </complexType> </schema> No newline at end of file 05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004_2.xsd 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="Pos_050203_order_of_the_mapping_004_MyNamespace" xmlns:ns="Pos_050203_order_of_the_mapping_004_MyNamespace"> <complexType name="Test2"> <sequence> <element name="a" type="integer"/> </sequence> </complexType> </schema> No newline at end of file Loading
05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004.ttcn_ 0 → 100644 +14 −0 Original line number Original line Diff line number Diff line /*************************************************** ** @author STF 487 ** @version 0.0.1 ** @purpose 9:5.2.3, Asure that namespaces are ordered lexically ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_050203_order_of_the_mapping_004 { import from schema_Pos_050203_order_of_the_mapping_004 language "XSD" all; template MyType m_msg := {f1 := {a:= 1}, f2 := {a:= 2}} //#TC }
05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004.xml 0 → 100644 +8 −0 Original line number Original line 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_050203_order_of_the_mapping_004" xmlns:ns1="Pos_050203_order_of_the_mapping_004__MyNamespace" xmlns:ns2="Pos_050203_order_of_the_mapping_004_MyNamespace"> <ns1:f1><ns1:a>1</ns1:a></ns1:f1> <ns2:f2><ns2:a>2</ns2:a></ns2:f2> </ns:MyType> No newline at end of file
05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004.xsd 0 → 100644 +17 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns1="Pos_050203_order_of_the_mapping_004__MyNamespace" xmlns:ns2="Pos_050203_order_of_the_mapping_004_MyNamespace" targetNamespace="schema:Pos_050203_order_of_the_mapping_004" xmlns:ns="schema:Pos_050203_order_of_the_mapping_004"> <import namespace="Pos_050203_order_of_the_mapping_004__MyNamespace" schemaLocation="Pos_050203_order_of_the_mapping_004_1.xsd"/> <import namespace="Pos_050203_order_of_the_mapping_004_MyNamespace" schemaLocation="Pos_050203_order_of_the_mapping_004_2.xsd"/> <element name="MyType"> <complexType> <sequence> <element name="f1" type="ns1:MyType1"/> <element name="f2" type="ns2:MyType2"/> </sequence> </complexType> </element> </schema> No newline at end of file
05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004_1.xsd 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="Pos_050203_order_of_the_mapping_004__MyNamespace" xmlns:ns="Pos_050203_order_of_the_mapping_004__MyNamespace"> <complexType name="Test1"> <sequence> <element name="a" type="integer"/> </sequence> </complexType> </schema> No newline at end of file
05_mapping_xml_schemas/0502_name_conversion/050203_order_of_the_mapping/Pos_050203_order_of_the_mapping_004/Pos_050203_order_of_the_mapping_004_2.xsd 0 → 100644 +10 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="Pos_050203_order_of_the_mapping_004_MyNamespace" xmlns:ns="Pos_050203_order_of_the_mapping_004_MyNamespace"> <complexType name="Test2"> <sequence> <element name="a" type="integer"/> </sequence> </complexType> </schema> No newline at end of file