Tomek Sztelak <tsztelak <at> gmail.com> writes:

> 
> no
> minOccurs="1" is a default value so can be omitted .
Is this described in this sentence from
http://www.ws-i.org/Profiles/BasicProfile-1.1-2004-08-24.html, i couldn't quite
follow it:
When a wsdl:part element is defined using the type attribute, the serialization
of that part in a message is equivalent to an implicit (XML Schema)
qualification of a minOccurs attribute with the value "1", a maxOccurs attribute
with the value "1" and a nillable attribute with the value "false".

If so, then 
> > <xsd:element name="requestID" minOccurs="1" type="xsd:string"/>
is equivalent to 
<xsd:element name="requestID" minOccurs="1" maxOccurs="1" nillable="true"
type="xsd:string"/>


Thanks.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to