You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ja...@bnb.gov.br on 2003/06/11 16:21:44 UTC

"nillable" attribute inside of element (WSDL)

Hi,

Could anyone help me?

Given the following example below, What does "nillable" mean?

Thanks,

José airton

<complexType name="Book">
<sequence>
 <element name="isbn" nillable="true" type="xsd:string" /> 
 <element name="year" type="xsd:int" /> 
 <element name="title" nillable="true" type="xsd:string" /> 
</sequence>
</complexType>

Re: "nillable" attribute inside of element (WSDL)

Posted by James Yegerlehner <ja...@kamiak.com>.
José-

I think "nillable" on an schema element means that the element in an
instance doc is permitted to contain an empty string, like this:
<isbn></isbn>

Regards,
-- 
James Yegerlehner
Omniopera: XML Schema and WSDL Authoring
www.omniopera.com