- From: KAZUMI Saito <ksaito@jp.fujitsu.com>
- Date: Fri, 25 May 2001 14:32:33 +0900
- To: Ashok Malhotra <ashokma@microsoft.com>
- Cc: xmlschema-dev@w3.org
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