Loading 06_built_in_data_types/0601_mapping_of_facets/060105_enumeration/Neg_060105_enumeration_002/Neg_060105_enumeration_002.ttcn_ +2 −2 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.1.5, Verify if tool rejects validation in case of restricted value due xsd type declaration. ** @purpose 9:6.1.5, Verify if tool rejects validation in case of restricted enumerated value length due xsd type declaration. ** @verdict pass reject ***************************************************/ module Neg_060105_enumeration_002 { import from schema_Neg_060105_enumeration_002 language "XSD" all; template E1 m_msg := black; template E1 m_msg := black; // only enumeration elements with 2 to 4 chars are allowed //#TC_Neg } Loading
06_built_in_data_types/0601_mapping_of_facets/060105_enumeration/Neg_060105_enumeration_002/Neg_060105_enumeration_002.ttcn_ +2 −2 Original line number Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.1.5, Verify if tool rejects validation in case of restricted value due xsd type declaration. ** @purpose 9:6.1.5, Verify if tool rejects validation in case of restricted enumerated value length due xsd type declaration. ** @verdict pass reject ***************************************************/ module Neg_060105_enumeration_002 { import from schema_Neg_060105_enumeration_002 language "XSD" all; template E1 m_msg := black; template E1 m_msg := black; // only enumeration elements with 2 to 4 chars are allowed //#TC_Neg }