> 
> Does anybody know if there is an XML Document Type specification for
> representing UML Data dictionaries etc (not neccesarily the diagrams)?

Are you looking for the UML XMI (XML Metaformat Interface or something)? It's at
http://www.omg.org/uml. It is generated from the UML metamodel, so no descriptions
of diagrams are included :-/.

> something like 
> <CLASS name="blargh">
>       <INHERIT name="Super"/>
>       <MEMBER name="foo" returntype="int">
>               <PARAM name="p1" type="char"/>
>               <PARAM name="p2" type="char"/>
>       </MEMBER>
> </CLASS>
> 
> and other UML things, or does the UML spec only deal with 
> drawing pretty
> diagrams?

No. It's a language...

Regards,

Arjan

Reply via email to