Hello Eric,
As far as I know, according to the XML Schema, there is no provision for a default value for booleans within an XML definition. While the tag is present, since it is self closing and has no attributes, it ends up representing a false value.
If you're attempting to parse business specific XML with its own set of non-standard rules, my advice would be to try and process these specific values by evaluating the string itself.