3.1.4.4.3.14 tns:WebClientUrlCollectionSetting Complex Type

The WebClientUrlCollectionSetting complex type represents a collection of WebClientUrls elements, as specified in section 3.1.4.4.2.17. The WebClientUrlCollectionSetting complex type extends the UserSetting complex type, as specified in section 3.1.4.4.3.12.

 <xs:complexType name="WebClientUrlCollectionSetting"
   mixed="false"
 > 
   <xs:complexContent
     mixed="false"
   >
     <xs:extension
       base="tns:UserSetting"
     >
       <xs:sequence>
         <xs:element name="WebClientUrls"
           type="tns:WebClientUrls"
           nillable="true"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

WebClientUrls

 tns:WebClientUrls (section 3.1.4.4.3.15)

Specifies the web client URLs.