OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: XML doubts - sets and arrays

[ Lists Home | Date Index | Thread Index ]
  • From: rbourret@dvs1.informatik.tu-darmstadt.de (Ron Bourret)
  • To: xml-dev@ic.ac.uk, rajesh_n1@verifone.com
  • Date: Wed, 27 May 1998 13:23:03 +0200

Rajesh N wrote:

> * How will I represent something like
> 	MyNonTermElt can take (X, Y , X) values.
> ie, there will be exactly 3 values (2 of type X and one of type Y)
> and their order is not important.

Unless I'm missing something, you can't.

> Another question is regarding arrays..
> * can I represent an Element as an array of values ?

Do you mean that an element foo is an array of subelements?  If so, any of the 
following works, depending on whether you want to specify the number of elements 
or not.  Notice that there is no shorthand for "I want foo to contain 500 
instances of bar."

<!-- foo is an array of zero or more bar's -->
<!ELEMENT foo (bar*)>

<!-- foo is an array of one or more bar's -->
<!ELEMENT foo (bar+)>

<!-- foo is an array of exactly three bar's -->
<!ELEMENT foo (bar, bar, bar)>

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS