Re: Question about Final Attributes on Elements&In-Reply-To=<1861559007.20020104115946@jenitennison.com>&References=<1861559007.20020104115946@jenitennison.com>

So if you did

<xs:element name="foo" type="xs:decimal" final="restriction" />

then

<xs:element name="bar" type="xs:integer" substitutionGroup="foo" />

would be invalid but if you did:

<xs:element name="foo" type="xs:string" final="restriction" />

then

<xs:element name="bar" type="xs:integer" substitutionGroup="foo" />

would be valid?



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Received on Thursday, 6 June 2002 18:11:56 UTC