Revert "Schema - Fix boolean fields in various tables"
[civicrm-core.git] / xml / schema / Contact / Contact.xml
index 6ebb5f7df9adb0c112032679bd594cd98f1e98b5..4030373fc27fdd767f921e1b2243658918b44497 100644 (file)
@@ -93,7 +93,6 @@
     <headerPattern>/d(o )?(not )?(email)/i</headerPattern>
     <dataPattern>/^\d{1,}$/</dataPattern>
     <default>0</default>
-    <required>true</required>
     <html>
       <type>CheckBox</type>
       <label>Do Not Email</label>
     <name>do_not_phone</name>
     <type>boolean</type>
     <default>0</default>
-    <required>true</required>
     <import>true</import>
     <headerPattern>/d(o )?(not )?(call|phone)/i</headerPattern>
     <dataPattern>/^\d{1,}$/</dataPattern>
     <headerPattern>/^(d(o\s)?n(ot\s)?mail)|(\w*)?bulk\s?(\w*)$/i</headerPattern>
     <dataPattern>/^\d{1,}$/</dataPattern>
     <default>0</default>
-    <required>true</required>
     <add>1.1</add>
     <html>
       <type>CheckBox</type>
     <headerPattern>/d(o )?(not )?(sms)/i</headerPattern>
     <dataPattern>/^\d{1,}$/</dataPattern>
     <default>0</default>
-    <required>true</required>
     <add>3.0</add>
     <html>
       <type>CheckBox</type>
     <headerPattern>/d(o )?(not )?(trade)/i</headerPattern>
     <dataPattern>/^\d{1,}$/</dataPattern>
     <default>0</default>
-    <required>true</required>
     <add>1.1</add>
     <html>
       <type>CheckBox</type>
     <type>boolean</type>
     <title>No Bulk Emails (User Opt Out)</title>
     <default>0</default>
-    <required>true</required>
     <import>true</import>
     <required>true</required>
     <comment>Has the contact opted out from receiving all bulk email from the organization or site domain?</comment>