6.5.3.6 http://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010
-
<?xml version="1.0" encoding="utf-8"?> <xs:schema xmlns:tns="http://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010" elementFormDefault="qualified" targetNamespace="http://www.microsoft.com/WindowsServerSolutions/ProviderFramework/Notifications/3/2010" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import schemaLocation="" namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <xs:import schemaLocation="" namespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Users" /> <xs:element name="GetGroups"> <xs:complexType> <xs:sequence /> </xs:complexType> </xs:element> <xs:element name="GetWSSServerGroups"> <xs:complexType> <xs:sequence /> </xs:complexType> </xs:element> <xs:element name="IsPartOfServerUsers"> <xs:complexType> <xs:sequence /> </xs:complexType> </xs:element> <xs:element name="ReturnGroups"> <xs:complexType> <xs:sequence> <xs:element xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="groups" nillable="true" type="q1:ArrayOfstring" /> <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Users" minOccurs="0" name="ret" nillable="true" type="q2:ReturnClass" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ReturnWSSServerGroups"> <xs:complexType> <xs:sequence> <xs:element xmlns:q3="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Users" minOccurs="0" name="groups" nillable="true" type="q3:ArrayOfWSSServerGroupType" /> <xs:element xmlns:q4="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Users" minOccurs="0" name="ret" nillable="true" type="q4:ReturnClass" /> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ReturnIsPartOfServerUsers"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="bIsPartOfServerUsers" type="xs:boolean" /> <xs:element xmlns:q5="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Users" minOccurs="0" name="ret" nillable="true" type="q5:ReturnClass" /> </xs:sequence> </xs:complexType> </xs:element> </xs:schema>