- From: <kboo@ca.ibm.com>
- Date: Wed, 5 Sep 2001 10:21:56 -0400
- To: xmlschema-dev@w3.org
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