genexus-mcp 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/publish/GxMcp.Gateway.deps.json +125 -0
  3. package/publish/GxMcp.Gateway.dll +0 -0
  4. package/publish/GxMcp.Gateway.exe +0 -0
  5. package/publish/GxMcp.Gateway.pdb +0 -0
  6. package/publish/GxMcp.Gateway.runtimeconfig.json +20 -0
  7. package/publish/Newtonsoft.Json.dll +0 -0
  8. package/publish/System.CodeDom.dll +0 -0
  9. package/publish/System.Management.dll +0 -0
  10. package/publish/System.Security.Permissions.dll +0 -0
  11. package/publish/System.Windows.Extensions.dll +0 -0
  12. package/publish/config.json +19 -0
  13. package/publish/runtimes/win/lib/net8.0/System.Management.dll +0 -0
  14. package/publish/runtimes/win/lib/net8.0/System.Windows.Extensions.dll +0 -0
  15. package/publish/start_mcp.bat +22 -0
  16. package/publish/tool_definitions.json +1062 -0
  17. package/publish/web.config +12 -0
  18. package/publish/worker/Definitions/APIDefinition.xml +427 -0
  19. package/publish/worker/Definitions/APILanguageAttributes.xml +13 -0
  20. package/publish/worker/Definitions/APILanguageColorsDefinition.xml +247 -0
  21. package/publish/worker/Definitions/ATTDefinition.xml +12943 -0
  22. package/publish/worker/Definitions/BASEDefinition.xml +60 -0
  23. package/publish/worker/Definitions/ContextDefinition.xml +43 -0
  24. package/publish/worker/Definitions/ControlDefinition.xml +34677 -0
  25. package/publish/worker/Definitions/ControlsPEMs.xml +3852 -0
  26. package/publish/worker/Definitions/DATASELECTORDefinition.xml +117 -0
  27. package/publish/worker/Definitions/DK.Frm.Functions.psx +199 -0
  28. package/publish/worker/Definitions/DK.Trn.Rules.Functions.psx +77 -0
  29. package/publish/worker/Definitions/DK.Trn.Rules.psx +205 -0
  30. package/publish/worker/Definitions/DPRVDefinition.xml +1132 -0
  31. package/publish/worker/Definitions/DPrv.Rules.psx +30 -0
  32. package/publish/worker/Definitions/DPrv.Source.Functions.psx +2274 -0
  33. package/publish/worker/Definitions/DashboardDefinition.xml +49 -0
  34. package/publish/worker/Definitions/DeployDefinition.xml +151 -0
  35. package/publish/worker/Definitions/DesignSystemDefinition.xml +106 -0
  36. package/publish/worker/Definitions/DocumentationPartDefinition.xml +139 -0
  37. package/publish/worker/Definitions/EXODefinition.xml +1877 -0
  38. package/publish/worker/Definitions/EXOITEMDefinition.xml +5 -0
  39. package/publish/worker/Definitions/EXOMETHDefinition.xml +1236 -0
  40. package/publish/worker/Definitions/EXOPARAMDefinition.xml +883 -0
  41. package/publish/worker/Definitions/EXOPROPDefinition.xml +4620 -0
  42. package/publish/worker/Definitions/FILEDefinition.xml +223 -0
  43. package/publish/worker/Definitions/FORMCLASSDefinition.xml +133 -0
  44. package/publish/worker/Definitions/FormObjDefinition.xml +22921 -0
  45. package/publish/worker/Definitions/Frm.Functions.psx +1677 -0
  46. package/publish/worker/Definitions/Functions.psx +2117 -0
  47. package/publish/worker/Definitions/GRPDefinition.xml +78 -0
  48. package/publish/worker/Definitions/GXPMCommonDefinition.xml +8700 -0
  49. package/publish/worker/Definitions/Gxplorer_CommonDefinition.xml +5980 -0
  50. package/publish/worker/Definitions/GxpmConditions.xml +238 -0
  51. package/publish/worker/Definitions/HelpGenSettingsDefinition.xml +318 -0
  52. package/publish/worker/Definitions/IDXDefinition.xml +54 -0
  53. package/publish/worker/Definitions/IMAGEDefinition.xml +121 -0
  54. package/publish/worker/Definitions/KBDefinition.xml +696 -0
  55. package/publish/worker/Definitions/LNGDefinition.xml +558 -0
  56. package/publish/worker/Definitions/MBRDefinition.xml +131 -0
  57. package/publish/worker/Definitions/MBROPTIONDefinition.xml +211 -0
  58. package/publish/worker/Definitions/MNUDefinition.xml +334 -0
  59. package/publish/worker/Definitions/MNUOPTIONDefinition.xml +51 -0
  60. package/publish/worker/Definitions/MiniAppDefinition.xml +91 -0
  61. package/publish/worker/Definitions/ModelDefinition.xml +3518 -0
  62. package/publish/worker/Definitions/ModuleInfoDefinition.xml +113 -0
  63. package/publish/worker/Definitions/PALETTEDefinition.xml +66 -0
  64. package/publish/worker/Definitions/PRCDefinition.xml +2453 -0
  65. package/publish/worker/Definitions/Prc.Rules.Functions.psx +1925 -0
  66. package/publish/worker/Definitions/Prc.Rules.psx +393 -0
  67. package/publish/worker/Definitions/Prc.Source.Functions.psx +2308 -0
  68. package/publish/worker/Definitions/RPTDefinition.xml +2123 -0
  69. package/publish/worker/Definitions/RuntimeContextDefinition.xml +43 -0
  70. package/publish/worker/Definitions/SD.Conditions.Functions.psx +1336 -0
  71. package/publish/worker/Definitions/SD.Rules.psx +67 -0
  72. package/publish/worker/Definitions/SD.Source.Functions.psx +1562 -0
  73. package/publish/worker/Definitions/SDTDefinition.xml +176 -0
  74. package/publish/worker/Definitions/SDTITEMDefinition.xml +13239 -0
  75. package/publish/worker/Definitions/SDTLEVELDefinition.xml +384 -0
  76. package/publish/worker/Definitions/SINGLEIMAGEDefinition.xml +388 -0
  77. package/publish/worker/Definitions/STENCILDefinition.xml +73 -0
  78. package/publish/worker/Definitions/SYNCDefinition.xml +410 -0
  79. package/publish/worker/Definitions/SuperAppDefinition.xml +180 -0
  80. package/publish/worker/Definitions/Sync.Rules.psx +191 -0
  81. package/publish/worker/Definitions/TBDDefinition.xml +99 -0
  82. package/publish/worker/Definitions/TBLDefinition.xml +302 -0
  83. package/publish/worker/Definitions/TRNDefinition.xml +5640 -0
  84. package/publish/worker/Definitions/ThemeDefinition.xml +60769 -0
  85. package/publish/worker/Definitions/TransactionAttributeDefinition.xml +25 -0
  86. package/publish/worker/Definitions/TransactionLevelDefinition.xml +48 -0
  87. package/publish/worker/Definitions/Trn.Rules.Functions.psx +2237 -0
  88. package/publish/worker/Definitions/Trn.Rules.psx +560 -0
  89. package/publish/worker/Definitions/Trn.Source.Functions.psx +2154 -0
  90. package/publish/worker/Definitions/UrlRewriteDefinition.xml +66 -0
  91. package/publish/worker/Definitions/UserControlDefinition.xml +146 -0
  92. package/publish/worker/Definitions/WBPDefinition.xml +1874 -0
  93. package/publish/worker/Definitions/WKPDefinition.xml +1813 -0
  94. package/publish/worker/Definitions/Wbp.Conditions.Functions.psx +2032 -0
  95. package/publish/worker/Definitions/Wbp.Rules.Functions.psx +2170 -0
  96. package/publish/worker/Definitions/Wbp.Rules.psx +336 -0
  97. package/publish/worker/Definitions/Wbp.Source.Functions.psx +2344 -0
  98. package/publish/worker/Definitions/Wrk.Conditions.Functions.psx +1909 -0
  99. package/publish/worker/Definitions/Wrk.Rules.Functions.psx +1937 -0
  100. package/publish/worker/Definitions/Wrk.Rules.psx +453 -0
  101. package/publish/worker/Definitions/Wrk.Source.Functions.psx +2224 -0
  102. package/publish/worker/Definitions/XFLDefinition.xml +246 -0
  103. package/publish/worker/Definitions/cobolDefinition.xml +2074 -0
  104. package/publish/worker/Definitions/conditions.xml +251 -0
  105. package/publish/worker/Definitions/conditionsSD.xml +236 -0
  106. package/publish/worker/Definitions/csharpDefinition.xml +3527 -0
  107. package/publish/worker/Definitions/csharpwinDefinition.xml +2979 -0
  108. package/publish/worker/Definitions/dataprovider.xml +254 -0
  109. package/publish/worker/Definitions/ds_AS400NATIVEDefinition.xml +2167 -0
  110. package/publish/worker/Definitions/ds_DAMENGDefinition.xml +2546 -0
  111. package/publish/worker/Definitions/ds_DB2400Definition.xml +2209 -0
  112. package/publish/worker/Definitions/ds_DB2COMMONSERVERSDefinition.xml +2394 -0
  113. package/publish/worker/Definitions/ds_DBFCDXDefinition.xml +5 -0
  114. package/publish/worker/Definitions/ds_DBFIDXDefinition.xml +5 -0
  115. package/publish/worker/Definitions/ds_HANADefinition.xml +1821 -0
  116. package/publish/worker/Definitions/ds_INFORMIXDefinition.xml +2498 -0
  117. package/publish/worker/Definitions/ds_MYSQLDefinition.xml +2222 -0
  118. package/publish/worker/Definitions/ds_ORACLEDefinition.xml +2915 -0
  119. package/publish/worker/Definitions/ds_POSTGRESQLDefinition.xml +2206 -0
  120. package/publish/worker/Definitions/ds_SERVICEDefinition.xml +710 -0
  121. package/publish/worker/Definitions/ds_SQLCEDefinition.xml +822 -0
  122. package/publish/worker/Definitions/ds_SQLITEDefinition.xml +1075 -0
  123. package/publish/worker/Definitions/ds_SQLSERVERDefinition.xml +2481 -0
  124. package/publish/worker/Definitions/dv_AS400NATIVEDefinition.xml +53 -0
  125. package/publish/worker/Definitions/dv_DAMENGDefinition.xml +53 -0
  126. package/publish/worker/Definitions/dv_DB2400Definition.xml +47 -0
  127. package/publish/worker/Definitions/dv_DB2COMMONSERVERSDefinition.xml +47 -0
  128. package/publish/worker/Definitions/dv_DBFCDXDefinition.xml +47 -0
  129. package/publish/worker/Definitions/dv_DBFIDXDefinition.xml +47 -0
  130. package/publish/worker/Definitions/dv_HANADefinition.xml +53 -0
  131. package/publish/worker/Definitions/dv_INFORMIXDefinition.xml +53 -0
  132. package/publish/worker/Definitions/dv_MYSQLDefinition.xml +53 -0
  133. package/publish/worker/Definitions/dv_ORACLEDefinition.xml +53 -0
  134. package/publish/worker/Definitions/dv_POSTGRESQLDefinition.xml +53 -0
  135. package/publish/worker/Definitions/dv_SERVICEDefinition.xml +47 -0
  136. package/publish/worker/Definitions/dv_SQLCEDefinition.xml +48 -0
  137. package/publish/worker/Definitions/dv_SQLITEDefinition.xml +47 -0
  138. package/publish/worker/Definitions/dv_SQLSERVERDefinition.xml +53 -0
  139. package/publish/worker/Definitions/dvi_AS400NATIVEDefinition.xml +53 -0
  140. package/publish/worker/Definitions/dvi_DAMENGDefinition.xml +53 -0
  141. package/publish/worker/Definitions/dvi_DB2400Definition.xml +47 -0
  142. package/publish/worker/Definitions/dvi_DB2COMMONSERVERSDefinition.xml +47 -0
  143. package/publish/worker/Definitions/dvi_DBFCDXDefinition.xml +51 -0
  144. package/publish/worker/Definitions/dvi_DBFIDXDefinition.xml +47 -0
  145. package/publish/worker/Definitions/dvi_HANADefinition.xml +53 -0
  146. package/publish/worker/Definitions/dvi_INFORMIXDefinition.xml +53 -0
  147. package/publish/worker/Definitions/dvi_MYSQLDefinition.xml +53 -0
  148. package/publish/worker/Definitions/dvi_ORACLEDefinition.xml +53 -0
  149. package/publish/worker/Definitions/dvi_POSTGRESQLDefinition.xml +53 -0
  150. package/publish/worker/Definitions/dvi_SERVICEDefinition.xml +47 -0
  151. package/publish/worker/Definitions/dvi_SQLCEDefinition.xml +48 -0
  152. package/publish/worker/Definitions/dvi_SQLITEDefinition.xml +47 -0
  153. package/publish/worker/Definitions/dvi_SQLSERVERDefinition.xml +53 -0
  154. package/publish/worker/Definitions/events.xml +340 -0
  155. package/publish/worker/Definitions/eventsSD.xml +331 -0
  156. package/publish/worker/Definitions/exportDefinition.xml +123 -0
  157. package/publish/worker/Definitions/formula.xml +215 -0
  158. package/publish/worker/Definitions/gxtypes.xml +24099 -0
  159. package/publish/worker/Definitions/importDefinition.xml +148 -0
  160. package/publish/worker/Definitions/javaDefinition.xml +4733 -0
  161. package/publish/worker/Definitions/kbInfoDefinition.xml +43 -0
  162. package/publish/worker/Definitions/netcoreDefinition.xml +3506 -0
  163. package/publish/worker/Definitions/netmobileDefinition.xml +1559 -0
  164. package/publish/worker/Definitions/procedures.xml +292 -0
  165. package/publish/worker/Definitions/rpgDefinition.xml +2083 -0
  166. package/publish/worker/Definitions/rubyDefinition.xml +1358 -0
  167. package/publish/worker/Definitions/rules.xml +279 -0
  168. package/publish/worker/Definitions/rulesSD.xml +253 -0
  169. package/publish/worker/Definitions/sdpatternsDefinition.xml +3509 -0
  170. package/publish/worker/Definitions/smartdeviceDefinition.xml +897 -0
  171. package/publish/worker/Definitions/trn_src.xml +335 -0
  172. package/publish/worker/Definitions/vfpDefinition.xml +2372 -0
  173. package/publish/worker/Definitions/vfpcsDefinition.xml +2631 -0
  174. package/publish/worker/GxMcp.Worker.exe +0 -0
  175. package/publish/worker/GxMcp.Worker.exe.config +76 -0
  176. package/publish/worker/GxMcp.Worker.pdb +0 -0
  177. package/publish/worker/Newtonsoft.Json.dll +0 -0
