D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

BIDeclaration Data Type

Abstract Type
Subtypes
BIXSubstitutable, BIDom, BIEnumMember2, BIFactoryMethod, BIClass, User, BIInlineBinaryData, BIConversion, BIXDom, AbstractDeclarationImpl, BIEnum, BIGlobalBinding, BIProperty, BIEnumMember, BISchemaBinding, GlobalStandardConversion, UserAdapter
Properties
name data type constraints description
acknowledged boolean required boolean
location Locator  
name string  
children array of BIDeclaration  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "acknowledged" : true,
  "location" : {
    "publicId" : "...",
    "columnNumber" : 12345,
    "lineNumber" : 12345,
    "systemId" : "..."
  },
  "name" : "...",
  "children" : [ {
    "acknowledged" : true,
    "location" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "name" : "...",
    "children" : [ { }, { } ]
  }, {
    "acknowledged" : true,
    "location" : {
      "publicId" : "...",
      "columnNumber" : 12345,
      "lineNumber" : 12345,
      "systemId" : "..."
    },
    "name" : "...",
    "children" : [ { }, { } ]
  } ]
}