I was going through the documentation for how to configure websphere liberty (https://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_setup_vars.html) and found the following
Override inheritable attributes in the configuration
You can override the default values of inheritable attributes in the configuration.
The inheritable attributes are listed on the page with an Inherits type. For example,
the onError attribute is one of inheritable attributes. You can define a variable
name for the onError attribute globally by either setting it in the bootstrap.properties
or server.xml file with a variable element. If the same variable name is specified in
both files, the value in the server.xml file is used. If the attribute is not explicitly
set in either of two files, it uses the default value. If an invalid value is set to the
inheritable attribute, the attribute value falls back to the global value defined in
bootstrap.properties or server.xml file or the default value if not defined at the
global level.
What are the inheritable attributes referred to here? I am not able to find any document that defines these.