SQLServer2005を使用してSelect...FOR XML PATHステートメントを作成しましたが、ルートノードにいくつかの名前空間とスキーマ参照を追加する必要があります。
xsi:schemaLocation="http://somewhere/v1/ schemaname.xsd"
xmlns="http://somewhere/v1/"
xmlns:lom="http://somewhere/lom/v1/"
xmlns:a="http://somewhere/a/v1/"
xmlns:cf="http://somewhere/cf/v1/"
xmlns:co="http://somewhere/co/v1/"
xmlns:hx="http://somewhere/hx/v1/"
xmlns:m="http://somewhere/m/v1/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
任意のポインタをいただければ幸いです。
ありがとう。