|
30 | 30 | </property> |
31 | 31 |
|
32 | 32 | <!-- ENUM & BOOLEAN--> |
33 | | - <property key="attributeEnumeration" type="attribute" required="true" setLabel="true"> |
| 33 | + <property key="attributeEnumeration" type="attribute" required="true"> |
34 | 34 | <caption>Attribute</caption> |
35 | 35 | <description /> |
36 | 36 | <attributeTypes> |
37 | 37 | <attributeType name="Enum" /> |
38 | 38 | </attributeTypes> |
39 | 39 | </property> |
40 | | - <property key="attributeBoolean" type="attribute" required="true" setLabel="true"> |
| 40 | + <property key="attributeBoolean" type="attribute" required="true"> |
41 | 41 | <caption>Attribute</caption> |
42 | 42 | <description /> |
43 | 43 | <attributeTypes> |
|
50 | 50 | <caption>Selectable objects</caption> |
51 | 51 | <description /> |
52 | 52 | </property> |
53 | | - <property key="optionsSourceDatabaseItemSelection" type="selection" dataSource="optionsSourceDatabaseDataSource" onChange="onChangeDatabaseEvent"> |
54 | | - <caption>Selection type</caption> |
55 | | - <description /> |
56 | | - <selectionTypes> |
57 | | - <selectionType name="Single" /> |
58 | | - <selectionType name="Multi" /> |
59 | | - </selectionTypes> |
60 | | - </property> |
61 | 53 | </propertyGroup> |
62 | 54 | <propertyGroup caption="Caption"> |
63 | 55 | <!-- CAPTIONS --> |
|
114 | 106 | <attributeType name="Enum" /> |
115 | 107 | </attributeTypes> |
116 | 108 | </property> |
117 | | - <property key="databaseAttributeString" type="attribute" setLabel="true" required="false"> |
| 109 | + <property key="databaseAttributeString" type="attribute"> |
118 | 110 | <caption>Target attribute</caption> |
119 | 111 | <description /> |
120 | 112 | <attributeTypes> |
|
124 | 116 | <attributeType name="Enum" /> |
125 | 117 | </attributeTypes> |
126 | 118 | </property> |
127 | | - <property key="optionsSourceDatabaseDefaultValue" type="expression" required="false"> |
| 119 | + <property key="optionsSourceDatabaseDefaultValue" type="expression"> |
128 | 120 | <caption>Default value</caption> |
129 | 121 | <description /> |
130 | 122 | <returnType assignableTo="databaseAttributeString" /> |
|
133 | 125 | </propertyGroup> |
134 | 126 | <propertyGroup caption="Attribute"> |
135 | 127 | <!-- ASSOCIATION --> |
136 | | - <property key="attributeAssociation" type="association" selectableObjects="optionsSourceAssociationDataSource" required="true" setLabel="true"> |
| 128 | + <property key="attributeAssociation" type="association" selectableObjects="optionsSourceAssociationDataSource" required="true"> |
137 | 129 | <caption>Entity</caption> |
138 | 130 | <description /> |
139 | 131 | <associationTypes> |
|
149 | 141 | <!-- END OPTIONS SOURCE --> |
150 | 142 | <!-- STATIC--> |
151 | 143 | <propertyGroup caption="Values"> |
152 | | - <property key="staticAttribute" type="attribute" required="true" setLabel="true"> |
| 144 | + <property key="staticAttribute" type="attribute" required="true"> |
153 | 145 | <caption>Attribute</caption> |
154 | 146 | <description /> |
155 | 147 | <attributeTypes> |
|
0 commit comments