- From: Jasmin Wason <jlw98r@ecs.soton.ac.uk>
- Date: Wed, 06 Dec 2000 19:59:14 +0000
- To: xmlschema-dev@w3.org
Is it alright to have a group element with no name in a Schema?
E.g.
<complexType name="data">
<sequence>
<element name="number" type="integer"/>
<group minOccurs="0">
<sequence>
<element name="anotherNumber" type="integer"/>
...
</group>
...
The name and ref attributes look optional in [1] but XSV gives 2
errors, Invalid: group with no name or ref and Invalid: internal group
must have ref.
Thanks,
Jasmin Wason
[1]
http://www.w3.org/TR/2000/CR-xmlschema-1-20001024/#declare-namedModelGroup
Received on Wednesday, 6 December 2000 15:00:27 UTC