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 - xjecht

Pages: [1]
1
General Board / All associations in one-table report ?
« on: August 30, 2008, 12:40:56 am »
Hi all,

I need to get one-list report with all associations from all my components from given package. Something like this :

Comp1 Comp2 AssociationName

Ralationship Matrix only shows "X" when association exists, but I need to see the name.

Is it possible in AE ?

Thanks.

Tomas

2
General Board / Re: Default values for elements in XSD
« on: October 10, 2007, 11:46:11 pm »
Thanks for info.

3
General Board / Default values for elements in XSD
« on: September 13, 2007, 12:48:48 am »
Hi,
is it somehow possible to customize XSD generation in order to include default (initial) value for element declaration ?

Something like this :

<xs:element name="level" type="xs:string" default="TEST">

The second problem is that I need only one root element declaration in my schema (XSDTopLevelElement) - how can I turn off root element generating ?

I am using EA 7.0.814

Thanks.

Tomas

4
General Board / Re: Eclipse MDG Link Evaluation problems
« on: July 21, 2005, 08:10:37 am »
I have the same problem - I can't run MDG Link for Eclipse, because I do not know the key - definitly version I have downloaded is not trial version.

I use EA version PE Build 767.

:'( :'( :'(

5
General Board / Re: XML Schema generation HowTo
« on: December 17, 2004, 01:09:02 am »
I have the same problem.  I created complexType, extended from xsd:string a and attribute added. I got this :

<xs:complexType name="objectclass">
<xs:complexContent>
<xs:extension base="xs:string">
<xs:sequence/>
<xs:attributeGroup ref="objectclass.att"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>

- it is not valid - I need nested simpleContent (insted of complexContent), without empty xs:sequence.



Pages: [1]