Is "final" attribute inherited?

Dear XML Schema WG members,


Is "final" attribute(component) inherited to derived types? If so, how
they are inherited?

For example, does "foo" in this example can be used to derive union type?

<simpleType name="foo">
  <restriction>
    <simpleType name="base" final="union">
      <restriction base="string">
        ....
      </restriction>
    </simpleType>
    ....
  </restriction>
</simpleType>



regards,
----------------------
K.Kawaguchi
E-Mail: k-kawa@bigfoot.com

Received on Monday, 19 March 2001 23:54:27 UTC