Added addressbook deltas schema file.
authorSushma Rai <rsushma@src.gnome.org>
Fri, 7 Apr 2006 07:55:50 +0000 (07:55 +0000)
committerSushma Rai <rsushma@src.gnome.org>
Fri, 7 Apr 2006 07:55:50 +0000 (07:55 +0000)
servers/groupwise/ChangeLog
servers/groupwise/doc/GW_SABdeltas.txt [new file with mode: 0644]

index 391b855..cbeb1e5 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-07  Sushma Rai  <rsushma@novell.com>
+
+       * doc/GW_SABdeltas.txt: Added addressbook deltas schema file.
 2006-03-17  Parthasarathi Susarla <sparthasarathi@novell.com>
        
        * e-gw-connection.[ch]:
diff --git a/servers/groupwise/doc/GW_SABdeltas.txt b/servers/groupwise/doc/GW_SABdeltas.txt
new file mode 100644 (file)
index 0000000..f97b8db
--- /dev/null
@@ -0,0 +1,44 @@
+   <xs:element name="getDeltasRequest">
+      <xs:complexType>
+         <xs:sequence>
+            <xs:annotation>
+               <xs:documentation>
+               container:  The only valid container at this time is the GroupWise System Address book uid.
+               view:       This is the view for the items that are returned.
+               </xs:documentation>
+            </xs:annotation>
+            <xs:element name="container" type="types:uid" />
+            <xs:element name="view" type="types:View" nillable="1" />
+            <xs:element name="deltaInfo" type="types:DeltaInfo" />
+         </xs:sequence>
+      </xs:complexType>
+   </xs:element>
+   <xs:element name="getDeltasResponse">
+      <xs:complexType>
+         <xs:sequence>
+            <xs:element name="items" type="types:Items" minOccurs="0" />
+            <xs:element name="deltaInfo" type="types:DeltaInfo" />
+            <xs:element name="status" type="types:Status" />
+         </xs:sequence>
+      </xs:complexType>
+   </xs:element>
+   <xs:element name="getDeltaInfoRequest">
+      <xs:complexType>
+         <xs:sequence>
+            <xs:annotation>
+               <xs:documentation>
+               The only valid container at this time is the GroupWise System Address book uid.
+               </xs:documentation>
+            </xs:annotation>
+            <xs:element name="container" type="types:uid" />
+         </xs:sequence>
+      </xs:complexType>
+   </xs:element>
+   <xs:element name="getDeltaInfoResponse">
+      <xs:complexType>
+         <xs:sequence>
+            <xs:element name="deltaInfo" type="types:DeltaInfo" />
+            <xs:element name="status" type="types:Status" />
+         </xs:sequence>
+      </xs:complexType>
+   </xs:element>