xml:all

 Hi,
I am currently trying to write part of a schema to allow a number of
elements with multiple occurances in any order.
What i would idealy like to do is:
<xs:all>
      <xs:element ref="mls:Score" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="mls:Goal" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="mls:Shot" minOccurs="0" maxOccurs="unbounded"/>
</xs:all>

Sadly xs:all must have maxOcurres of 1 so this is not possible.
Does anyone know of any other possible solutions/work arounds?

Thanks
Andrew Curry

Received on Thursday, 5 September 2002 09:23:54 UTC