From 6605852d00752ac38820e81ada2e591a5fe1e2d7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Fri, 22 Aug 2014 21:35:51 +1200 Subject: [PATCH] whitespace only --- xml/schema/Core/OptionValue.xml | 304 ++++++++++++++++---------------- 1 file changed, 152 insertions(+), 152 deletions(-) diff --git a/xml/schema/Core/OptionValue.xml b/xml/schema/Core/OptionValue.xml index 707132c8b8..77da2acd5f 100644 --- a/xml/schema/Core/OptionValue.xml +++ b/xml/schema/Core/OptionValue.xml @@ -7,179 +7,179 @@ 1.5 true - id + id Option Value ID - int unsigned - true - Option ID - 1.5 + int unsigned + true + Option ID + 1.5 - id - true + id + true - option_group_id + option_group_id Option Group ID - int unsigned - true - Group which this option belongs to. - 1.5 - - civicrm_option_group
- id - name -
- - Select - + int unsigned + true + Group which this option belongs to. + 1.5 + + civicrm_option_group
+ id + name +
+ + Select +
- option_group_id - civicrm_option_group
- id - 1.5 - CASCADE + option_group_id + civicrm_option_group
+ id + 1.5 + CASCADE
- label - Option Label - varchar - true - 255 - true - Option string as displayed to users - e.g. the label in an HTML OPTION tag. - 1.5 - - - value - Option Value - varchar - 512 - true - The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key. - 1.5 - 3.3 - - - name - Option Name - varchar - 255 - true - Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row. - 1.5 - - - grouping - Option Grouping Name - varchar - 255 - Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners. - 1.5 - - - filter - int unsigned - Bitwise logic can be used to create subsets of options within an option_group for different uses. - 1.5 - - - is_default - boolean - 0 - Is this the default option for the group? - 1.5 - - - weight - int unsigned - true - Controls display sort order. - 1.5 - - - description - text - - TextArea - 8 - 60 - - true - Optional description. - 1.5 - - - is_optgroup - boolean - 0 - Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options? - 1.5 - - - is_reserved - boolean - 0 - Is this a predefined system object? - 1.5 - - - is_active + label + Option Label + varchar + true + 255 + true + Option string as displayed to users - e.g. the label in an HTML OPTION tag. + 1.5 + + + value + Option Value + varchar + 512 + true + The actual value stored (as a foreign key) in the data record. Functions which need lookup option_value.title should use civicrm_option_value.option_group_id plus civicrm_option_value.value as the key. + 1.5 + 3.3 + + + name + Option Name + varchar + 255 + true + Stores a fixed (non-translated) name for this option value. Lookup functions should use the name as the key for the option value row. + 1.5 + + + grouping + Option Grouping Name + varchar + 255 + Use to sort and/or set display properties for sub-set(s) of options within an option group. EXAMPLE: Use for college_interest field, to differentiate partners from non-partners. + 1.5 + + + filter + int unsigned + Bitwise logic can be used to create subsets of options within an option_group for different uses. + 1.5 + + + is_default + boolean + 0 + Is this the default option for the group? + 1.5 + + + weight + int unsigned + true + Controls display sort order. + 1.5 + + + description + text + + TextArea + 8 + 60 + + true + Optional description. + 1.5 + + + is_optgroup + boolean + 0 + Is this row simply a display header? Expected usage is to render these as OPTGROUP tags within a SELECT field list of options? + 1.5 + + + is_reserved + boolean + 0 + Is this a predefined system object? + 1.5 + + + is_active Option Is Active - boolean - 1 - Is this option active? - 1.5 - - - component_id - int unsigned - Component that this option value belongs/caters to. - 2.0 - - civicrm_component
- id - name -
- - Select - + boolean + 1 + Is this option active? + 1.5 +
+ + component_id + int unsigned + Component that this option value belongs/caters to. + 2.0 + + civicrm_component
+ id + name +
+ + Select +
- component_id - civicrm_component
- id - 2.0 + component_id + civicrm_component
+ id + 2.0
- domain_id - int unsigned - - civicrm_domain
- id - name -
- Which Domain is this option value for - 3.1 + domain_id + int unsigned + + civicrm_domain
+ id + name +
+ Which Domain is this option value for + 3.1
- domain_id - civicrm_domain
- id - 3.1 + domain_id + civicrm_domain
+ id + 3.1
- visibility_id - int unsigned - NULL - 2.2 + visibility_id + int unsigned + NULL + 2.2 - index_option_group_id_value - value - option_group_id - 1.5 + index_option_group_id_value + value + option_group_id + 1.5 index_option_group_id_name -- 2.25.1