11-01-2013 02:23 PM
hello,
Anyone out there have experience leveraging Nuxeo's various XML schema referencing/importing mechanisms? Specifically:
thanks
11-01-2013 11:00 PM
yay! Answering my own question 🙂
In experimentation, I had some semantic issues with my original external schema. Notably, it was an "empty" element with only xs:attribute declarations, e.g.:
<xs:element name="myelem"> <xs:attribute name="foo" type="xs:string" /> <xs:atribrute name="foo" type="xs:string" /> </xs:element>
Changing this schema to the following worked:
<xs:element name="myelem"> <xs:sequence> <xs:element name="foo" type="xs:string" /> <xs:element name="bar" type="xs:string" /> </xs:sequence> </xs:element>
11-01-2013 11:00 PM
yay! Answering my own question 🙂
In experimentation, I had some semantic issues with my original external schema. Notably, it was an "empty" element with only xs:attribute declarations, e.g.:
<xs:element name="myelem"> <xs:attribute name="foo" type="xs:string" /> <xs:atribrute name="foo" type="xs:string" /> </xs:element>
Changing this schema to the following worked:
<xs:element name="myelem"> <xs:sequence> <xs:element name="foo" type="xs:string" /> <xs:element name="bar" type="xs:string" /> </xs:sequence> </xs:element>
12-22-2015 02:18 AM
Hi russtrotter, where in the nuxeo install do the custom created xsd files go? I'm only finding the temporary copies in the directory tree.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.