<div dir="ltr">Hi guys,<div><br></div><div>I have a resource-type composed of two nested XSDs. I need to set the default values in these nested XSDs.<br><br>I found some directions for that on a post on this mailing list dated from 2008, but when I tried following the instructions, the system threw a "No such element error".<br><br>The directions were:</div><div><br></div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0)">"you have to define the default values within the most outer schema (the one
which is called to create the resource).
Further you have to specify the full path to pick the right node.

For example foo.xsd is nested within bar.xsd by the element name of
SomeElement. Further foo.xsd contains the element AnotherElement. In case
you want to set a default value for all AnotherElement(s) you have to add
the following to *bar.xsd*.

<defaults>
        <default element="SomeElement/AnotherElement" value="abc"/>
</defaults>
</pre><div>"</div><br>Has the way of handling default values in OpenCMS for nested XSDs changed between 2008 and 2017? If so, what is the new way?<br><br><br>Regards,</div><div>Clement Wee</div><div>Singapore</div></div>