Allowing any element in a complex element
XML / XSL
3
Posts
2
Posters
0
Views
1
Watching
-
Hi. I have the following element definition in my schema: when i use an XML that validates with it and tries to define element under it, i get an error on validation: " is not allowed under element " i want to be able to add ANY element under this one. how can it do that in the schema? Thanks.
-
Hi. I have the following element definition in my schema: when i use an XML that validates with it and tries to define element under it, i get an error on validation: " is not allowed under element " i want to be able to add ANY element under this one. how can it do that in the schema? Thanks.
-
<xs:any minoccurs="0"/>
http://www.w3schools.com/schema/schema_complex_any.asp[^]led mike