3.1.4.4.3.15 tns:WebClientUrls Complex Type

The WebClientUrls complex type represents a collection of WebClientUrl elements, as specified in section 3.1.4.4.2.18, that specify the internal and external URLs of the server's web client.

 <xs:complexType name="WebClientUrls">
   <xs:sequence>
     <xs:element name="WebClientUrl"
       type="tns:WebClientUrl"
       nillable="true"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the WebClientUrls complex type.

Element name

Type

Description

WebClientUrl

tns:WebClientUrl (section 3.1.4.4.3.16)

Specifies the URL of the server's web client.