In my XML model, I have defined complex types that are derived by extension from other complex types (also called base types in the UI).
When I go to the mapping editor, I cannot map to elements that are part of these base types. They just don't show.
How do I solve this problem? This is a must-have for me. If I cannot get this to work, I'll have to switch tools. Thanks in advance!
(Example: CarType is derived by extension from VehicleType. VehicleType has a subelement MaxSpeed, while CarType has a subelement NumberOfDoors. The resulting XML-element Car which is of the type CarType will combine both subelements MaxSpeed and NumberOfDoors. Only NumberOfDoors shows up in the mapping editor, I cannot create a mapping to MaxSpeed.)