Altova Mailing List Archives>Archive Index >xmlschema-dev Archive Home >Recent entries >Thread Prev - am I understanding this correctly? [Thread Next] Re: am I understanding this correctly?To: Jeff Sonstein <jeffs@--.---.---> Date: 1/28/2005 3:40:00 PM
> do I understand this correctly?
Yes, but why not change it to:
<xs:complexType name="groupingAndChildrenNodes">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Anchor"/>
<xs:element ref="Background"/>
[...]
</xs:choice>
</xs:complexType>
In DTD, your existing model is ((Anchor | Background))* but with the
above change it would be (Anchor | Background)* which has one less step
of indirection.
Cheers,
Jeff Rafter
From jeffs@a... Sat Jan 29 13:30:24 2005
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
