option_3=CustomOption(name="custom1",doc="a first custom variable",multi=True,properties=frozenset({"basic","mandatory","notempty"}),informations={'type':'custom'})
option_4=CustomOption(name="custom2",doc="a second custom variable",multi=True,default=["value"],default_multi="value",properties=frozenset({"mandatory","notempty","standard"}),informations={'type':'custom'})
option_7=CustomOption(name="custom1",doc="a first custom variable",multi=True,properties=frozenset({"basic","mandatory","notempty"}),informations={'type':'custom'})
option_8=CustomOption(name="custom2",doc="a second custom variable",multi=True,default=["value"],default_multi="value",properties=frozenset({"mandatory","notempty","standard"}),informations={'type':'custom'})