final=""

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