[Home] [By Thread] [By Date] [Recent Entries]

  • To: <xml-dev@l...>
  • Subject: RE: xml schema question
  • From: Mészáros András <MESZAROSAN@w...>
  • Date: Wed, 18 Jun 2003 13:31:15 +0200
  • Cc: "florian" <csshsh@s...>
  • Thread-index: AcM1ibnCvN+0swGHQrOH0gFASsGVIgAA0F+A
  • Thread-topic: xml schema question

Hi!

	<xs:complexType name="BasketType">
		<xs:sequence maxOccurs="unbounded">
			<xs:choice>
				<xs:element name="Orange" minOccurs="0" maxoccurs="unbounded"/>
				<xs:element name="Apple" minOccurs="0" maxoccurs="unbounded"/>
			</xs:choice>
		</xs:sequence>
	</xs:complexType>

mean

>-----Original Message-----
>From: florian [mailto:csshsh@s...] 
>Sent: Wednesday, June 18, 2003 1:04 PM
>To: xml-dev@l...
>Subject:  xml schema question
>
>
>hi!
>
>how can i define in xml schema that the element 'basket'
>can hold an unlimited amount of 'apple' and 'oranges' 
>elements, in any mixed order.
>
>so it could be:
>
><basket>
>	<orange />
></basket>
>
>or
>
><basket>
>	<orange />
>	<orange />
>	<orange />
>	<apple />
></basket>
>
>and so on..
>
>any advice? i've been seeking with google, but didnt find any 
>solution for it.
>
>thanks alot!
>
>ciao!
>florian
>
>
>-----------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, 
>an initiative of OASIS <http://www.oasis->open.org>
>
>The list 
>archives are at 
>http://lists.xml.org/archives/xml-dev/
>
>To subscribe or unsubscribe from this list use the subscription
>manager: <http://lists.xml.org/ob/adm.pl>
>
>


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member