- From: Dwivedi , Ajay Kumar <AjayKumar.Dwivedi@dresdner-bank.com>
- Date: Thu, 13 Jun 2002 14:19:58 +0100
- To: "'xmlschema-dev@w3.org'" <xmlschema-dev@w3.org>
Hi all, Is a particle with minOccurs > maxOccurs valid? For example, if maxOccurs="0" and minOccurs is not specified, (and thus defaults to 1), is the shcema valid? <xsd:complexType name="bar"> <xsd:sequence> <xsd:element name="name" maxOccurs="0"/> </xsd:sequence> </xsd:complexType> Or should a processor automatically decide to reset minOccurs to 0 in this case? Thanks, Ajay
Received on Thursday, 13 June 2002 09:20:47 UTC