Creating an XSD for this XML:
<items name="home">
<chicken>Foo</chicken>
<nuggets>Bar</nuggets>
<moo>Hello World</moo>
....
</item>
I don't know what elements items
will contain except that the value should be a string (no further nodes).
Is the only way to use <any processContents="skip" />
?