Ghost mandatory fields

R

Rene Schrieken

I have the following xsd (snippet)

<xs:element minOccurs="1" maxOccurs="1" name="Nationality1" nillable="true"
type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" maxOccurs="1" name="Nationality2"
nillable="true" type="xs:decimal">
</xs:element>
<xs:element minOccurs="0" maxOccurs="1" name="Nationality3"
nillable="true" type="xs:decimal">
</xs:element>

Somehow these elements gets indicated by InfoPath as mandatory. And I have
no clue where infopath gets this mandatory thing from...I'm probably
overlooking something.
If anyone can give some hints where to look for, TIA

René
 
R

Rene Schrieken

Duuuh....

The managed code I wrote did remove the nillable attribute from the element.

Sigghhh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top