|
Hi Michael,
The Schema Object Model (SOM) supports substitutionGroup but not the Source Generator. It is on the to-do list but it is not a top priority. Feel free to contribute to the project by adding the support.
-----Original Message-----
Does castor support substitutionGroup feature? e.g. in my schema <element
name="Party" type="cc:PartyType" abstract="true" /> <!--
to use it --> <element ref="cc:Party"/> </complexType> In the generated codes, I found in MyType, it is using Party _party as member variable. I can not set an instance of IndCustomer in MyType. Actually, the inheritance tree looks like
PartyType --> Party Any idea? Do I have to manually change the codes? Or reformat my schema. Thanks. Mike |
Title: About generated java codes to support substitutionGroup
- [castor-dev] About generated java codes to support subst... Michael Wang (IT)
- Arnaud Blandin
