Hi All,
I have designed forms in infopath 2010 based on XSD. I
use BuiltInActiveXControls.xsd to add person/group elements in my XSD.
But I am not able to make it mandatory. I don't want to build all the
forms again without XSD because already I have put many efforts building
these forms throght XSD. Can you please suggest me how to make it
mandatory through XSD? Even if I specify minOccurs=1, it is still
optional field.
<xs:element name="ApproversList">
<xs:complexType>
<xs:sequence>
<xs:element ref="pc:Person" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
I appreciate your suggestions.
Thanks,
Rahul Babar
================================================
ASP.NET, C#, Sharepoint 2007/2010/2013/SP Online, Infopath 2007/2010/2013 Admin/Developer