Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-04-04-00-08-28
[civicrm-core.git] / xml / schema / Member / MembershipType.xml
index 2493b6fd4735db492ab57cd07caa8e7c5ca662bb..ffbab31e17313c54fabd87c3f9a064b521e6f407 100644 (file)
   </field>
   <field>
     <name>duration_unit</name>
-    <type>enum</type>
-    <values>day, month, year, lifetime</values>
+    <type>varchar</type>
+    <length>8</length>
     <comment>Unit in which membership period is expressed.</comment>
+    <pseudoconstant>
+      <callback>CRM_Core_SelectValues::membershipTypeUnitList</callback>
+    </pseudoconstant>
     <add>1.5</add>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <field>
     <name>duration_interval</name>
   </field>
   <field>
     <name>period_type</name>
-    <type>enum</type>
-    <values>rolling, fixed</values>
+    <type>varchar</type>
+    <length>8</length>
     <comment>Rolling membership period starts on signup date. Fixed membership periods start on fixed_period_start_day.</comment>
+    <pseudoconstant>
+      <callback>CRM_Core_SelectValues::periodType</callback>
+    </pseudoconstant>
     <add>1.5</add>
   </field>
   <field>
     <pseudoconstant>
       <optionGroupName>visibility</optionGroupName>
     </pseudoconstant>
+    <html>
+      <type>Select</type>
+    </html>
   </field>
   <field>
     <name>weight</name>