ArcGIS Pro SDK Multiple Condition
<insertCondition id="myCondition" caption="My Condition"> <or> <state id="state1"/> <state id="state2"/> </or> </insertCondition> <insertCondition id="myCondition2" caption="My Condition 2"> <and> <not> <state id="state1"/> </not> <not> <state id="state3"/> </not> </and> </insertCondition>