Hi,
It would be really cool to have an XML notation that
could render UML diagrams. Something like:
<UML>
<Class Name="MyCustomClass">
<Property Name="Enabled" Type="Boolean" />
<Operation Name="AddSomething" ReturnValue="Integer"/>
<Parameter Name="somethingID" Type="Integer" />
</Operation>
</Class>
</UML>
This would produce a class called MyCustomClass, with a
property called "Enabled" which is a boolean. The class
has an operation called "AddSomething" which in c#
would look like this:
public int AddSomething(int somethingId);
Thanks,
Luke.
Logged In: YES
user_id=1282421
The XML dialect for UML diagrams is XMI. This schema
contains both the model content and the information needed
to render the various diagrams within a model graphically.
Logged In: YES
user_id=1053535
Erm...
1) what does this have to do with MediaWiki, the wiki
software used to power Wikipedia?
2) this tracker is no longer used for that project anyway,
all bugs and requests now being managed at
http://bugzilla.wikimedia.org