[www-xml-schema-comments] <none>

I would like to be able to create a choice between one or more
attributes and one or more elements, and it doesn't appear that i can do
this with XML Schema 1.0. For example:

<element name="top">
	<complexType>
		<choice>
			<attribute .../>
			<element .../>
		</choice>
	</complexType>
</element>

Received on Friday, 29 August 2003 16:23:17 UTC