2.2.4.3 ClientType

ClientType is the overall container for the Web Services Management Protocol Extensions for Windows Server 2003 client configuration. The schema MUST be as follows.

 <xs:complexType name="ClientType">
   <xs:sequence>
     <xs:element name="NetworkDelayms" 
 type="xs:unsignedInt" 
                 default="5000"/>
     <xs:element name="URLPrefix" 
 type="xs:string" default="wsman"/>
     <xs:element name="HTTP" 
 type="cfg:ClientHTTPType"/>
     <xs:element name="HTTPS" 
 type="cfg:ClientHTTPSType"/>
   </xs:sequence>
 </xs:complexType>
  

NetworkDelayms: Extra time in milliseconds that the Web Services Management Protocol Extensions for Windows Server 2003 client MUST wait to accommodate network delay time. The minimum value MUST be 500. The maximum value MUST be 4294967295 (232 – 1).

URLPrefix: Default URI prefix that MUST be used by Web Services Management Protocol Extensions for Windows Server 2003 clients when sending requests. MUST NOT be blank. MUST be a string containing only the characters a-zA-Z9-0_/ and MUST NOT start with or end with '/'.

HTTP: MUST contain an additional element to configure behavior for HTTP transport as specified in section 2.2.4.5.

HTTPS: MUST contain an additional element to configure behavior for HTTPS transport as specified in section 2.2.4.6.