Re: ambiguous content model - yea or nay?

"Paul Kiel" <paul@hr-xml.org> writes:

> Question all,
> 
> I am getting an "ambiguous content model" error when validating an instance conforming to this schema:
> 
> <xsd:complexType>
>      <xsd:sequence maxOccurs="unbounded">
>           <xsd:element name="AvailabilityStartDate" type="AnyDateTimeNkType" minOccurs="0"/>
>           <xsd:element name="AvailabilityEndDate" type="AnyDateTimeNkType" minOccurs="0"/>
>      </xsd:sequence>
> </xsd:complexType>

Looks OK to me, unless there are some substitution groups hidden
elsewhere.

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@cogsci.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]

Received on Tuesday, 11 February 2003 18:01:04 UTC