Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Register XSD using import instead of include.

user12296100Dec 29 2014 — edited Jan 8 2015

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.

This post has been answered by odie_63 on Jan 7 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2015
Added on Dec 29 2014
15 comments
4,489 views