Missing JAXB classes from XMLschema.xsd
Posted
by XLR
on Stack Overflow
See other posts from Stack Overflow
or by XLR
Published on 2010-04-26T10:59:11Z
Indexed on
2010/04/26
11:03 UTC
Read the original article
Hit count: 280
Hi,
I'm working on a xml schema resolver and I'm using JAXB with XMLSchema.xsd. I experience problems with JAXB, because I don't get classes for all the top level elements. For example for
<xs:element name="maxLength" id="maxLength" type="xs:numFacet">
I do not get a class MaxLength or anything like that. Only NumFacet exists.
Anyone else experienced that and could please help me?
Cheers, XLR
© Stack Overflow or respective owner