58 | | [Category|Id;Name;Parent;ParentParameters] |
59 | | [Category-Group| CatId; Gid; Order{bg:yellow}] |
60 | | [Group-Parameter|GId; PId; Order{bg:yellow}] |
61 | | [GroupOfParameters|Id;Name;Order] |
62 | | [Parameter-Unit|Pid;Uid{bg:yellow}] |
63 | | [Parameter|Id;Name;UrlName;ControlType;DataType;IsRequired;IsAdvanced;IsFreetext;IsActive;Maxlength;Regex;ErrorText;LabelTranslationTag;TooltipTranslationTag] |
64 | | [Unit|Id;Name;Value] |
65 | | [ParameterOptions|Name;Value;IsActive] |
66 | | [Category]->[Category-Group] |
67 | | [Category-Group]<-[GroupOfParameters] |
68 | | [GroupOfParameters]->[Group-Parameter] |
69 | | [Group-Parameter]<-[Parameter] |
70 | | [Parameter]->[Parameter-Unit] |
71 | | [Parameter-Unit]<-[Unit] |
72 | | [Parameter]->[ParameterOptions], [ParameterOptions]-[note: only for parameters of type select {bg:cornsilk}] |
| 58 | [Category|Id;Name;Parent;Level] |
| 59 | [Parameter|Id;IsRequired;IsAdvanced;GroupName] |
| 60 | [Field|Id;Name;ControlType;DataType;Label;Tooltip] |
| 61 | [Unit|Id;Name] |
| 62 | [FieldOption|Id;Name] |
| 63 | [Category]<>1->*[Parameter] |
| 64 | [Category]<>1-Children 0..*>[Category] |
| 65 | [Parameter]+->[Field] |
| 66 | [Field]<>1-Options 0..*>[FieldOption] |
| 67 | [Field]<>1-Units 0..*>[Unit] |