Model behaviour file linking

i am learning on how to make a mod and I want an xml file to access a file in
a different folder, an example is below
Root\modelbehaviourfiles\Asobo\Generic"xml file which will reference"
Root\simobjects\airplanes\Asobo\787\model"xml file to be referenced" I tried
putting in …\…\…\ but I guess it doesn’t go back three directories or I
have to use a different format to start from root?

Hello @tall_vish Check the doc about ****and ****tags for this:General
Template Definitions
(flightsimulator.com)

Using ****, the path is relative to ModelBehaviorDefs. Regards, Sylvain

Does this however work for referencing Templates included in e.g. Asobo
airplanes that aren’t related to my development? Specifically I want the
PC6_GMA350 audio template of the PC6 included in the standard sim (not
encrypted). What does the reference exactly look like? Or is that not
possible?