UML 2.x has 14 diagram types - grouped into structural and behavioral diagrams. For a system modelled in UML, there is inter-linking between diagrams, for example: A class with a state variable should have a corresponding state-machine diagram which models its behavior. Similarly, the life-line in sequence diagram is an instance of a class: usually shown as :. What are the other links possible between the 14 diagrams?
Is there a tool independent way of specifying these?
Are these linkages exported in a standard way in the XMI output file, if XMI export is supported?