[
Lists Home |
Date Index |
Thread Index
]
- From: glen.albert@autodesk.com
- To: ht@cogsci.ed.ac.uk
- Date: Mon, 10 Jul 2000 04:49:02 -0700
Thank you, thank you, thank you!
That is exactly what I needed. I hadn't considered "choice" as a solution to
this problem because I thought that it only allowed one of the listed
elements. In 3.7 of the Structures draft it states
(choice) corresponded to exactly one of the specified {particles};
and the Primer has a similar description, so I hadn't pursued it further.
Thanks,
Glen Albert
> -----Original Message-----
> From: ht@cogsci.ed.ac.uk [mailto:ht@cogsci.ed.ac.uk]
> Sent: July 10, 2000 6:23 AM
> To: glen.albert@autodesk.com
> Cc: xml-dev@xml.org
> Subject: Re: element order restrictions?
>
>
> If I understand your design correctly, what you need is
>
> <element name="CoordGeom">
> <complexType>
> <choice minOccurs="0" maxOccurs="unbounded>
> <element ref="Line"/>
> <element ref="Curve"/>
> <element ref="Spiral"/>
> </choice>
> </complexType>
> </element>
>
> ht
> --
> Henry S. Thompson, HCRC Language Technology Group,
> University of Edinburgh
> W3C Fellow 1999--2001, part-time member of W3C Team
> 2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44)
> 131 650-4440
> Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
> URL: http://www.ltg.ed.ac.uk/~ht/
>
> **************************************************************
> *************
> This is xml-dev, the mailing list for XML developers.
> To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
> List archives are available at http://xml.org/archives/xml-dev/
> **************************************************************
> *************
>
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|