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é
Rene Schrieken - 24 Jan 2006 13:29 GMT
Duuuh....
The managed code I wrote did remove the nillable attribute from the element.
Sigghhh
> I have the following xsd (snippet)
>
[quoted text clipped - 14 lines]
>
> René