3

Before UML came to existence, Germans specified flowchart symbol language as a national standard in the year 1983.

It is called DIN 66001.

Even today, German authorities use this standard to communicate for example their income tax algorithms. They are also available as XML but as it seems without schema.

Question: is there actually a machine readable (de facto) standard format for such flow charts? Be it XML schema or XSLT?

Open Food Broker
  • 1,095
  • 1
  • 8
  • 31

1 Answers1

1

You say "before UML", as you certainly know in UML you have to use an activity, and if you export your model in XMI you will have the definition of your activity inside (I don't speak about the diagrams/graphical representation).

What is the problem, the fact you can have more than the activity into the exported model ? the fact the activity can reference/use extra elements depending on how the activity is defined ?

bruno
  • 32,421
  • 7
  • 25
  • 37