<?xml version="1.0" ?
<xs:schema id="DeleteGroup" version="2.0"
elementFormDefault="qualified"
targetNamespace=
"http://schemas.microsoft.com/sip/types/deletegroup/"
xmlns:tns="http://schemas.microsoft.com/sip/types/deletegroup/"
xmlns:ct="http://schemas.microsoft.com/sip/types"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/sip/types"
schemaLocation="contact.xsd" />
<xs:annotation>
<xs:documentation>
Users can delete existing groups by sending a SIP SERVICE
request to their Live Communications Server. The content of
this SERVICE request is a SOAP request. The body of the SOAP
request contains an XML instance conforming to the structure
specified in this schema.
NOTE: Before a group can be deleted all contacts must be
removed from the group using DeleteContact operations.
</xs:documentation>
</xs:annotation>
<xs:complexType name="DeleteGroup">
<xs:sequence>
<xs:element name="groupID" type="ct:groupID" />
<xs:element name="deltaNum" type="ct:contactDeltaNum" >
<xs:annotation>
<xs:documentation>
This value must match the current delta number
stored by the server.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:element name="deleteGroup" type="tns:DeleteGroup" />
</xs:schema>