[Uml-devel] [Bug 105660] XMLSchema code generator doesn't include private attributes
Vincent Ricard
kde at magicninja.org
Mon Oct 31 05:59:29 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=105660
------- Additional Comments From kde magicninja org 2005-10-30 18:31 -------
Extracted from xmlschemawriter.cpp:
switch(at->getVisibility())
{
case Uml::Visibility::Public:
case Uml::Visibility::Protected:
attribs.append(at);
break;
case Uml::Visibility::Private:
// DO NOTHING! no way to print in the schema
break;
}
So, the patch would be simple, but the author has maybe a good reason to not generate the private attributes...
More information about the umbrello-devel
mailing list