Page 1 of 1

Access XML type hierarchy

Posted: Mon Sep 03, 2007 10:17 am
by Suppi
Dear all,

we have several xml schemas describing all data types of our project. Several types are based on complex types and derived via extension/base mechanism.
Now we would like to see/access the whole type hierarchy of our types. Is there any way to view/access this hierarchy in Oxygen?

Thanks
Suppi

Posted: Mon Sep 03, 2007 10:41 am
by sorin_ristache
Hello,

In the schema diagram of an XML Schema you can see the base type B of a type A by expanding the link at the right of the symbol containing the type name A. If type B is also derived from other type C you can see the definition of C by expanding the link at the right of the symbol containing the name B.


Regards,
Sorin