Re: [security-services] comments on core-25
Hello, At Sun, 20 Jan 2002 17:49:08 -0800, Krishna Sankar wrote: > 2. What is the default for an element ? minOccurs="0" > maxOccurs="unbounded". Depending on the default behaviour, a few of the > minOccurs and maxOccurs could be taken out. In XML Schema, the default value for both minOccurs and maxOccurs attributes is "1" for <element>, <all>, <choice>, <sequence> and <any> elements. thanks Toshi