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é
<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é