Re: fixed property of the min/max/Inclusive/Exclusive facet

In message "RE: fixed property of the min/max/Inclusive/Exclusive facet",
Ashok Malhotra wrote...
 >No, once the facet value is "fixed" it cannot be changed
 >in subsequent derivations.

I'd like to ask once more with some changes (min -> max).

The following is illegal since fixed = 'true' ?

	<simpleType name='myType2'>
		<restriction>
			<simpleType>
				<restriction base='integer'>
					<maxExclusive value='11' fixed='true'/>
				</restriction>
			</simpleType>
			<maxInclusive value='10'/>
		</restriction>
	</simpleType>

-----
 KAZUMI Saito  FUJITSU Ltd.

Received on Friday, 25 May 2001 01:28:34 UTC