> <!ELEMENT result (level4*,level5*,level4*)> > > The level4 element is completely optional before and after level5, and > level5 itself is also optional. > > Is there any way to express this without any ambiguity ? <xs:sequence> <xs:element ref="level4" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="level5" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="level4" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence>Received on Wednesday, 20 June 2001 11:14:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Sunday, 6 December 2009 18:13:34 GMT