Can't generate documentation from my XSD

Having trouble installing Oxygen? Got a bug to report? Post it all here.
manuel.dorne
Posts: 9
Joined: Thu Oct 19, 2006 5:31 pm

Can't generate documentation from my XSD

Post by manuel.dorne »

Hello,

With Oxygen 7.0 i could generate XSD documentation without problem... But now, when i try, i have this error:

[img=http://img517.imageshack.us/img517/7564/errorkj6.jpg]

I search in my code, and i found that:

Code: Select all

<xs:enumeration value="Night">
<xs:annotation>
<xs:documentation xml:lang="FR">Nuit</xs:documentation>
<xs:documentation xml:lang="EN">Night</xs:documentation>
</xs:annotation>
</xs:enumeration>
It may be that, but i need that information, and it works well before...

How to arrange this problem ?

Thanks !
manuel.dorne
Posts: 9
Joined: Thu Oct 19, 2006 5:31 pm

Post by manuel.dorne »

resolved ! Sorry :-)
Post Reply