Loading 06_built_in_data_types/0603_integer_types/060301_integer/Pos_060301_integer_001/Pos_060301_integer_001.ttcn_ 0 → 100644 +13 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:T.O.D.O ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_060301_integer_001 { import from schema_Pos_060301_integer_001 language "XSD" all; template E1 m_msg := 2147483647; //#TC } No newline at end of file 06_built_in_data_types/0603_integer_types/060301_integer/Pos_060301_integer_001/Pos_060301_integer_001.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <e1el xmlns="schema:Pos_060301_integer_001" >2147483647</e1el> 06_built_in_data_types/0603_integer_types/060301_integer/Pos_060301_integer_001/Pos_060301_integer_001.xsd 0 → 100644 +9 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="schema:Pos_060301_integer_001" xmlns:types="schema:Pos_060301_integer_001"> <simpleType name="e1"> <restriction base="integer"/> </simpleType> <element name="e1el" type="types:e1"/> </schema> Loading
06_built_in_data_types/0603_integer_types/060301_integer/Pos_060301_integer_001/Pos_060301_integer_001.ttcn_ 0 → 100644 +13 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:T.O.D.O ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_060301_integer_001 { import from schema_Pos_060301_integer_001 language "XSD" all; template E1 m_msg := 2147483647; //#TC } No newline at end of file
06_built_in_data_types/0603_integer_types/060301_integer/Pos_060301_integer_001/Pos_060301_integer_001.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <e1el xmlns="schema:Pos_060301_integer_001" >2147483647</e1el>
06_built_in_data_types/0603_integer_types/060301_integer/Pos_060301_integer_001/Pos_060301_integer_001.xsd 0 → 100644 +9 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="schema:Pos_060301_integer_001" xmlns:types="schema:Pos_060301_integer_001"> <simpleType name="e1"> <restriction base="integer"/> </simpleType> <element name="e1el" type="types:e1"/> </schema>