<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Do XML Schema imports in .xsd files have significance to Nuxeo? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323661#M10662</link>
    <description>&lt;P&gt;@anahide-tchertchian&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2014 19:37:44 GMT</pubDate>
    <dc:creator>Steven_Huwig1</dc:creator>
    <dc:date>2014-02-24T19:37:44Z</dc:date>
    <item>
      <title>Do XML Schema imports in .xsd files have significance to Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323658#M10659</link>
      <description>&lt;P&gt;I have a doctype in a Nuxeo extension like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;doctype name="CreativeWork" extends="File"&amp;gt;
  &amp;lt;schema name="common" /&amp;gt;
  &amp;lt;schema name="dublincore"/&amp;gt;
  &amp;lt;schema name="CreativeWork"/&amp;gt;
&amp;lt;/doctype&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And an XML schema like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;xs:schema targetNamespace="http://schema.org/CreativeWork"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"&amp;gt;
	&amp;lt;xs:import namespace="http://schema.org/Thing" schemaLocation="Thing.xsd"/&amp;gt;
    ...
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;where the &lt;CODE&gt;xs:import&lt;/CODE&gt; refers to another schema in the package.&lt;/P&gt;
&lt;P&gt;My schemas and doctypes are available in Nuxeo—I checked by using &lt;A href="https://github.com/atchertchian/nuxeo-doctypes-io"&gt;nuxeo-doctypes-io&lt;/A&gt;—but I do not see any indication that the fields in &lt;CODE&gt;Thing.xsd&lt;/CODE&gt; are available to documents with the &lt;CODE&gt;CreativeWork&lt;/CODE&gt; doctype.&lt;/P&gt;
&lt;P&gt;My guess is that Nuxeo does nothing with &lt;CODE&gt;xs:import&lt;/CODE&gt;, and that if I wish to structure my custom document types like this, it should be done by adding the parent schemas to the doctype declaration. Is this guess correct?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 20:15:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323658#M10659</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2014-02-18T20:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Do XML Schema imports in .xsd files have significance to Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323659#M10660</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes you can proceed like this, support of xs:import was added quite recently, it may not be supported depending on your version (added in 5.7.1, see &lt;A href="https://jira.nuxeo.com/browse/NXP-10984"&gt;NXP-10984&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;If you're using Nuxeo 5.8, maybe it's configuration problem and the tests at the end of this commit could help? &lt;A href="https://github.com/nuxeo/nuxeo-core/commit/c0687f3f0f94bae834eaa5e199ec9c495ab299fc" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-core/commit/c0687f3f0f94bae834eaa5e199ec9c495ab299fc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2014 23:48:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323659#M10660</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2014-02-21T23:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Do XML Schema imports in .xsd files have significance to Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323660#M10661</link>
      <description>&lt;P&gt;Thanks again for your quick answer.  I'm working on 5.8 and 5.9, so I'll check my work again to see if I made a mistake or misinterpreted what I was seeing.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2014 23:56:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323660#M10661</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2014-02-21T23:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Do XML Schema imports in .xsd files have significance to Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323661#M10662</link>
      <description>&lt;P&gt;@anahide-tchertchian&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2014 19:37:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323661#M10662</guid>
      <dc:creator>Steven_Huwig1</dc:creator>
      <dc:date>2014-02-24T19:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Do XML Schema imports in .xsd files have significance to Nuxeo?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323662#M10663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 23:48:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/do-xml-schema-imports-in-xsd-files-have-significance-to-nuxeo/m-p/323662#M10663</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2014-02-26T23:48:59Z</dc:date>
    </item>
  </channel>
</rss>

