X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FOptionValue.xml;h=707132c8b86078addbbb6b3c823ccf34ba2668e8;hb=455cfd164952b15f53909506179b56ab3d8f32a6;hp=8bee6a2eb953e4e0cbd8178726038edcd6926355;hpb=389d11ec7b65de1b7c1b88ed030394c707439118;p=civicrm-core.git diff --git a/xml/schema/Core/OptionValue.xml b/xml/schema/Core/OptionValue.xml index 8bee6a2eb9..707132c8b8 100644 --- a/xml/schema/Core/OptionValue.xml +++ b/xml/schema/Core/OptionValue.xml @@ -8,6 +8,7 @@ true id + Option Value ID int unsigned true Option ID @@ -19,6 +20,7 @@ option_group_id + Option Group ID int unsigned true Group which this option belongs to. @@ -28,6 +30,9 @@ id name + + Select + option_group_id @@ -96,9 +101,11 @@ description text - textarea - 8 - 60 + + TextArea + 8 + 60 + true Optional description. 1.5 @@ -119,6 +126,7 @@ is_active + Option Is Active boolean 1 Is this option active? @@ -134,6 +142,9 @@ id name + + Select + component_id @@ -144,6 +155,11 @@ domain_id int unsigned + + civicrm_domain
+ id + name +
Which Domain is this option value for 3.1