This topic contains documentation for the Microsoft.Search.Office.ServiceParameters schema. For the text of the schema, see Microsoft.Search.Office.ServiceParameters Schema.
Defines form information augmenting a query. The root element in this schema is designed to be used inside the Microsoft.Search.Query.xsd schema.
| Attribute | Value | 
|---|---|
| targetNamespace | urn:Microsoft.Search.Office.ServiceParameters | 
| elementFormDefault | qualified | 
| attributeFormDefault | unqualified (default) | 
| Namespace | Prefix | 
|---|---|
| urn:Microsoft.Search.Office.ServiceParameters | (default) | 
| http://www.w3.org/2001/XMLSchema | xsd: | 
| http://www.w3.org/XML/1998/namespace | xml: | 
| namespace | id | schemaLocation | 
|---|---|---|
| urn:Microsoft.Search.Types | (none) | Microsoft.Search.Types.xsd | 
</Parameters>
</ServiceParameters>
The value of parameters passed by a service inside a form.
| Property | Value | 
|---|---|
| abstract | false (default) | 
| name | ServiceParameters | 
| nillable | false (default) | 
| type | complexType | 
Attributes
Attribute: revision
Unsigned integer indicating the revision of the schema used in the request.
| Property | Value | 
|---|---|
| name | revision | 
| type | xsd:unsignedInt | 
| use | optional | 
Attribute: build
The build of the component used to generate the request.
| Property | Value | 
|---|---|
| name | build | 
| type | t:String255 | 
| use | optional | 
Subelements: Sequence
Elements must appear in the specified order.
The ID of the form element that triggered the requery.
| Property | Value | 
|---|---|
| abstract | false (default) | 
| minOccurs | 0 | 
| maxOccurs | 1 (default) | 
| name | Action | 
| nillable | false (default) | 
| type | t:IDType | 
A collection of form parameters and their values.
| Property | Value | 
|---|---|
| abstract | false (default) | 
| minOccurs | 0 | 
| maxOccurs | 1 (default) | 
| name | Parameters | 
| nillable | false (default) | 
| type | ParametersType | 
Any element in another namespace. Can be used for extensibility in the future.
| Property | Value | 
|---|---|
| namespace | ##other | 
| processContents | skip | 
| minOccurs | 0 | 
| maxOccurs | unbounded | 
A collection of form parameters and their values. The IDs of the various Form elements will be mapped to an element name that contains their value. The elements appear as a sequence.
Attributes
None
Subelements: Sequence
Elements must appear in the specified order.
Any element in the local namespace. Element names are derived from the Form control IDs.
| Property | Value | 
|---|---|
| namespace | ##local | 
| processContents | strict (default) | 
| minOccurs | 0 | 
| maxOccurs | unbounded |