エンタープライズ検索用の Microsoft.Search.Registration.Response スキーマ

Microsoft.Search.Registration.Response スキーマでは、Registration Web メソッドに対して Query Web サービスが返す応答の形式が記述されています。

スキーマ

<ProviderUpdate>
    <ResultStatus>
    <Providers>
        <Provider>
            <License />
            <Id />
            <ProviderName />
            <QueryPath />
            <AboutPath />
            <Type />
            <Revision />
            <Services>
                <Service>
                    <Id />
                    <ServiceName />
                    <Category />
                </Service>
            </Services>
        </Provider>
    </Providers>
</ProviderUpdate>

要素

名前

ProviderUpdate

ResultStatus

Providers

Provider

License

Id

ProviderName

QueryPath

AboutPath

Type

Revision

Services

Service

Id

ServiceName

Category

See Also

参照

QueryService

概念

クエリ Web サービスの概要