3.1.4.5.2.9 VirtualServer

The VirtualServer element contains information about a Web application.

 <s:element name="VirtualServer">
   <s:complexType>
     <s:sequence>
       <s:element name="Metadata" type="tns:SPWebAppMetadata" minOccurs="1" maxOccurs="1"/>
       <s:element name="ContentDatabases" type="tns:ContentDatabases" minOccurs="0"
                maxOccurs="1"/>
       <s:element name="Policies" type="tns:Policies" minOccurs="0" maxOccurs="1"/>
       <s:element name="Servers" minOccurs="0">
         <s:complexType>
           <s:sequence>
             <s:element name="Server" minOccurs="0 minOccurs="unbounded">
                <s:complexType>
                  <s:attribute name="URL" type="s:string"/>
                </s:complexType>  
             </s:element>
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>

Metadata: Specifies information about the Web application, as defined in section 2.2.4.22.

ContentDatabases: Specifies information about all the content databases in the Web application, as defined in section 3.1.4.5.3.1.

Policies: Specifies an array of permission information about all the users of the Web application, as defined in section 3.1.4.5.3.6.

Servers: A list of server URIs that are available to access content through the SiteData service.<34>

Servers.Server: Contains a server URI that is available to access content through the SiteData service.

Servers.Server.URL: The server URI that is available to access content through the SiteData service.