[BUG] IsFlag property for Enums (v4.1.41)
Posted: Thu 22 Sep 2011 15:57
When you set the IsFlag property for Enum-Types in the newest Version of ED, it stores
in the .edml file. The problem is, that "True" is not the valid boolean string value according to the XML-Schema. It should be "true" instead.
This results in always getting the following error when running the code generation: "Custom tool error: The 'IsFlags' attribute is invalid - The value 'True' is invalid according to its datatype 'http://www.w3.org/2001/XMLSchema:boolean' - The string 'True' is not a valid Boolean value."
Code: Select all
This results in always getting the following error when running the code generation: "Custom tool error: The 'IsFlags' attribute is invalid - The value 'True' is invalid according to its datatype 'http://www.w3.org/2001/XMLSchema:boolean' - The string 'True' is not a valid Boolean value."