C
Carl
I am working on a form based on an xsd I created. Whenever I specify an
integer or date in the xsd, the corresponding field appears as 'required'
with a red asterisk in InfoPath. Is there any to have the IP form not view
these as required? Here is how I am defining these in the xsd:
<xs:element name="LotID" type="xs:int" default="0" minOccurs="0"/>
Thanks for any help!
integer or date in the xsd, the corresponding field appears as 'required'
with a red asterisk in InfoPath. Is there any to have the IP form not view
these as required? Here is how I am defining these in the xsd:
<xs:element name="LotID" type="xs:int" default="0" minOccurs="0"/>
Thanks for any help!