CRM-15168 stdise whitespace across schema xml to make editing easier
[civicrm-core.git] / xml / schema / Core / Mapping.xml
index ee570c0fa7bdfa1b23e7d4c543a6eb55b28fd94f..692f6b4534adc131d0cd8685565278601c7347fa 100644 (file)
@@ -7,51 +7,56 @@
   <comment>Store field mappings in import or export for reuse</comment>
   <add>1.2</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Mapping ID</comment>
-      <add>1.2</add>
+    <name>id</name>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Mapping ID</comment>
+    <add>1.2</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
-      <add>1.2</add>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
+    <add>1.2</add>
   </primaryKey>
   <field>
-       <name>name</name>
-       <type>varchar</type>
-       <length>64</length>
-       <comment>Name of Mapping</comment>
-      <add>1.2</add>
+    <name>name</name>
+    <type>varchar</type>
+    <length>64</length>
+    <comment>Name of Mapping</comment>
+    <add>1.2</add>
   </field>
   <field>
-       <name>description</name>
-       <type>varchar</type>
-       <length>255</length>
-       <comment>Description of Mapping.</comment>
-      <add>1.2</add>
+    <name>description</name>
+    <type>varchar</type>
+    <length>255</length>
+    <comment>Description of Mapping.</comment>
+    <add>1.2</add>
   </field>
   <field>
-       <name>mapping_type</name>
-       <type>enum</type>
-       <values>Export, Import, Export Contributions, Import Contributions, Import Activity, Search Builder, Import Memberships, Import Participants</values>
-       <comment>Type of Mapping.</comment>
-      <add>1.2</add>
-      <drop>2.1</drop>
+    <name>mapping_type</name>
+    <type>enum</type>
+    <values>Export, Import, Export Contributions, Import Contributions, Import Activity, Search Builder, Import
+      Memberships, Import Participants
+    </values>
+    <comment>Type of Mapping.</comment>
+    <add>1.2</add>
+    <drop>2.1</drop>
   </field>
   <field>
-      <name>mapping_type_id</name>
-      <type>int unsigned</type>
-      <comment>Mapping Type</comment>
-      <add>2.1</add>
-      <pseudoconstant>
-        <optionGroupName>mapping_type</optionGroupName>
-      </pseudoconstant>
+    <name>mapping_type_id</name>
+    <type>int unsigned</type>
+    <comment>Mapping Type</comment>
+    <add>2.1</add>
+    <pseudoconstant>
+      <optionGroupName>mapping_type</optionGroupName>
+    </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <index>
     <name>UI_name</name>
     <fieldName>name</fieldName>
-      <add>1.2</add>
+    <add>1.2</add>
   </index>
 </table>