Page 1 of 1

Design XSD with Tree Editor

Posted: Sat May 10, 2003 11:36 pm
by Cristi
Hi,

I have just downloaded 2.0.1 as a trial. I started looking at your software because I needed to create XML files with data from XSD files that I created. And your software has that feature.
Before this I created my XSD files in Visual Studio .NET (cool visual way to create them).
Then I thought that since I am using Oxygen to create the XML files I might as well create the XSDs in Oxygen too. But I cannot seem to find a way to use the Tree Editor to create the XSD files and honestly I do not feel like using the text editor in Oxygen (if you ever used Visual Studio .NET you would know why :wink: ).
I am new at this whole stuff and this might be a stupid question :oops: : but am I missing something or is really not possible?

Please let me know

Cristi

Posted: Mon May 12, 2003 9:37 am
by george
Hi Cristi,

The current version of the tree view does not have special support for XML Schema editing but you can use a document like below:

Code: Select all


<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">

</xs:schema>
to direct the tree view to the schema for schemas.

In a future release we will provide special support for XML Schema editing in the tree view.

All the best,
George