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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] Schema constructs

[ Lists Home | Date Index | Thread Index ]

"James, David" <david.james@invensys.com> writes:


> The all group (All the elements in the group may appear once or not
> at all, and they may appear in any order.) appears to be just what I
> want but it seems that it cannot be nested within a sequence
> group.

So the other possibility for XML Schema is to nest your flexible tags
in another element, so the <all> group can be used:

  <modify>
    <tag>PT456</tag>
    <mods>
     <lowscale>10.0</lowscale>
    </mods>
  </modify>
  <modify>
    <tag>PT789</tag>
    <mods>
     <hiscale>100.0</hiscale>
     <lowscale>10.0</lowscale>
    </mods>
  </modify>

Perhaps cleaner, move the tag _up_ to an attribute:

  <modify tag="PT456">
    <lowscale>10.0</lowscale>
  </modify>
  <modify tag="PT789">
    <hiscale>100.0</hiscale>
    <lowscale>10.0</lowscale>
  </modify>

Hope one of these will work for you.

ht
-- 
 Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                     Half-time member of W3C Team
    2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
            Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                   URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]




 

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

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