/*************************************************** ** @author STF 521 ** @version 0.0.1 ** @purpose 9:6.1.2, Verify that correct constraint is generated for the minLength facet ** @verdict pass reject ***************************************************/ module Neg_060102_minlength_001 { import from schema_Neg_060102_minlength_001 language "XSD" all; template Test m_msg := "a"; // minLength is 3 -> the string "a" shall be rejected //#TC_Neg }