MIMB can import and export XML DTD... example attached!

Davor Gornik
Marketing Engineer Rose Business Unit
Rational Software      Tel: +49-89-62838-249
Keltenring 15          Fax: +49-89-62838-549
82041 Oberhaching      Cel: +49-170-4532-249
Germany                Email: [EMAIL PROTECTED]
--------------------------------------------------------------------

Rational User Conference 2001
July 22 - 26,  2001 * Denver, CO, USA
http://www.rational.com/ruc


-----Original Message-----
From: Alex Polack [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 26, 2001 5:24 PM
To: Gornik, Davor; Carsten Mielke; Rose Forum
Subject: Re: (ROSE) UML to DTD


Based on the description posted on the web site, MIMB can only import XML
DTD
and export it to Rose.  It does not seem (from the description) to do the
reverse that Carsten is asking about.

However, you can produce and XMI file out of Rose, then use the XML
Extensibility (www.extensibility.com) to get a DTD or a
Schema from you XML file.

Regards,
Alex

----- Original Message -----
From: "Gornik, Davor" <[EMAIL PROTECTED]>
To: "Carsten Mielke" <[EMAIL PROTECTED]>; "Rose Forum"
<[EMAIL PROTECTED]>
Sent: Friday, January 26, 2001 1:56 AM
Subject: RE: (ROSE) UML to DTD


>
> Use the metaintegration MIMB bridge... www.metaintegration.com
>
>
> Davor Gornik
> Marketing Engineer Rose Business Unit
> Rational Software      Tel: +49-89-62838-249
> Keltenring 15          Fax: +49-89-62838-549
> 82041 Oberhaching      Cel: +49-170-4532-249
> Germany                Email: [EMAIL PROTECTED]
> --------------------------------------------------------------------
>
> Rational User Conference 2001
> July 22 - 26,  2001 * Denver, CO, USA
> http://www.rational.com/ruc
>
>
> -----Original Message-----
> From: Carsten Mielke [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 26, 2001 10:34 AM
> To: Rose Forum
> Subject: (ROSE) UML to DTD
>
>
>
> Hello everyone,
>
> I would like to convert an existing UML-model (class diagram) into a DTD.
>
> What I expect
> for a class named "mail" with attributes "Recipient, Sender, Date,
> Subject,Textbody"
> is something like this for the generated DTD:
>
> <!ELEMENT mail  (Recipient, Sender,
>                          Date, Subject,
>                          Textbody)      >
> <!ELEMENT Sender        (#PCDATA)       >
> <!ELEMENT Recipient     (#PCDATA)       >
> <!ELEMENT Date          (#PCDATA)       >
> <!ELEMENT Subject       (#PCDATA)       >
> <!ELEMENT Textbody      (p)+            >
> <!ELEMENT Name          (#PCDATA)       >
> <!ELEMENT p             (#PCDATA|Name)* >
> <!ATTLIST p         lang           (de|en) "en"    >
>
> Is there any tool which can do this for me?
>
> BTW: Rational Rose 2001 Enterprise Edition does offer DTD
> roundtrip-engineering,
> but this is *not* what I want. You really have to do DTD modelling in Rose
> to generate
> a DTD. You can't use your existing models unmodified. But that's what I
> need.
>
> Thanks for your help
>
> Carsten
>
> ************************************************************************
> * Rose Forum is a public venue for ideas and discussions.
> * For technical support, visit http://www.rational.com/support
> *
> * Admin.Subscription Requests: [EMAIL PROTECTED]
> * Archive of messages:
> http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
> * Other Requests: [EMAIL PROTECTED]
> *
> * To unsubscribe from the list, please send email
> *
> * To: [EMAIL PROTECTED]
> * Subject:<BLANK>
> * Body: unsubscribe rose_forum
> *
> *************************************************************************
> ************************************************************************
> * Rose Forum is a public venue for ideas and discussions.
> * For technical support, visit http://www.rational.com/support
> *
> * Admin.Subscription Requests: [EMAIL PROTECTED]
> * Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
> * Other Requests: [EMAIL PROTECTED]
> *
> * To unsubscribe from the list, please send email
> *
> * To: [EMAIL PROTECTED]
> * Subject:<BLANK>
> * Body: unsubscribe rose_forum
> *
> *************************************************************************
>

t.xmi

Reply via email to