option_3=StrOption(name="var1",doc="the first variable",properties=frozenset({"basic","mandatory"}),informations={'type':'string','test':('test',)})
option_4=StrOption(name="var2",doc="the second variable",default="value",properties=frozenset({"mandatory","standard"}),informations={'type':'string','test':('test',)})
option_5=StrOption(name="var3",doc="the third variable",properties=frozenset({"basic","mandatory"}),informations={'type':'string','test':('test1','test2')})
option_11=StrOption(name="var1",doc="the first variable",properties=frozenset({"basic","mandatory"}),informations={'type':'string','test':('test',)})
option_12=StrOption(name="var2",doc="the second variable",default="value",properties=frozenset({"mandatory","standard"}),informations={'type':'string','test':('test',)})
option_13=StrOption(name="var3",doc="the third variable",properties=frozenset({"basic","mandatory"}),informations={'type':'string','test':('test1','test2')})