1<?xml version="1.0" encoding="UTF-8"?>
2<container>
3  <tag name="tag1">
4    <definition id="definition_2" class="Full\Qualified\Class2" public="false" synthetic="true" lazy="false" shared="true" abstract="false" autowired="false" autoconfigured="false" file="/path/to/file">
5      <factory service="factory.service" method="get"/>
6      <calls>
7        <call method="setMailer"/>
8      </calls>
9    </definition>
10  </tag>
11  <tag name="tag2">
12    <definition id="definition_2" class="Full\Qualified\Class2" public="false" synthetic="true" lazy="false" shared="true" abstract="false" autowired="false" autoconfigured="false" file="/path/to/file">
13      <factory service="factory.service" method="get"/>
14      <calls>
15        <call method="setMailer"/>
16      </calls>
17    </definition>
18  </tag>
19</container>
20