RE: all

I'm a little rusty, but I think this works:

> <xs:choice maxOccurs="unbounded" minOccurs="0">
>       <xs:element ref="mls:Score"/>
>       <xs:element ref="mls:Goal"/>
>       <xs:element ref="mls:Shot"/>
> </xs:choice>

Received on Thursday, 5 September 2002 19:15:43 UTC