[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML Schema newbie - are multiple unordered children occurr


xml schema unordered
A joke, maybe?

On Tue, Dec 02, 2003 at 10:42:49AM -0700, Bryce K. Nielsen wrote:
>Sure, no problem:
>
><xsd:element name="ParentNode">
>  <xsd:complexType>
>    <xsd:sequence maxOccurs="unbounded">
>      <xsd:element minOccurs="0" maxOccurs="1" name="A"/>
>      <xsd:element minOccurs="0" maxOccurs="1" name="B"/>
>    </xsd:sequence>
>  </xsd:complexType>
></xsd:element>
>
>That should do it for you...

Well, not particularly amusing, if so.  Absolutely does not fulfill the
given requirements.

DTD talk, the requirement is (A|B)*
The above yields (A?,B?)

Not the same.

<xs:element name="parent">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="A" />
      <xs:element ref="B" />
    </xs:choice>
  </xs:complexType>
</xs:element>

Should we do it in RNG too?

Amy!
>
>Bryce K. Nielsen
>SysOnyx, Inc. (www.sysonyx.com)
>Makers of xmlLinguist, the EDI-to-XML Translator
>(http://www.sysonyx.com/products/xmllinguist)
>
>
>  ----- Original Message ----- 
>  From: Dev Kon 
>  To: xml-dev@l... 
>  Sent: Tuesday, December 02, 2003 9:43 AM
>  Subject:  XML Schema newbie - are multiple unordered children occurrences possible?
>
>
>  Using XML Schema def, is it possible to create an element with children (A and B) where both could have multiple UNORDERED occurrences within the parent - (A B A A B A A B B ...) ?
>
>  TIA 

-- 
Amelia A. Lewis                    amyzing {at} talsever.com
    Merchant, street girl, beggar, yeoman,
    king or common, man or woman,
    only two things make us human--
    sorrow and love, sorrow and love ....
                -- The Last Song of Sirit Byar

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.