@@ -0,0 +1,883 @@
1
+ <?xml version='1.0' encoding='iso-8859-1'?>
2
+ <Content version='148598 $'>
3
+ <Object id='EXOPARAM' inheritance='EXOITEM '>
4
+ <Group>
5
+ <Name>ExternalObjectParameter</Name>
6
+ <Type>Main</Type>
7
+ <Children>
8
+ <Prop>
9
+ <Id>ExoParamAccessType</Id>
10
+ <Name>Access Type</Name>
11
+ <Type>Combo</Type>
12
+ <Default>inout</Default>
13
+ <Values>
14
+ <Value id='in' desc='In'/>
15
+ <Value id='inout' desc='InOut'/>
16
+ <Value id='out' desc='Out'/>
17
+ </Values>
18
+ </Prop>
19
+ <Prop>
20
+ <Id>IntName</Id>
21
+ <Name>Internal Name</Name>
22
+ <Type>Text</Type>
23
+ </Prop>
24
+ <Prop>
25
+ <Id>ExoItemDesc</Id>
26
+ <Name>Description</Name>
27
+ <Type>Text</Type>
28
+ </Prop>
29
+ <Prop>
30
+ <Id>ExoItemType</Id>
31
+ <Name>Type</Name>
32
+ <Type>Custom</Type>
33
+ <CustomType>Artech.Genexus.Common.CustomTypes.GenexusType, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
34
+ <Metadata>
35
+ <Value name='customReadOnlyResolver'>Artech.Genexus.Common.Resolvers.Readonly.ExoItemTypeReadonlyResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
36
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExoItemTypeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
37
+ </Metadata>
38
+ </Prop>
39
+ <Prop hidden='1'>
40
+ <Id>ExoItemLength</Id>
41
+ <Name>Length</Name>
42
+ <Type>Integer</Type>
43
+ <Default>8</Default>
44
+ <Metadata>
45
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExoItemLengthDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
46
+ </Metadata>
47
+ <Options>
48
+ <Option type='Not Show'/>
49
+ </Options>
50
+ </Prop>
51
+ <Prop hidden='1'>
52
+ <Id>ExoItemDecimals</Id>
53
+ <Name>Decimals</Name>
54
+ <Type>Integer</Type>
55
+ <Metadata>
56
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExoItemDecimalsDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
57
+ </Metadata>
58
+ <Options>
59
+ <Option type='Not Show'/>
60
+ </Options>
61
+ </Prop>
62
+ <Prop hidden='1'>
63
+ <Id>ExoItemSigned</Id>
64
+ <Name>Signed</Name>
65
+ <Type>Boolean</Type>
66
+ <Metadata>
67
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExoItemSignedDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
68
+ </Metadata>
69
+ <Options>
70
+ <Option type='Not Show'/>
71
+ </Options>
72
+ </Prop>
73
+ <Prop hidden='1'>
74
+ <Id>ExoItemIsCollection</Id>
75
+ <Name>Collection</Name>
76
+ <Type>Boolean</Type>
77
+ <Metadata>
78
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExoItemCollectionDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
79
+ </Metadata>
80
+ <Options>
81
+ <Option type='Not Show'/>
82
+ </Options>
83
+ </Prop>
84
+ <Prop>
85
+ <Id>ExoItemBasedOn</Id>
86
+ <Name>Based on</Name>
87
+ <Type>Custom</Type>
88
+ <CustomType>Artech.Genexus.Common.CustomTypes.BasedOnReference, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</CustomType>
89
+ <Metadata>
90
+ <Value name='customValidResolver'>Artech.Genexus.Common.Resolvers.BasedOnValidResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
91
+ <Value name='AfterSetValueHandler'>Artech.Genexus.Common.Resolvers.Handlers.BasedOnExoItemAfterSetValueHandler, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
92
+ <Value name='FlagSpecificationName'>basedon</Value>
93
+ </Metadata>
94
+ </Prop>
95
+ <Prop hidden='1'>
96
+ <Id>ExoTypeRef</Id>
97
+ <Name>ExternalObjectType</Name>
98
+ <Type>Integer</Type>
99
+ <Metadata>
100
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExternalObjectTypeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
101
+ <Value name='FlagNoCacheDefault'></Value>
102
+ </Metadata>
103
+ <Options>
104
+ <Option type='Not Show'/>
105
+ <Option type="Don't serialize"/>
106
+ </Options>
107
+ </Prop>
108
+ <Prop hidden='1'>
109
+ <Id>DataTypeString</Id>
110
+ <Name>DataTypeString</Name>
111
+ <Type>Text</Type>
112
+ <Metadata>
113
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.DataTypeStringDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
114
+ <Value name='FlagDeklarit'></Value>
115
+ </Metadata>
116
+ <Options>
117
+ <Option type='Not Show'/>
118
+ </Options>
119
+ </Prop>
120
+ <Prop hidden='1'>
121
+ <Id>ExoParamExternalName</Id>
122
+ <Name>External Name</Name>
123
+ <Type>Text</Type>
124
+ <Dependencies>
125
+ <Depend type='Apply'>
126
+ <Cond>value(ExoTypeRef) == 1</Cond>
127
+ <Condition>
128
+ <Expression>
129
+ <Type>Comparison</Type>
130
+ <Operator>Equal</Operator>
131
+ <PropName>ExoTypeRef</PropName>
132
+ <Value>1</Value>
133
+ </Expression>
134
+ </Condition>
135
+ </Depend>
136
+ </Dependencies>
137
+ </Prop>
138
+ <Group hidden='1'>
139
+ <Id>EXOPARAMInfoXML</Id>
140
+ <Name>XML Information</Name>
141
+ <Description>XML Information</Description>
142
+ <Type>Group</Type>
143
+ <Dependencies>
144
+ <Depend type='Apply'>
145
+ <Cond>value(ExoTypeRef) == 2</Cond>
146
+ <Condition>
147
+ <Expression>
148
+ <Type>Comparison</Type>
149
+ <Operator>Equal</Operator>
150
+ <PropName>ExoTypeRef</PropName>
151
+ <Value>2</Value>
152
+ </Expression>
153
+ </Condition>
154
+ </Depend>
155
+ </Dependencies>
156
+ <Children>
157
+ <Prop hidden='1'>
158
+ <Id>ExoName</Id>
159
+ <Name>XML Name</Name>
160
+ <Type>Text</Type>
161
+ <Metadata>
162
+ <Value name='ConstantName'>XmlName</Value>
163
+ <Value name='FlagSpecificationName'>XmlName</Value>
164
+ </Metadata>
165
+ </Prop>
166
+ <Prop hidden='1'>
167
+ <Id>ExoNamespace</Id>
168
+ <Name>XML Namespace</Name>
169
+ <Type>Text</Type>
170
+ <Metadata>
171
+ <Value name='ConstantName'>XmlNamespace</Value>
172
+ <Value name='FlagSpecificationName'>XmlNamespace</Value>
173
+ </Metadata>
174
+ </Prop>
175
+ <Prop hidden='1'>
176
+ <Id>ExoItemExtType</Id>
177
+ <Name>Soap Type</Name>
178
+ <Type>Text</Type>
179
+ <Metadata>
180
+ <Value name='ConstantName'>ExternalType</Value>
181
+ </Metadata>
182
+ </Prop>
183
+ <Prop hidden='1'>
184
+ <Id>ExoItemWRAPPEDCOLLECTION</Id>
185
+ <Name>Collection Serialization</Name>
186
+ <Description>Collection Serialization</Description>
187
+ <Type>Combo</Type>
188
+ <Default>idXmlCollectionWrapped</Default>
189
+ <Values>
190
+ <Value id='idXmlCollectionWrapped' desc='Wrapped'/>
191
+ <Value id='idXmlCollectionSequence' desc='Sequence'/>
192
+ </Values>
193
+ <Dependencies>
194
+ <Depend type='Not Show'>
195
+ <Cond>value(ExoItemIsCollection) == false</Cond>
196
+ <Condition>
197
+ <Expression>
198
+ <Type>Comparison</Type>
199
+ <Operator>Equal</Operator>
200
+ <PropName>ExoItemIsCollection</PropName>
201
+ <Value>false</Value>
202
+ </Expression>
203
+ </Condition>
204
+ </Depend>
205
+ </Dependencies>
206
+ <Metadata>
207
+ <Value name='FlagSpecificationName'>CollectionSerialization</Value>
208
+ </Metadata>
209
+ </Prop>
210
+ <Prop hidden='1'>
211
+ <Id>ExoItemCollectionItemName</Id>
212
+ <Name>Collection Item Name</Name>
213
+ <Description>Collection Item Name</Description>
214
+ <Type>Text</Type>
215
+ <Dependencies>
216
+ <Depend type='Not Show'>
217
+ <Cond>value(ExoItemIsCollection) == false</Cond>
218
+ <Condition>
219
+ <Expression>
220
+ <Type>Comparison</Type>
221
+ <Operator>Equal</Operator>
222
+ <PropName>ExoItemIsCollection</PropName>
223
+ <Value>false</Value>
224
+ </Expression>
225
+ </Condition>
226
+ </Depend>
227
+ </Dependencies>
228
+ <Metadata>
229
+ <Value name='FlagSpecificationName'>CollectionItemName</Value>
230
+ </Metadata>
231
+ </Prop>
232
+ </Children>
233
+ </Group>
234
+ <Group hidden='1'>
235
+ <Id>EXOInfoCSHARP</Id>
236
+ <Name>.NET Framework Information</Name>
237
+ <Description>.NET Framework Information</Description>
238
+ <Type>Group</Type>
239
+ <Dependencies>
240
+ <Depend type='Apply'>
241
+ <Cond>(value(ExoTypeRef) == 0) or ((context(ExoType) == 0) or ((value(ExoTypeRef) == 5) or (context(ExoType) == 5)))</Cond>
242
+ <Condition>
243
+ <Expression>
244
+ <Type>BooleanExpression</Type>
245
+ <FirstPart>
246
+ <Expression>
247
+ <Type>Comparison</Type>
248
+ <Operator>Equal</Operator>
249
+ <PropName>ExoTypeRef</PropName>
250
+ <Value>0</Value>
251
+ </Expression>
252
+ </FirstPart>
253
+ <Operator>or</Operator>
254
+ <SecondPart>
255
+ <Expression>
256
+ <Type>BooleanExpression</Type>
257
+ <FirstPart>
258
+ <Expression>
259
+ <Type>Comparison</Type>
260
+ <Operator>Equal</Operator>
261
+ <PropName source='context'>ExoType</PropName>
262
+ <Value>0</Value>
263
+ </Expression>
264
+ </FirstPart>
265
+ <Operator>or</Operator>
266
+ <SecondPart>
267
+ <Expression>
268
+ <Type>BooleanExpression</Type>
269
+ <FirstPart>
270
+ <Expression>
271
+ <Type>Comparison</Type>
272
+ <Operator>Equal</Operator>
273
+ <PropName>ExoTypeRef</PropName>
274
+ <Value>5</Value>
275
+ </Expression>
276
+ </FirstPart>
277
+ <Operator>or</Operator>
278
+ <SecondPart>
279
+ <Expression>
280
+ <Type>Comparison</Type>
281
+ <Operator>Equal</Operator>
282
+ <PropName source='context'>ExoType</PropName>
283
+ <Value>5</Value>
284
+ </Expression>
285
+ </SecondPart>
286
+ </Expression>
287
+ </SecondPart>
288
+ </Expression>
289
+ </SecondPart>
290
+ </Expression>
291
+ </Condition>
292
+ </Depend>
293
+ </Dependencies>
294
+ <Children>
295
+ <Prop hidden='1'>
296
+ <Id>ExoNameCSHARP</Id>
297
+ <Name>.Net External Name</Name>
298
+ <Type>Text</Type>
299
+ <Dependencies>
300
+ <Depend type='Apply'>
301
+ <Cond>(context(ExoType) == 0) or (context(ExoType) == 5)</Cond>
302
+ <Condition>
303
+ <Expression>
304
+ <Type>BooleanExpression</Type>
305
+ <FirstPart>
306
+ <Expression>
307
+ <Type>Comparison</Type>
308
+ <Operator>Equal</Operator>
309
+ <PropName source='context'>ExoType</PropName>
310
+ <Value>0</Value>
311
+ </Expression>
312
+ </FirstPart>
313
+ <Operator>or</Operator>
314
+ <SecondPart>
315
+ <Expression>
316
+ <Type>Comparison</Type>
317
+ <Operator>Equal</Operator>
318
+ <PropName source='context'>ExoType</PropName>
319
+ <Value>5</Value>
320
+ </Expression>
321
+ </SecondPart>
322
+ </Expression>
323
+ </Condition>
324
+ </Depend>
325
+ </Dependencies>
326
+ <Metadata>
327
+ <Value name='ConstantName'>ExternalNameCSHARP</Value>
328
+ <Value name='FlagDisplayName'>.NET Framework External Name</Value>
329
+ </Metadata>
330
+ </Prop>
331
+ <Prop hidden='1'>
332
+ <Id>ExoItemExtTypeCSHARP</Id>
333
+ <Name>.Net External Type</Name>
334
+ <Type>Text</Type>
335
+ <Metadata>
336
+ <Value name='ConstantName'>ExternalTypeCSHARP</Value>
337
+ <Value name='FlagDisplayName'>.NET Framework External Type</Value>
338
+ </Metadata>
339
+ </Prop>
340
+ </Children>
341
+ </Group>
342
+ <Group hidden='1'>
343
+ <Id>EXOInfoNETCORE</Id>
344
+ <Name>.NET Information</Name>
345
+ <Description>.NET Information</Description>
346
+ <Type>Group</Type>
347
+ <Dependencies>
348
+ <Depend type='Apply'>
349
+ <Cond>(value(ExoTypeRef) == 0) or ((context(ExoType) == 0) or ((value(ExoTypeRef) == 5) or (context(ExoType) == 5)))</Cond>
350
+ <Condition>
351
+ <Expression>
352
+ <Type>BooleanExpression</Type>
353
+ <FirstPart>
354
+ <Expression>
355
+ <Type>Comparison</Type>
356
+ <Operator>Equal</Operator>
357
+ <PropName>ExoTypeRef</PropName>
358
+ <Value>0</Value>
359
+ </Expression>
360
+ </FirstPart>
361
+ <Operator>or</Operator>
362
+ <SecondPart>
363
+ <Expression>
364
+ <Type>BooleanExpression</Type>
365
+ <FirstPart>
366
+ <Expression>
367
+ <Type>Comparison</Type>
368
+ <Operator>Equal</Operator>
369
+ <PropName source='context'>ExoType</PropName>
370
+ <Value>0</Value>
371
+ </Expression>
372
+ </FirstPart>
373
+ <Operator>or</Operator>
374
+ <SecondPart>
375
+ <Expression>
376
+ <Type>BooleanExpression</Type>
377
+ <FirstPart>
378
+ <Expression>
379
+ <Type>Comparison</Type>
380
+ <Operator>Equal</Operator>
381
+ <PropName>ExoTypeRef</PropName>
382
+ <Value>5</Value>
383
+ </Expression>
384
+ </FirstPart>
385
+ <Operator>or</Operator>
386
+ <SecondPart>
387
+ <Expression>
388
+ <Type>Comparison</Type>
389
+ <Operator>Equal</Operator>
390
+ <PropName source='context'>ExoType</PropName>
391
+ <Value>5</Value>
392
+ </Expression>
393
+ </SecondPart>
394
+ </Expression>
395
+ </SecondPart>
396
+ </Expression>
397
+ </SecondPart>
398
+ </Expression>
399
+ </Condition>
400
+ </Depend>
401
+ </Dependencies>
402
+ <Children>
403
+ <Prop hidden='1'>
404
+ <Id>ExoNameNETCORE</Id>
405
+ <Name>.Net Core External Name</Name>
406
+ <Type>Text</Type>
407
+ <Dependencies>
408
+ <Depend type='Apply'>
409
+ <Cond>(context(ExoType) == 0) or (context(ExoType) == 5)</Cond>
410
+ <Condition>
411
+ <Expression>
412
+ <Type>BooleanExpression</Type>
413
+ <FirstPart>
414
+ <Expression>
415
+ <Type>Comparison</Type>
416
+ <Operator>Equal</Operator>
417
+ <PropName source='context'>ExoType</PropName>
418
+ <Value>0</Value>
419
+ </Expression>
420
+ </FirstPart>
421
+ <Operator>or</Operator>
422
+ <SecondPart>
423
+ <Expression>
424
+ <Type>Comparison</Type>
425
+ <Operator>Equal</Operator>
426
+ <PropName source='context'>ExoType</PropName>
427
+ <Value>5</Value>
428
+ </Expression>
429
+ </SecondPart>
430
+ </Expression>
431
+ </Condition>
432
+ </Depend>
433
+ </Dependencies>
434
+ <Metadata>
435
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExternalObjectNetCoreNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
436
+ <Value name='ConstantName'>ExternalNameNETCORE</Value>
437
+ <Value name='FlagDisplayName'>.NET External Name</Value>
438
+ </Metadata>
439
+ </Prop>
440
+ <Prop hidden='1'>
441
+ <Id>ExoItemExtTypeNETCORE</Id>
442
+ <Name>.Net Core External Type</Name>
443
+ <Type>Text</Type>
444
+ <Metadata>
445
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExternalObjectNetCoreTypeDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
446
+ <Value name='ConstantName'>ExternalTypeNETCORE</Value>
447
+ <Value name='FlagDisplayName'>.NET External Type</Value>
448
+ </Metadata>
449
+ </Prop>
450
+ </Children>
451
+ </Group>
452
+ <Group hidden='1'>
453
+ <Id>EXOInfoJAVA</Id>
454
+ <Name>Java Information</Name>
455
+ <Description>Java Information</Description>
456
+ <Type>Group</Type>
457
+ <Dependencies>
458
+ <Depend type='Apply'>
459
+ <Cond>(value(ExoTypeRef) == 0) or ((context(ExoType) == 0) or ((value(ExoTypeRef) == 5) or (context(ExoType) == 5)))</Cond>
460
+ <Condition>
461
+ <Expression>
462
+ <Type>BooleanExpression</Type>
463
+ <FirstPart>
464
+ <Expression>
465
+ <Type>Comparison</Type>
466
+ <Operator>Equal</Operator>
467
+ <PropName>ExoTypeRef</PropName>
468
+ <Value>0</Value>
469
+ </Expression>
470
+ </FirstPart>
471
+ <Operator>or</Operator>
472
+ <SecondPart>
473
+ <Expression>
474
+ <Type>BooleanExpression</Type>
475
+ <FirstPart>
476
+ <Expression>
477
+ <Type>Comparison</Type>
478
+ <Operator>Equal</Operator>
479
+ <PropName source='context'>ExoType</PropName>
480
+ <Value>0</Value>
481
+ </Expression>
482
+ </FirstPart>
483
+ <Operator>or</Operator>
484
+ <SecondPart>
485
+ <Expression>
486
+ <Type>BooleanExpression</Type>
487
+ <FirstPart>
488
+ <Expression>
489
+ <Type>Comparison</Type>
490
+ <Operator>Equal</Operator>
491
+ <PropName>ExoTypeRef</PropName>
492
+ <Value>5</Value>
493
+ </Expression>
494
+ </FirstPart>
495
+ <Operator>or</Operator>
496
+ <SecondPart>
497
+ <Expression>
498
+ <Type>Comparison</Type>
499
+ <Operator>Equal</Operator>
500
+ <PropName source='context'>ExoType</PropName>
501
+ <Value>5</Value>
502
+ </Expression>
503
+ </SecondPart>
504
+ </Expression>
505
+ </SecondPart>
506
+ </Expression>
507
+ </SecondPart>
508
+ </Expression>
509
+ </Condition>
510
+ </Depend>
511
+ </Dependencies>
512
+ <Children>
513
+ <Prop hidden='1'>
514
+ <Id>ExoNameJAVA</Id>
515
+ <Name>Java External Name</Name>
516
+ <Type>Text</Type>
517
+ <Dependencies>
518
+ <Depend type='Apply'>
519
+ <Cond>(context(ExoType) == 0) or (context(ExoType) == 5)</Cond>
520
+ <Condition>
521
+ <Expression>
522
+ <Type>BooleanExpression</Type>
523
+ <FirstPart>
524
+ <Expression>
525
+ <Type>Comparison</Type>
526
+ <Operator>Equal</Operator>
527
+ <PropName source='context'>ExoType</PropName>
528
+ <Value>0</Value>
529
+ </Expression>
530
+ </FirstPart>
531
+ <Operator>or</Operator>
532
+ <SecondPart>
533
+ <Expression>
534
+ <Type>Comparison</Type>
535
+ <Operator>Equal</Operator>
536
+ <PropName source='context'>ExoType</PropName>
537
+ <Value>5</Value>
538
+ </Expression>
539
+ </SecondPart>
540
+ </Expression>
541
+ </Condition>
542
+ </Depend>
543
+ </Dependencies>
544
+ <Metadata>
545
+ <Value name='ConstantName'>ExternalNameJAVA</Value>
546
+ </Metadata>
547
+ </Prop>
548
+ <Prop hidden='1'>
549
+ <Id>ExoItemExtTypeJAVA</Id>
550
+ <Name>Java External Type</Name>
551
+ <Type>Text</Type>
552
+ <Metadata>
553
+ <Value name='ConstantName'>ExternalTypeJAVA</Value>
554
+ </Metadata>
555
+ </Prop>
556
+ </Children>
557
+ </Group>
558
+ <Group hidden='1'>
559
+ <Id>EXOInfoRuby</Id>
560
+ <Name>Ruby Information</Name>
561
+ <Description>Ruby Information</Description>
562
+ <Type>Group</Type>
563
+ <Dependencies>
564
+ <Depend type='Apply'>
565
+ <Cond>(value(ExoTypeRef) == 0) or (context(ExoType) == 0)</Cond>
566
+ <Condition>
567
+ <Expression>
568
+ <Type>BooleanExpression</Type>
569
+ <FirstPart>
570
+ <Expression>
571
+ <Type>Comparison</Type>
572
+ <Operator>Equal</Operator>
573
+ <PropName>ExoTypeRef</PropName>
574
+ <Value>0</Value>
575
+ </Expression>
576
+ </FirstPart>
577
+ <Operator>or</Operator>
578
+ <SecondPart>
579
+ <Expression>
580
+ <Type>Comparison</Type>
581
+ <Operator>Equal</Operator>
582
+ <PropName source='context'>ExoType</PropName>
583
+ <Value>0</Value>
584
+ </Expression>
585
+ </SecondPart>
586
+ </Expression>
587
+ </Condition>
588
+ </Depend>
589
+ </Dependencies>
590
+ <Metadata>
591
+ <Value name='FlagCategories'>Deprecated</Value>
592
+ <Value name='customVisibleResolver'>Artech.Genexus.Common.Resolvers.Visible.HasRubyVisibleResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
593
+ </Metadata>
594
+ <Children>
595
+ <Prop hidden='1'>
596
+ <Id>ExoNameRuby</Id>
597
+ <Name>Ruby External Name</Name>
598
+ <Type>Text</Type>
599
+ <Dependencies>
600
+ <Depend type='Apply'>
601
+ <Cond>context(ExoType) == 0</Cond>
602
+ <Condition>
603
+ <Expression>
604
+ <Type>Comparison</Type>
605
+ <Operator>Equal</Operator>
606
+ <PropName source='context'>ExoType</PropName>
607
+ <Value>0</Value>
608
+ </Expression>
609
+ </Condition>
610
+ </Depend>
611
+ </Dependencies>
612
+ <Metadata>
613
+ <Value name='ConstantName'>ExternalNameRuby</Value>
614
+ </Metadata>
615
+ </Prop>
616
+ <Prop hidden='1'>
617
+ <Id>ExoItemExtTypeRuby</Id>
618
+ <Name>Ruby External Type</Name>
619
+ <Type>Text</Type>
620
+ <Metadata>
621
+ <Value name='ConstantName'>ExternalTypeRuby</Value>
622
+ </Metadata>
623
+ </Prop>
624
+ </Children>
625
+ </Group>
626
+ <Group hidden='1'>
627
+ <Id>EXOInfoIOS</Id>
628
+ <Name>iOS Information</Name>
629
+ <Description>iOS Information</Description>
630
+ <Type>Group</Type>
631
+ <Dependencies>
632
+ <Depend type='Apply'>
633
+ <Cond>(value(ExoTypeRef) == 0) or (context(ExoType) == 0)</Cond>
634
+ <Condition>
635
+ <Expression>
636
+ <Type>BooleanExpression</Type>
637
+ <FirstPart>
638
+ <Expression>
639
+ <Type>Comparison</Type>
640
+ <Operator>Equal</Operator>
641
+ <PropName>ExoTypeRef</PropName>
642
+ <Value>0</Value>
643
+ </Expression>
644
+ </FirstPart>
645
+ <Operator>or</Operator>
646
+ <SecondPart>
647
+ <Expression>
648
+ <Type>Comparison</Type>
649
+ <Operator>Equal</Operator>
650
+ <PropName source='context'>ExoType</PropName>
651
+ <Value>0</Value>
652
+ </Expression>
653
+ </SecondPart>
654
+ </Expression>
655
+ </Condition>
656
+ </Depend>
657
+ </Dependencies>
658
+ <Children>
659
+ <Prop hidden='1'>
660
+ <Id>ExoNameIOS</Id>
661
+ <Name>iOS External Name</Name>
662
+ <Type>Text</Type>
663
+ <Dependencies>
664
+ <Depend type='Apply'>
665
+ <Cond>context(ExoType) == 0</Cond>
666
+ <Condition>
667
+ <Expression>
668
+ <Type>Comparison</Type>
669
+ <Operator>Equal</Operator>
670
+ <PropName source='context'>ExoType</PropName>
671
+ <Value>0</Value>
672
+ </Expression>
673
+ </Condition>
674
+ </Depend>
675
+ </Dependencies>
676
+ <Metadata>
677
+ <Value name='ConstantName'>ExternalNameIOS</Value>
678
+ <Value name='FlagDisplayName'>iOS External Name</Value>
679
+ </Metadata>
680
+ </Prop>
681
+ <Prop hidden='1'>
682
+ <Id>ExoItemExtTypeIOS</Id>
683
+ <Name>iOS External Type</Name>
684
+ <Type>Text</Type>
685
+ <Metadata>
686
+ <Value name='ConstantName'>ExternalTypeIOS</Value>
687
+ <Value name='FlagDisplayName'>iOS External Type</Value>
688
+ </Metadata>
689
+ </Prop>
690
+ </Children>
691
+ </Group>
692
+ <Group hidden='1'>
693
+ <Id>EXOInfoANDROID</Id>
694
+ <Name>Android Information</Name>
695
+ <Description>Android Information</Description>
696
+ <Type>Group</Type>
697
+ <Dependencies>
698
+ <Depend type='Apply'>
699
+ <Cond>(value(ExoTypeRef) == 0) or (context(ExoType) == 0)</Cond>
700
+ <Condition>
701
+ <Expression>
702
+ <Type>BooleanExpression</Type>
703
+ <FirstPart>
704
+ <Expression>
705
+ <Type>Comparison</Type>
706
+ <Operator>Equal</Operator>
707
+ <PropName>ExoTypeRef</PropName>
708
+ <Value>0</Value>
709
+ </Expression>
710
+ </FirstPart>
711
+ <Operator>or</Operator>
712
+ <SecondPart>
713
+ <Expression>
714
+ <Type>Comparison</Type>
715
+ <Operator>Equal</Operator>
716
+ <PropName source='context'>ExoType</PropName>
717
+ <Value>0</Value>
718
+ </Expression>
719
+ </SecondPart>
720
+ </Expression>
721
+ </Condition>
722
+ </Depend>
723
+ </Dependencies>
724
+ <Children>
725
+ <Prop hidden='1'>
726
+ <Id>ExoNameANDROID</Id>
727
+ <Name>Android External Name</Name>
728
+ <Type>Text</Type>
729
+ <Dependencies>
730
+ <Depend type='Apply'>
731
+ <Cond>context(ExoType) == 0</Cond>
732
+ <Condition>
733
+ <Expression>
734
+ <Type>Comparison</Type>
735
+ <Operator>Equal</Operator>
736
+ <PropName source='context'>ExoType</PropName>
737
+ <Value>0</Value>
738
+ </Expression>
739
+ </Condition>
740
+ </Depend>
741
+ </Dependencies>
742
+ <Metadata>
743
+ <Value name='ConstantName'>ExternalNameAndroid</Value>
744
+ </Metadata>
745
+ </Prop>
746
+ <Prop hidden='1'>
747
+ <Id>ExoItemExtTypeANDROID</Id>
748
+ <Name>Android External Type</Name>
749
+ <Type>Text</Type>
750
+ <Metadata>
751
+ <Value name='ConstantName'>ExternalTypeANDROID</Value>
752
+ </Metadata>
753
+ </Prop>
754
+ </Children>
755
+ </Group>
756
+ <Group hidden='1'>
757
+ <Id>EXOInfoJS</Id>
758
+ <Name>Javascript Information</Name>
759
+ <Description>Javascript Information</Description>
760
+ <Type>Group</Type>
761
+ <Dependencies>
762
+ <Depend type='Apply'>
763
+ <Cond>(value(ExoTypeRef) == 0) or (context(ExoType) == 0)</Cond>
764
+ <Condition>
765
+ <Expression>
766
+ <Type>BooleanExpression</Type>
767
+ <FirstPart>
768
+ <Expression>
769
+ <Type>Comparison</Type>
770
+ <Operator>Equal</Operator>
771
+ <PropName>ExoTypeRef</PropName>
772
+ <Value>0</Value>
773
+ </Expression>
774
+ </FirstPart>
775
+ <Operator>or</Operator>
776
+ <SecondPart>
777
+ <Expression>
778
+ <Type>Comparison</Type>
779
+ <Operator>Equal</Operator>
780
+ <PropName source='context'>ExoType</PropName>
781
+ <Value>0</Value>
782
+ </Expression>
783
+ </SecondPart>
784
+ </Expression>
785
+ </Condition>
786
+ </Depend>
787
+ </Dependencies>
788
+ <Children>
789
+ <Prop hidden='1'>
790
+ <Id>ExoNameJS</Id>
791
+ <Name>Javascript External Name</Name>
792
+ <Type>Text</Type>
793
+ <Dependencies>
794
+ <Depend type='Apply'>
795
+ <Cond>context(ExoType) == 0</Cond>
796
+ <Condition>
797
+ <Expression>
798
+ <Type>Comparison</Type>
799
+ <Operator>Equal</Operator>
800
+ <PropName source='context'>ExoType</PropName>
801
+ <Value>0</Value>
802
+ </Expression>
803
+ </Condition>
804
+ </Depend>
805
+ </Dependencies>
806
+ <Metadata>
807
+ <Value name='customDefaultResolver'>Artech.Genexus.Common.Resolvers.Default.ExternalObjectJSNameDefaultResolver, Artech.Genexus.Common, PublicKeyToken=6f5bf81c27b6b8aa</Value>
808
+ <Value name='ConstantName'>ExternalNameJS</Value>
809
+ </Metadata>
810
+ </Prop>
811
+ </Children>
812
+ </Group>
813
+ <Group hidden='1'>
814
+ <Id>EXOInfoJSModule</Id>
815
+ <Name>Javascript Module Information</Name>
816
+ <Description>Javascript Module Information</Description>
817
+ <Type>Group</Type>
818
+ <Dependencies>
819
+ <Depend type='Apply'>
820
+ <Cond>(value(ExoTypeRef) == 0) or (context(ExoType) == 0)</Cond>
821
+ <Condition>
822
+ <Expression>
823
+ <Type>BooleanExpression</Type>
824
+ <FirstPart>
825
+ <Expression>
826
+ <Type>Comparison</Type>
827
+ <Operator>Equal</Operator>
828
+ <PropName>ExoTypeRef</PropName>
829
+ <Value>0</Value>
830
+ </Expression>
831
+ </FirstPart>
832
+ <Operator>or</Operator>
833
+ <SecondPart>
834
+ <Expression>
835
+ <Type>Comparison</Type>
836
+ <Operator>Equal</Operator>
837
+ <PropName source='context'>ExoType</PropName>
838
+ <Value>0</Value>
839
+ </Expression>
840
+ </SecondPart>
841
+ </Expression>
842
+ </Condition>
843
+ </Depend>
844
+ </Dependencies>
845
+ <Children>
846
+ </Children>
847
+ </Group>
848
+ <Prop hidden='1'>
849
+ <Id>ExoItemExtTypeBeanJAVA</Id>
850
+ <Name>External Type</Name>
851
+ <Type>Text</Type>
852
+ <Dependencies>
853
+ <Depend type='Apply'>
854
+ <Cond>(value(ExoTypeRef) == 4) or (context(ExoType) == 4)</Cond>
855
+ <Condition>
856
+ <Expression>
857
+ <Type>BooleanExpression</Type>
858
+ <FirstPart>
859
+ <Expression>
860
+ <Type>Comparison</Type>
861
+ <Operator>Equal</Operator>
862
+ <PropName>ExoTypeRef</PropName>
863
+ <Value>4</Value>
864
+ </Expression>
865
+ </FirstPart>
866
+ <Operator>or</Operator>
867
+ <SecondPart>
868
+ <Expression>
869
+ <Type>Comparison</Type>
870
+ <Operator>Equal</Operator>
871
+ <PropName source='context'>ExoType</PropName>
872
+ <Value>4</Value>
873
+ </Expression>
874
+ </SecondPart>
875
+ </Expression>
876
+ </Condition>
877
+ </Depend>
878
+ </Dependencies>
879
+ </Prop>
880
+ </Children>
881
+ </Group>
882
+ </Object>
883
+ </Content>