From b9b48cea87b0f4f129a42c8468d250d1f72c851e Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 14 Nov 2022 11:57:42 +1300 Subject: [PATCH] Add html definition to schema for is_active (part 4) --- xml/schema/Core/OptionGroup.xml | 4 ++++ xml/schema/Core/OptionValue.xml | 4 ++++ xml/schema/Core/PrintLabel.xml | 4 ++++ xml/schema/Core/StateProvince.xml | 4 ++++ xml/schema/Core/StatusPreference.xml | 4 ++++ xml/schema/Core/UFField.xml | 4 ++++ xml/schema/Core/UFGroup.xml | 6 +++++- xml/schema/Core/UFJoin.xml | 4 ++++ xml/schema/Core/WordReplacement.xml | 4 ++++ xml/schema/Cxn/Cxn.xml | 4 ++++ xml/schema/Event/Event.xml | 1 + 11 files changed, 42 insertions(+), 1 deletion(-) diff --git a/xml/schema/Core/OptionGroup.xml b/xml/schema/Core/OptionGroup.xml index bd02b88a1e..ae12e22995 100644 --- a/xml/schema/Core/OptionGroup.xml +++ b/xml/schema/Core/OptionGroup.xml @@ -74,6 +74,10 @@ boolean 1 true + + CheckBox + + Is this option group active? 1.5 diff --git a/xml/schema/Core/OptionValue.xml b/xml/schema/Core/OptionValue.xml index 6498b64275..87dfc45a3e 100644 --- a/xml/schema/Core/OptionValue.xml +++ b/xml/schema/Core/OptionValue.xml @@ -144,6 +144,10 @@ Option Is Active boolean 1 + + CheckBox + + Is this option active? 1.5 diff --git a/xml/schema/Core/PrintLabel.xml b/xml/schema/Core/PrintLabel.xml index 019c151c94..37b44e685d 100644 --- a/xml/schema/Core/PrintLabel.xml +++ b/xml/schema/Core/PrintLabel.xml @@ -97,6 +97,10 @@ boolean 1 true + + CheckBox + + Is this option active? 4.4 diff --git a/xml/schema/Core/StateProvince.xml b/xml/schema/Core/StateProvince.xml index ed61350f75..337872969f 100644 --- a/xml/schema/Core/StateProvince.xml +++ b/xml/schema/Core/StateProvince.xml @@ -65,6 +65,10 @@ boolean 1 true + + CheckBox + + Is this StateProvince active? 5.35 diff --git a/xml/schema/Core/StatusPreference.xml b/xml/schema/Core/StatusPreference.xml index e30ba01e64..c2aff1b240 100644 --- a/xml/schema/Core/StatusPreference.xml +++ b/xml/schema/Core/StatusPreference.xml @@ -101,6 +101,10 @@ boolean 1 true + + CheckBox + + Is this status check active? 5.19 diff --git a/xml/schema/Core/UFField.xml b/xml/schema/Core/UFField.xml index 08de9489fa..54fb67ba8d 100644 --- a/xml/schema/Core/UFField.xml +++ b/xml/schema/Core/UFField.xml @@ -71,6 +71,10 @@ boolean 1 true + + CheckBox + + Is this field currently shareable? If false, hide the field for all sharing contexts. 1.1 diff --git a/xml/schema/Core/UFGroup.xml b/xml/schema/Core/UFGroup.xml index 1f001a2964..7e1b3599f3 100644 --- a/xml/schema/Core/UFGroup.xml +++ b/xml/schema/Core/UFGroup.xml @@ -35,7 +35,11 @@ boolean 1 true - Is this form currently active? If false, hide all related fields for all sharing contexts. + + CheckBox + + + Is this profile currently active? If false, hide all related fields for all sharing contexts. 1.1 diff --git a/xml/schema/Core/UFJoin.xml b/xml/schema/Core/UFJoin.xml index 978380a567..9d0438883a 100644 --- a/xml/schema/Core/UFJoin.xml +++ b/xml/schema/Core/UFJoin.xml @@ -29,6 +29,10 @@ boolean 1 true + + CheckBox + + Is this join currently active? 1.3 diff --git a/xml/schema/Core/WordReplacement.xml b/xml/schema/Core/WordReplacement.xml index ad0400f79a..4a68e4486e 100644 --- a/xml/schema/Core/WordReplacement.xml +++ b/xml/schema/Core/WordReplacement.xml @@ -45,6 +45,10 @@ boolean 1 true + + CheckBox + + Is this entry active? 4.4 diff --git a/xml/schema/Cxn/Cxn.xml b/xml/schema/Cxn/Cxn.xml index 0a19d3c000..124b4579d7 100644 --- a/xml/schema/Cxn/Cxn.xml +++ b/xml/schema/Cxn/Cxn.xml @@ -96,6 +96,10 @@ boolean 1 true + + CheckBox + + Is connection currently enabled? 4.6 diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index 88be40b997..2fd1d8c9a1 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -288,6 +288,7 @@ 1.7 CheckBox + -- 2.25.1