次の XML があるとします...
<root>
<base>
<tent key="1" color="red"/>
<tent key="2" color="yellow"/>
<tent key="3" color="blue"/>
</base>
<bucket>
<tent key="1"/>
<tent key="3"/>
</bucket>
</root>
...「バケット」に「赤」と「青」が含まれていることを返す XPath は何でしょうか?