Microsoft.Search.Response.Form Schema Documentation

This topic contains documentation for the Microsoft.Search.Response.Form schema. For the text of the schema, see Microsoft.Search.Response.Form Schema.

Documentation for the urn:Microsoft.Search.Response.Form schema

Forms allow interaction between a service and a user. This schema defines all form elements and their relationship to each other. A form is submitted when a user clicks a form element having the @action="requery" attribute. At this point, a new query is generated containing the data from the form.

Basic Schema Attributes

AttributeValue
targetNamespaceurn:Microsoft.Search.Response.Form
elementFormDefaultqualified
attributeFormDefaultunqualified (default)

Declared Namespaces

NamespacePrefix
urn:Microsoft.Search.Typest:
urn:Microsoft.Search.Response.Form(default)
http://www.w3.org/2001/XMLSchemaxsd:
http://www.w3.org/XML/1998/namespacexml:

Imported Schemas

namespaceidschemaLocation
urn:Microsoft.Search.Types(none)Microsoft.Search.Types.xsd

Overview

<Form>

       <Button>

             <Text/>

      </Button>

       <Checkbox>

             <Text/>

             <Frame>

            </Frame>

      </Checkbox>

       <Edit>

             <Text/>

      </Edit>

       <Hyperlink>

             <Text/>

      </Hyperlink>

       <Label/>

       <Listbox>

             <Text/>

             <Option>

                   <Text/>

            </Option>

      </Listbox>

       <NewQuery>

             <Text/>

      </NewQuery>

       <RadioGroup>

             <Text/>

             <Option>

                   <Text/>

                   <Frame>

                  </Frame>

            </Option>

      </RadioGroup>

       <Frame>

             <Button>

                   <Text/>

            </Button>

             <Checkbox>

                   <Text/>

                   <Frame>

                  </Frame>

            </Checkbox>

             <Edit>

                   <Text/>

            </Edit>

             <Hyperlink>

                   <Text/>

            </Hyperlink>

             <Label/>

             <Listbox>

                   <Text/>

                   <Option>

                         <Text/>

                  </Option>

            </Listbox>

             <NewQuery>

                   <Text/>

            </NewQuery>

             <RadioGroup>

                   <Text/>

                   <Option>

                         <Text/>

                         <Frame>

                        </Frame>

                  </Option>

            </RadioGroup>

      </Frame>

</Form>

Top-Level Elements

Element: Form

Forms are controls that allow users to refine their queries.

PropertyValue
abstractfalse (default)
nameForm
nillablefalse (default)
typecomplexType

Attributes

Subelements: Choice

Only one element can be chosen.

The minimum number of occurrences (minOccurs) for the choice is 0.

The maximum number of occurrences (maxOccurs) for the choice is unbounded.

Top-Level Types and Groups

Top-Level Attributes

©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp