Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - so1o

Pages: [1]
1
General Board / problem generating xsd
« on: October 03, 2005, 10:55:57 am »
hello everyone

i have created a class diagram with multiple packages involved. for the root folder i have one class other classes are in the sub folder.

When i generate XSD, it does not generate the XSDs to the classes in the sub folders or imports to classes in sub packages..

any pointers on how to fix this?

- so1o

2
Automation Interface, Add-Ins and Tools / XSD troubles
« on: October 03, 2005, 11:05:53 am »
hello everyone

here is a packagae structure that i have created

pck1
|
|---cls1
|
|---pck2
    |
    |--cls2

cls2 is associated with cls1

when i generate the xsd this is what is get

<?xml version="1.0" encoding="ISO-8859-1"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="cls1" type="cls1"/>
<xs:complexType name="cls1">
<xs:sequence>
<xs:element ref="cls2"/>
</xs:sequence>
</xs:complexType>
</xs:schema>


there is no explaination in XSD about cls2... neither there is a import as mentioned here..
http://www.sparxsystems.com.au/EAUserGuide/index.html?example.htm

please help....

- so1o

Pages: [1]