local <group>

Is it not ok to declare local <group> like in the following example?

<complexType name="ct">
  <sequence>
    <element name="el" type="string"/>
    <group name="g">
      ...
    </group>
  </sequence>
</complexType>

I could not find a reference to make the above example illegal from the
spec. However, when I run it through the XSV, I got an error saying only
group reference (not group) is allowed.

- Ki

Received on Wednesday, 5 September 2001 10:21:57 UTC