Added recurring activites label
[civicrm-core.git] / xml / schema / Core / Country.xml
index 907405126bf4a6a367665c310aa2084440b18ada..bdfac28f1180775ea52a3656cc96e07aa9d504f0 100644 (file)
@@ -6,86 +6,94 @@
   <name>civicrm_country</name>
   <add>1.1</add>
   <field>
-      <name>id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Country Id</comment>
-       <add>1.1</add>
+    <name>id</name>
+    <title>Country ID</title>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Country Id</comment>
+    <add>1.1</add>
   </field>
   <primaryKey>
-       <name>id</name>
-       <autoincrement>true</autoincrement>
+    <name>id</name>
+    <autoincrement>true</autoincrement>
   </primaryKey>
   <field>
-       <name>name</name>
-       <title>Country</title>
-       <type>varchar</type>
-       <length>64</length>
-       <import>true</import>
-       <headerPattern>/country/i</headerPattern>
-       <dataPattern>/^[A-Z][a-z]+\.?(\s+[A-Z][a-z]+){0,3}$/</dataPattern>
-       <comment>Country Name</comment>
-       <add>1.1</add>
+    <name>name</name>
+    <title>Country</title>
+    <type>varchar</type>
+    <length>64</length>
+    <import>true</import>
+    <headerPattern>/country/i</headerPattern>
+    <dataPattern>/^[A-Z][a-z]+\.?(\s+[A-Z][a-z]+){0,3}$/</dataPattern>
+    <comment>Country Name</comment>
+    <add>1.1</add>
   </field>
   <field>
-       <name>iso_code</name>
-       <type>char</type>
-       <length>2</length>
-       <comment>ISO Code</comment>
-       <add>1.1</add>
+    <name>iso_code</name>
+    <title>Country ISO Code</title>
+    <type>char</type>
+    <length>2</length>
+    <comment>ISO Code</comment>
+    <add>1.1</add>
   </field>
   <field>
-       <name>country_code</name>
-       <type>varchar</type>
-       <length>4</length>
-       <comment>National prefix to be used when dialing TO this country.</comment>
-       <add>1.1</add>
+    <name>country_code</name>
+    <title>Country Phone Prefix</title>
+    <type>varchar</type>
+    <length>4</length>
+    <comment>National prefix to be used when dialing TO this country.</comment>
+    <add>1.1</add>
   </field>
   <field>
-      <name>address_format_id</name>
-      <type>int unsigned</type>
-      <comment>Foreign key to civicrm_address_format.id.</comment>
-       <add>3.2</add>
+    <name>address_format_id</name>
+    <title>Address Format</title>
+    <type>int unsigned</type>
+    <comment>Foreign key to civicrm_address_format.id.</comment>
+    <add>3.2</add>
   </field>
   <foreignKey>
-      <name>address_format_id</name>
-      <table>civicrm_address_format</table>
-      <key>id</key>
-      <add>3.2</add>
+    <name>address_format_id</name>
+    <table>civicrm_address_format</table>
+    <key>id</key>
+    <add>3.2</add>
   </foreignKey>
   <field>
-       <name>idd_prefix</name>
-       <type>varchar</type>
-       <length>4</length>
-       <comment>International direct dialing prefix from within the country TO another country</comment>
-       <add>1.1</add>
+    <name>idd_prefix</name>
+    <title>Outgoing Phone Prefix</title>
+    <type>varchar</type>
+    <length>4</length>
+    <comment>International direct dialing prefix from within the country TO another country</comment>
+    <add>1.1</add>
   </field>
   <field>
-       <name>ndd_prefix</name>
-       <type>varchar</type>
-       <length>4</length>
-       <comment>Access prefix to call within a country to a different area</comment>
-       <add>1.1</add>
+    <name>ndd_prefix</name>
+    <title>Area Code</title>
+    <type>varchar</type>
+    <length>4</length>
+    <comment>Access prefix to call within a country to a different area</comment>
+    <add>1.1</add>
   </field>
   <field>
-      <name>region_id</name>
-      <type>int unsigned</type>
-      <required>true</required>
-      <comment>Foreign key to civicrm_worldregion.id.</comment>
-       <add>1.8</add>
+    <name>region_id</name>
+    <title>Region</title>
+    <type>int unsigned</type>
+    <required>true</required>
+    <comment>Foreign key to civicrm_worldregion.id.</comment>
+    <add>1.8</add>
   </field>
   <foreignKey>
-      <name>region_id</name>
-      <table>civicrm_worldregion</table>
-      <key>id</key>
-      <add>1.8</add>
+    <name>region_id</name>
+    <table>civicrm_worldregion</table>
+    <key>id</key>
+    <add>1.8</add>
   </foreignKey>
   <field>
-       <name>is_province_abbreviated</name>
-       <type>boolean</type>
-       <default>0</default>
-       <comment>Should state/province be displayed as abbreviation for contacts from this country?</comment>
-       <add>3.1</add>
+    <name>is_province_abbreviated</name>
+    <title>Abbreviate Province?</title>
+    <type>boolean</type>
+    <default>0</default>
+    <comment>Should state/province be displayed as abbreviation for contacts from this country?</comment>
+    <add>3.1</add>
   </field>
   <index>
     <name>UI_name_iso_code</name>