3.6.5.7.2.1 Connect
This element specifies input values for the Connect operation.
-
<xs:element name="Connect"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="categoryFilter" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" /> </xs:sequence> </xs:complexType> </xs:element>
name: A string that contains the name of the remote provider.
categoryFilter: An array of string values representing the notification categories that the caller is interested in receiving.