Loading 06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_001/Neg_060212_any_uri_001.ttcn_ 0 → 100644 +14 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.2.12, Verify mapping of an anyURI type ** @verdict pass reject ***************************************************/ module Neg_060212_any_uri_001 { import from schema_Neg_060212_any_uri_001 language "XSD" all; template E1 m_msg := "http://etsi.org\r\n\t";//String with no CRLFHT //#TC_Neg } 06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_001/Neg_060212_any_uri_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:Neg_060212_any_uri_001" xmlns:ns="schema:Neg_060212_any_uri_001"> <simpleType name="t1"> <restriction base="anyURI"/> </simpleType> <element name="e1" type="ns:t1"/> </schema> No newline at end of file 06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_002/Neg_060212_any_uri_002.ttcn_ 0 → 100644 +14 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.2.12, Verify mapping of an anyURI type ** @verdict pass reject ***************************************************/ module Neg_060212_any_uri_002 { import from schema_Neg_060212_any_uri_002 language "XSD" all; template E1 m_msg := "http://etsi.org ";//String with no HT - Horizontal TAB //#TC_Neg } 06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_002/Neg_060212_any_uri_002.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:Neg_060212_any_uri_002" xmlns:ns="schema:Neg_060212_any_uri_002"> <simpleType name="t1"> <restriction base="anyURI"/> </simpleType> <element name="e1" type="ns:t1"/> </schema> No newline at end of file 06_built_in_data_types/0602_string_types/060212_any_uri/Pos_060212_any_uri_001/Pos_060212_any_uri_001.ttcn_ 0 → 100644 +14 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.2.12, Verify mapping of an anyURI type ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_060212_any_uri_001 { import from schema_Pos_060212_any_uri_001 language "XSD" all; template E1 m_msg := "http://etsi.org"; //#TC } Loading
06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_001/Neg_060212_any_uri_001.ttcn_ 0 → 100644 +14 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.2.12, Verify mapping of an anyURI type ** @verdict pass reject ***************************************************/ module Neg_060212_any_uri_001 { import from schema_Neg_060212_any_uri_001 language "XSD" all; template E1 m_msg := "http://etsi.org\r\n\t";//String with no CRLFHT //#TC_Neg }
06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_001/Neg_060212_any_uri_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:Neg_060212_any_uri_001" xmlns:ns="schema:Neg_060212_any_uri_001"> <simpleType name="t1"> <restriction base="anyURI"/> </simpleType> <element name="e1" type="ns:t1"/> </schema> No newline at end of file
06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_002/Neg_060212_any_uri_002.ttcn_ 0 → 100644 +14 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.2.12, Verify mapping of an anyURI type ** @verdict pass reject ***************************************************/ module Neg_060212_any_uri_002 { import from schema_Neg_060212_any_uri_002 language "XSD" all; template E1 m_msg := "http://etsi.org ";//String with no HT - Horizontal TAB //#TC_Neg }
06_built_in_data_types/0602_string_types/060212_any_uri/Neg_060212_any_uri_002/Neg_060212_any_uri_002.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:Neg_060212_any_uri_002" xmlns:ns="schema:Neg_060212_any_uri_002"> <simpleType name="t1"> <restriction base="anyURI"/> </simpleType> <element name="e1" type="ns:t1"/> </schema> No newline at end of file
06_built_in_data_types/0602_string_types/060212_any_uri/Pos_060212_any_uri_001/Pos_060212_any_uri_001.ttcn_ 0 → 100644 +14 −0 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.2.12, Verify mapping of an anyURI type ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_060212_any_uri_001 { import from schema_Pos_060212_any_uri_001 language "XSD" all; template E1 m_msg := "http://etsi.org"; //#TC }