382 "name": "Stub: Derived Object Type with omitted attributes",
383 "base": "nx.stub.baseObjectType1",
384 "omittedBaseAttributes":
385 [
386 "(Base) Number attribute",
387 "(Base) Boolean attribute",
388 "(Base) Enum attribute",
389 "(Base) Color attribute",
390 "(Base) Object attribute"
391 ],
392 "attributes":
393 [
394 {
395 "name": "(Derived) own attribute",
396 "type": "Number"
397 }
398 ]
399 },
400 {
401 "_comment": "Hidden derived Object Type. Such Types are not shown in the Analytics Panel.",
402 "id": "nx.stub.hiddenDerivedObjectType",
403 "name": "Stub: Hidden derived object type",
404 "base": "nx.stub.baseObjectType1",
405 "flags": "hiddenDerivedType"
406 },
407 {
408 "_comment": "Hidden derived Object Types can have their own Attributes. Such Attributes are shown when its base Type is selected in the Analytics Panel.",