Scenario - SDO users have XSDs that would reference types defined in sdoModel.xsd. It's inconvenient for the users to include the sdoModel.xsd in their apps. They should be able to register their types in XSD with SDO runtime since sdoModel.xsd is SDO's built-in model.
To satisfy the scenario above, the SDO impl project needs to access the sdoModel.xsd currently in the SDO API project. I am interested in knowing the best approach to accomplish this in both OSGi and non-OSGi environment for SDO. I personally would like to have a copy of sdoModel.xsd in the SDO impl project for performance and convenience purposes. Any comments?
