Why does JAXB not create a member variable in its generated code when an XML schema base type and subtype have the same element declared in them?
- by belltower
I have a question regarding with regard to JAXB generated classes.
As you can I see, I have a complex type, DG_PaymentIdentification1, declared in my schema.
Its a restriction of PaymentIdentification1. DG_PaymentIdentification1 is also identical to
PaymentIdentification1. I also have a type called DG_CreditTransferTransactionInformation10
which…