In Astah Professional, information about models and diagram elements can be modified through XML depending on purposes, such as displaying Class lists by loading XML. Only XML model data created with Astah may be imported into Astah.
Alternatively, you can try out XMI Import and Export Plugins.
Strings are encoded using java.net.URLEncoder partially. In order to decode them, use java.net.URLDecoder. Particularly the names of the element, labels of presentation and 2-byte characters in items definitions are encoded. Also, the values of TaggedValue are encoded if TaggedValue’s value includes plural pieces of information, in order to prevent misreading.
Since UML 2.0 Metamodel had a major revision, Astah is extending the UML 1.4 Metamodel in order to provide the presentation of UML 2.x models with consideration of compatibility.
Strings are encoded using java.net.URLEncoder partially. In order to decode them, use java.net.URLDecoder. Particularly the names of the element, labels of presentation, 2-byte characters in items definitions are encoded. Also, the values of TaggedValue are encoded if TaggedValue’s value includes plural pieces of information, in order to prevent misreading.