316 "name": "Stub: Derived Object Type with omitted attributes",
317 "base": "nx.stub.baseObjectType1",
318 "omittedBaseAttributes":
319 [
320 "(Base) Number attribute",
321 "(Base) Boolean attribute",
322 "(Base) Enum attribute",
323 "(Base) Color attribute",
324 "(Base) Object attribute"
325 ],
326 "attributes":
327 [
328 {
329 "name": "(Derived) own attribute",
330 "type": "Number"
331 }
332 ]
333 },
334 {
335 "_comment": "Hidden derived Object Type. Such Types are not shown in the Analytics Panel.",
336 "id": "nx.stub.hiddenDerivedObjectType",
337 "name": "Stub: Hidden derived object type",
338 "base": "nx.stub.baseObjectType1",
339 "flags": "hiddenDerivedType"
340 },
341 {
342 "_comment": "Hidden derived Object Types can have their own Attributes. Such Attributes are shown when its base Type is selected in the Analytics Panel.",