Access XML type hierarchy

This should cover W3C XML Schema, Relax NG and DTD related problems.
Suppi
Posts: 1
Joined: Mon Sep 03, 2007 10:04 am
Location: Home

Access XML type hierarchy

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
Post Reply