2.2.4.12 ConnectType

ConnectType describes the body element of the rsp:Connect request message. For more information, see section 3.1.4.17.

All implementations for all Connect data types MUST use the XML namespace URI "http://schemas.microsoft.com/wbem/wsman/1/windows/shell".

 <xs:complexType name="ConnectType">
   <xs:sequence>
     <xs:any
       minOccurs="0"
       maxOccurs="unbounded"
       namespace="##other"
      />
   </xs:sequence>
 </xs:complexType>