Re: [security-services] comments on core-25

From
NISHIMURA Toshihiro <>
Date
2002-01-21T02:21:49+00:00
ID
Thread
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