<?xml version="1.0" encoding="utf-8"?>
<listOfAppType>
<appType>
<name>Inbound Purchase Order</name>
</appType>
<appType>
<name>Outbound Invoice</name>
</appType>
</listOfAppType>
<?xml version="1.0" encoding="utf-8"?>
<listOfAppInstance>
<appInstance>
<instance>Partner 1</instance>
<type>Inbound Purchase Order</type>
</appInstance>
<appInstance>
<instance>Partner 2</instance>
<type>Inbound Purchase Order</type>
</appInstance>
<appInstance>
<instance>Partner 1</instance>
<type>Outbound Invoice</type>
</appInstance>
<appInstance>
<instance>Partner 2</instance>
<type>Outbound Invoice</type>
</appInstance>
</listOfAppInstance>