Bug In Generating XSD Schema From XML File

In IDEA 9.0.4, when you right click the following xml document and select "Generate XSD Schema From XML File", the resulting XSD contains "version" as an attribute to <icecream> - this is a bug.

<Jetbrains>
    <Idea build="123">
        <java version="6"/>
        <icecream flavor="oreo"/>
        <java version="5"/>
    </Idea>
</Jetbrains>

Does someone have a work around for this or can we get this in the queue to be fixed ASAP? I'd rather not have to buy XMLSpy for $189 when I already have a tool that should do this for me.

Thanks!

0
1 comment

File a bug in tracker, please.

0

Please sign in to leave a comment.