[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Tool that visualizes an XSD complexType hierarchy as aninv

  • From: Stephen D Green <stephengreenubl@gmail.com>
  • To: Roger L Costello <costello@mitre.org>, XML Developers List <xml-dev@l...>
  • Date: Thu, 23 Dec 2021 18:57:24 +0000

Re:  Tool that visualizes an XSD complexType hierarchy as aninv
Trees go from bottom to top. The branches and leaves are at the top, not the bottom 😊
Just saying

On Wed, 22 Dec 2021 at 14:23, Roger L Costello <costello@mitre.org> wrote:

Hi Folks,

 

I have a schema with a large complexType hierarchy. I want a tool that visually displays the hierarchy. All of the tools that I’ve seen display the hierarchy in a sideways fashion. But I don’t think sideways, I think top to bottom.

 

Please allow me to explain …

 

Here is a simple complexType hierarchy:

 

<xsd:complexType name="Publication">
    <xsd:sequence>
        <xsd:element name="Title" type="xsd:string" maxOccurs="unbounded"/>
        <xsd:element name="Author" type="xsd:string" maxOccurs="unbounded"/>
        <xsd:element name="Date" type="xsd:gYear"/>
    </xsd:sequence>
</xsd:complexType>


<xsd:complexType name="BookPublication">
    <xsd:complexContent>
        <xsd:extension base="Publication">
            <xsd:sequence>
                <xsd:element name="ISBN" type="xsd:string"/>
                <xsd:element name="Publisher" type="xsd:string"/>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>

 

Here is how Oxygen XML visualizes the hierarchy:

 

 

While that is truly an excellent visualization, it is not how my mind works. The complexTypes are a “hierarchy” so my mind wants to see the base complexType at the top and subtypes underneath, like this:

 

 

For the project that I am working, I used Powerpoint to create the hierarchy. Below I show the structure of the hierarchy (A, B, C, etc. are not the actual complexType names). I seek something other than manually creating the hierarchy using Powerpoint. Is there a tool that visualizes a schema’s complexType hierarchy in a top-to-bottom fashion?  /Roger

 

--
----
Stephen D Green


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.