- From: Stanley Guan <stanley.guan@oracle.com>
- Date: Tue, 26 Feb 2002 21:08:11 -0800
- To: Schema XML <xmlschema-dev@w3.org>, schema-ig w3c <w3c-xml-schema-ig@w3.org>
Hi,
Is empty string an allowed value for attribute "final" as shown
below?
<xsd:element name="fe_valid" final="" type="tns:sd"/>
XSV seems to take it o.k. But, as shown in the spec.:
<element
(snip)
final = (#all | List of (extension | restriction))
(snip)
</element>
Does this mean the only acceptable values for attribute
"final" are:
"#all",
"extension", or
"restriction"?
Am I wrong with my interpretation?
Thx,
-Stanley
Received on Wednesday, 27 February 2002 00:08:14 UTC