Re: list attribute - type or itemType

"Roger L. Costello" <costello@mitre.org> writes:

> "Henry S. Thompson" wrote:
> > 
> > > Which is it: type or itemType?
> > 
> > itemType
> >  
> > The correct version is
> > 
> >      <simpleType name="LotteryNumbers">
> >       <restriction>
> >        <simpleType>
> >          <list type="positiveInteger"/>
> >        </simpleType>
> >        <length value="6"/>
> >       </restriction>
> >      </simpleType>
> 
> Uh, you mean <list itemType="positiveInteger"/>, right?  /Roger

Yes, sorry to perpetuate the confusion, over-hasty cut-and-paste :-(

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/

Received on Saturday, 23 September 2000 16:58:54 UTC