Search found 2 matches

by javab0y
Sat Feb 06, 2010 12:03 pm
Forum: XML Schemas
Topic: nillable="false" and xsi:nil="true" validation
Replies: 2
Views: 23922

Re: nillable="false" and xsi:nil="true" validation

Ok thanks for the reply. When I tried to create a cut down (short) sample file to post for you, I found that this indeed was giving me the error that you were getting. So it was working... in this case. It still does not work for my original issue. My real world problem (which is a much bigger schem...
by javab0y
Fri Feb 05, 2010 6:14 am
Forum: XML Schemas
Topic: nillable="false" and xsi:nil="true" validation
Replies: 2
Views: 23922

nillable="false" and xsi:nil="true" validation

I have an element declaration that looks like this: <xsd:complexType name="ConsumerComment"> <xsd:sequence> <xsd:element name="commentTypeCode" nillable="false" type="xsd:string"/> <xsd:element name="action" nillable="false" type="xsd:...