<?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: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320160#M7161</link>
    <description>&lt;P&gt;Thanks a lot for the report and the detailed steps to reproduce!&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2013 15:42:23 GMT</pubDate>
    <dc:creator>Anahide_Tchertc</dc:creator>
    <dc:date>2013-11-22T15:42:23Z</dc:date>
    <item>
      <title>BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320156#M7157</link>
      <description>&lt;P&gt;Hello, I'm noticing that if you create a schema in Nuxeo Studio with the advanced config option "allow nested complex types", then actually create nested complex types, the XSD that gets generated is syntactically incorrect.  Here's a snippet of the XSD that gets generated:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;xs:complexType name="glanswer_answersType"&amp;gt;
&amp;lt;xs:sequence&amp;gt;
  &amp;lt;xs:element name="answerContent" type="xs:string"/&amp;gt;
  &amp;lt;xs:element name="properties" type="nxs:glanswer_propertiesListType"/&amp;gt;
  &amp;lt;xs:complexType name="glanswer_propertiesListType"&amp;gt;
    &amp;lt;xs:sequence&amp;gt;
      &amp;lt;xs:element name="item" type="nxs:glanswer_propertiesType" minOccurs="0" maxOccurs="unbounded"/&amp;gt;
    &amp;lt;/xs:sequence&amp;gt;
  &amp;lt;/xs:complexType&amp;gt;
  &amp;lt;xs:complexType name="glanswer_propertiesType"&amp;gt;
    &amp;lt;xs:sequence&amp;gt;
      &amp;lt;xs:element name="name" type="xs:string"/&amp;gt;
      &amp;lt;xs:element name="value" type="xs:string"/&amp;gt;
    &amp;lt;/xs:sequence&amp;gt;
  &amp;lt;/xs:complexType&amp;gt;
&amp;lt;/xs:sequence&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;lt;/xs:complexType&amp;gt;&lt;/P&gt;
&lt;P&gt;Notice the &lt;CODE&gt;&amp;lt;xs:complexType&amp;gt;&lt;/CODE&gt; nested which XSD doesn't allow.  As it stands now, i have to manually edit the schema as a workaround.&lt;/P&gt;
&lt;P&gt;I'm observing this behavior on Nuxeo Studio 2.15 on my DM 5.8-HF01&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 21:25:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320156#M7157</guid>
      <dc:creator>russtrotter_</dc:creator>
      <dc:date>2013-11-21T21:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320157#M7158</link>
      <description>&lt;P&gt;This isn't really a full answer, but it's an acceptable workaround.  I still think the underlying issue is a bug in studio.&lt;/P&gt;
&lt;P&gt;After I "Update" from "Update Center" to pull down the latest studio stuff, I do the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;edit offending schema that get unpacked from the studio bundle in nxserver/schemas directory, fix busted syntax&lt;/LI&gt;
&lt;LI&gt;in studio, delete the GUI-created schemas&lt;/LI&gt;
&lt;LI&gt;create new schemas with the same name/prefix as the originals, but use the Advanced option to "Import" an XSD&lt;/LI&gt;
&lt;LI&gt;Upload the edited schema&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;When you next run the update, Nuxeo DM reinitializes correctly, and no errors processing the schema.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2013 22:51:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320157#M7158</guid>
      <dc:creator>russtrotter_</dc:creator>
      <dc:date>2013-11-21T22:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320158#M7159</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 14:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320158#M7159</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-11-22T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320159#M7160</link>
      <description>&lt;P&gt;Ok, here's what I did (all within studio)&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:25:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320159#M7160</guid>
      <dc:creator>russtrotter_</dc:creator>
      <dc:date>2013-11-22T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320160#M7161</link>
      <description>&lt;P&gt;Thanks a lot for the report and the detailed steps to reproduce!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:42:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320160#M7161</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-11-22T15:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320161#M7162</link>
      <description>&lt;P&gt;Thanks for the update! My user creds don't have access to the NXS jira space, so i might just have to keep my fingers crossed&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:12:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320161#M7162</guid>
      <dc:creator>russtrotter_</dc:creator>
      <dc:date>2013-11-22T16:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320162#M7163</link>
      <description>&lt;P&gt;Ah ok, i thought it was public, i'll look into it&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 16:13:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320162#M7163</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-11-22T16:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320163#M7164</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2013 09:33:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320163#M7164</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2013-11-26T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: BUG - Nuxeo Studio generating syntactically invalid schema for nested complex types</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320164#M7165</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The corresponding bug (https://jira.nuxeo.com/browse/NXS-1851) is now fixed, thanks again for the report and the steps to reproduce.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2014 12:27:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/bug-nuxeo-studio-generating-syntactically-invalid-schema-for/m-p/320164#M7165</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2014-02-21T12:27:43Z</dc:date>
    </item>
  </channel>
</rss>

