252 "name": "Stub: Derived Object Type with omitted attributes",
253 "base": "nx.stub.baseObjectType1",
254 "omittedBaseAttributes":
255 [
256 "(Base) Number attribute",
257 "(Base) Boolean attribute",
258 "(Base) Enum attribute",
259 "(Base) Color attribute",
260 "(Base) Object attribute"
261 ],
262 "attributes":
263 [
264 {
265 "name": "(Derived) own attribute",
266 "type": "Number"
267 }
268 ]
269 },
270 {
271 "_comment": "Hidden derived Object Type. Such Types are not shown in the Analytics Panel.",
272 "id": "nx.stub.hiddenDerivedObjectType",
273 "name": "Stub: Hidden derived object type",
274 "base": "nx.stub.baseObjectType1",
275 "flags": "hiddenDerivedType"
276 },
277 {
278 "_comment": "Hidden derived Object Types can have their own Attributes. Such Attributes are shown when its base Type is selected in the Analytics Panel.",