Loading 06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_003/Pos_060506_gregorian_year_003.ttcn_ +1 −1 Original line number Original line Diff line number Diff line /*************************************************** /*************************************************** ** @author STF 475 ** @author STF 475 ** @version 0.0.1 ** @version 0.0.1 ** @purpose 9:6.5.6, Verify that the gYear type shall be translated to TTCN-3 using the pattern-restricted charstring ** @purpose 9:6.5.6, Verify that the gYear allows positive years greater than 9999 ** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ ***************************************************/ module Pos_060506_gregorian_year_003 { module Pos_060506_gregorian_year_003 { Loading 06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_005/Pos_060506_gregorian_year_005.ttcn_ +1 −1 Original line number Original line Diff line number Diff line /*************************************************** /*************************************************** ** @author STF 475 ** @author STF 475 ** @version 0.0.1 ** @version 0.0.1 ** @purpose 9:6.5.6, Verify that the gYear type shall be translated to TTCN-3 using the pattern-restricted charstring ** @purpose 9:6.5.6, Verify that the gYear accepts negative years ** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ ***************************************************/ module Pos_060506_gregorian_year_005 { module Pos_060506_gregorian_year_005 { Loading 06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_006/Pos_060506_gregorian_year_006.ttcn_ 0 → 100644 +14 −0 Original line number Original line Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.5.6, Verify that the gYear alows negative year with more than 4 digits ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_060506_gregorian_year_006 { import from schema_Pos_060506_gregorian_year_006 language "XSD" all; template E1 m_msg := "-210045"; //#TC } 06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_006/Pos_060506_gregorian_year_006.xml 0 → 100644 +4 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <e1 xmlns="schema:Pos_060506_gregorian_year_006" >-210045</e1> 06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_006/Pos_060506_gregorian_year_006.xsd 0 → 100644 +9 −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="schema:Pos_060506_gregorian_year_006" xmlns:types="schema:Pos_060506_gregorian_year_006"> <simpleType name="t1"> <restriction base="gYear"/> </simpleType> <element name="e1" type="types:t1"/> </schema> Loading
06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_003/Pos_060506_gregorian_year_003.ttcn_ +1 −1 Original line number Original line Diff line number Diff line /*************************************************** /*************************************************** ** @author STF 475 ** @author STF 475 ** @version 0.0.1 ** @version 0.0.1 ** @purpose 9:6.5.6, Verify that the gYear type shall be translated to TTCN-3 using the pattern-restricted charstring ** @purpose 9:6.5.6, Verify that the gYear allows positive years greater than 9999 ** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ ***************************************************/ module Pos_060506_gregorian_year_003 { module Pos_060506_gregorian_year_003 { Loading
06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_005/Pos_060506_gregorian_year_005.ttcn_ +1 −1 Original line number Original line Diff line number Diff line /*************************************************** /*************************************************** ** @author STF 475 ** @author STF 475 ** @version 0.0.1 ** @version 0.0.1 ** @purpose 9:6.5.6, Verify that the gYear type shall be translated to TTCN-3 using the pattern-restricted charstring ** @purpose 9:6.5.6, Verify that the gYear accepts negative years ** @verdict pass accept, ttcn3verdict:pass ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ ***************************************************/ module Pos_060506_gregorian_year_005 { module Pos_060506_gregorian_year_005 { Loading
06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_006/Pos_060506_gregorian_year_006.ttcn_ 0 → 100644 +14 −0 Original line number Original line Diff line number Diff line /*************************************************** ** @author STF 475 ** @version 0.0.1 ** @purpose 9:6.5.6, Verify that the gYear alows negative year with more than 4 digits ** @verdict pass accept, ttcn3verdict:pass ***************************************************/ module Pos_060506_gregorian_year_006 { import from schema_Pos_060506_gregorian_year_006 language "XSD" all; template E1 m_msg := "-210045"; //#TC }
06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_006/Pos_060506_gregorian_year_006.xml 0 → 100644 +4 −0 Original line number Original line Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <e1 xmlns="schema:Pos_060506_gregorian_year_006" >-210045</e1>
06_built_in_data_types/0605_time_types/060506_gregorian_year/Pos_060506_gregorian_year_006/Pos_060506_gregorian_year_006.xsd 0 → 100644 +9 −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="schema:Pos_060506_gregorian_year_006" xmlns:types="schema:Pos_060506_gregorian_year_006"> <simpleType name="t1"> <restriction base="gYear"/> </simpleType> <element name="e1" type="types:t1"/> </schema>