Undefined elements XSD definition
- From: "oziris" <oziris.groups@xxxxxxxxx>
- Date: 24 Nov 2005 00:13:18 -0800
hi !
I would like to write a schema for this kind of XML document
<request>
<params>
<param1>foo</param1>
<pouet>foo</pouet>
<truc>bidule</truc>
</params>
<body>
.....
</body>
</request>
The number and the name of the params are undefined. Another valid XML
document could be
<request>
<params>
<azerty>foo</azerty>
<qwerty>foo</qwerty>
<name>oziris</name>
</params>
<body>
.....
</body>
</request>
Is there a XSD mean to specify that?
Using <xs:any> was my first idea but I wonder if there is better
answer.
Thanks a lot.
-o--
.
- Follow-Ups:
- Re: Undefined elements XSD definition
- From: Henry S. Thompson
- Re: Undefined elements XSD definition
- From: Martin Honnen
- Re: Undefined elements XSD definition
- Prev by Date: Need Help With Client Side XML Transform & Paging
- Next by Date: Re: Undefined elements XSD definition
- Previous by thread: Need Help With Client Side XML Transform & Paging
- Next by thread: Re: Undefined elements XSD definition
- Index(es):