Alexey Valikov

Results 217 comments of Alexey Valikov
trafficstars

Could you please post a sample schema?

There's a number of ways to achieve this, see [includes](https://github.com/highsource/jsonix-schema-compiler/wiki/Includes-Configuration) and [excludes configuration](https://github.com/highsource/jsonix-schema-compiler/wiki/Excludes-Configuration). > Is there any way to only pull those items referenced by the specified xsd file? Yes....

Should be no big deal to add this. Feel free to send me a pull request, I don't know when I'd come to this myself.

Because of the `nillable="true"`. The underlying schema compiler, XJC uses an "element reference" property instead of an "element" property in this case. You can either remove `nillable="true"` from the schema...

> And for an xsd with no target namespace why is the localPart & namespaceURI needed? Depends what you are referring to. Jsonix Schema Compiler generates Jsonix Mappings and JSON...

1) Would be nice but is not supported at the moment. I use property names as generated by XJC. File an issue, but I can't promise the implementation too soon....

So I guess you just want original XML element and attribute names?

See also highsource/jaxb2-basics#26.