Hi All,
I have registered a schema OTA_SimpleTypes.xsd. I am able to reference this XSD in various schema usingĀ <xs:include schemaLocation="OTA_SimpleTypes.xsd"/>. However when I attempt
<xs:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="../opentravel/OTA_SimpleTypes.xsd"/> , I receive the following:
HTNG_SimpleTypes.xsd ORA-31000: Resource '../opentravel/OTA_SimpleTypes.xsd' is not an XDB schema document.
Any suggestion on how to get this XSD to be registered would be appreciated.