GeoOffice gdb <-> GeoOffice analyst/WebOffice

  <Applications>
      <Application ID="GeoOfficeGdb">
          <Path>C:\Program Files (x86)\VertiGIS\GeoOffice\Bin\GeoOfficeGDB.exe</Path>
          <Instances>
              <Instance Name="GeoOffice gdb">
                  <Project></Project>
                  <TargetDefinition StartBehaviour="IfNecessary" BringTargetToForeGround="true">
                      <Operations>
                          <Operation Run="ZoomAndSelect" Name="Zoom and select Grundstücke">
                              <Tables>
                                  <Table Name="Grundstücksdaten">
                                      <TargetFields>
                                          <TargetField TargetFieldName="GNRKEY" Values="$KgGnrKey$" ShowMismatch="true" />
                                      </TargetFields>
                                  </Table>
                              </Tables>
                          </Operation>
                          <Operation Run="ZoomAndSelect" Name="Zoom and select Eigentümer">
                              <Tables>
                                  <Table Name="Eigentümerdaten">
                                      <TargetFields>
                                          <TargetField TargetFieldName="GNRKEY" Values="$KgGnrKey$" ShowMismatch="true" />
                                      </TargetFields>
                                  </Table>
                              </Tables>
                          </Operation>
                          <Operation Run="ZoomAndSelect" Name="Zoom and select Grundstücke und Eigentümer">
                              <Tables>
                                  <Table Name="Grundstücke und Eigentümer">
                                      <TargetFields>
                                          <TargetField TargetFieldName="GNRKEY" Values="$KgGnrKey$" ShowMismatch="true" />
                                      </TargetFields>
                                  </Table>
                              </Tables>
                          </Operation>
                      </Operations>
                  </TargetDefinition>
              </Instance>
          </Instances>
      </Application>
 
      <Application ID="DefaultBrowser" ApplicationType="BrowserAndUrl">
          <Path></Path>
          <Instances>
              <Instance Name="WebOffice Target Project" Transformer="WebOffice" Hint="POST">
                  <Project>https://wodemo.mysynergis.com/WebOffice109/pub/custom_pages/intermediary_broadcast.jsp?project=WebOffice_SampleProject&amp;{value}</Project>
                  <TargetDefinition>
                      <Operations>
                          <Operation Run="select" Name="Select Parcels">
                              <Tables>
                                  <Table Name="">
                                      <TargetFields>
                                          <TargetField TargetFieldName="client" Values="corejs" />
                                          <TargetField TargetFieldName="action" Values="externalcall" />
                                          <TargetField TargetFieldName="user" Values="weboffice" />
                                          <TargetField TargetFieldName="password" Values="qwe" />
                                          <TargetField TargetFieldName="scale" Values="1000" />
                                      </TargetFields>
                                  </Table>
                                  <Table Name="plots">
                                      <TargetFields>
                                          <TargetField TargetFieldName="KG_GNR" Values="$GdbGnrKey$" />
                                      </TargetFields>
                                  </Table>
                              </Tables>
                          </Operation>
                      </Operations>
                  </TargetDefinition>
              </Instance>
          </Instances>
      </Application>
 
      <Application ID="UrlClient">
          <Path>irrelevant</Path>
          <Instances>
              <Instance Name="UrlClient">
                  <Project>UrlClientProjekt</Project>
              </Instance>
          </Instances>
      </Application>
 
      <Application ID="GeoOfficeAnalyst">
          <Path>C:\Program Files (x86)\ArcGIS\Desktop10.8\bin\ArcMap.exe</Path>
          <Instances>
              <Instance Name="GeoOffice analyst Target Project">
                  <Project>C:\data\Graz\SampleProjectTarget.mxd</Project>
                      <TargetDefinition StartBehaviour="IfNecessary" BringTargetToForeGround="true" StartTimeout="120">
                      <Operations>
                          <Operation Run="ZoomAndSelect" Name="ZoomAndSelect Parcels">
                              <Tables>
                                  <Table Name="Plots">
                                      <TargetFields>
                                          <TargetField TargetFieldName="KG_GNR" Values="$GdbGnrKey$" ShowMismatch="true" />
                                      </TargetFields>
                                  </Table>
                              </Tables>
                          </Operation>
                      </Operations>
                  </TargetDefinition>
              </Instance>
          </Instances>
      </Application>
</Applications>
 
  <Sources>
      <Source>
          <SourceInstances>
              <SourceInstance Name="GeoOffice gdb">
              </SourceInstance>
          </SourceInstances>
          <SourceConfigurations>
              <SourceConfiguration>
                  <TargetInstances>
                      <TargetInstance Name="GeoOffice analyst Target Project" />
                      <TargetInstance Name="WebOffice Target Project" />
                  </TargetInstances>
                  <Tables>
                      <Table Name="Grundstücke">
                          <Fields>
                              <Field SourceFieldName="GNRKEY" Placeholder="$GdbGnrKey$" />
                          </Fields>
                      </Table>
                  </Tables>
              </SourceConfiguration>
          </SourceConfigurations>
      </Source>
 
      <Source>
          <SourceInstances>
              <SourceInstance Name="GeoOffice analyst Target Project"></SourceInstance>
              <SourceInstance Name="UrlClient"></SourceInstance>
          </SourceInstances>
          <SourceConfigurations>
              <SourceConfiguration>
                  <TargetInstances>
                      <TargetInstance Name="GeoOffice gdb" />
                  </TargetInstances>
                  <Tables>
                      <Table Name="Plots">
                          <Fields>
                              <Field SourceFieldName="KG_GNR" Placeholder="$KgGnrKey$" />
                          </Fields>
                      </Table>
                  </Tables>
              </SourceConfiguration>
          </SourceConfigurations>
      </Source>
  </Sources>
</Configuration>