Removing all hashtable references and commenting out outdated functions.
[gdataplugin.git] / src / google-calendar.xsd
blob7064927c51f313ed40f43067acabf85db34ec114
1 <?xml version="1.0" encoding="UTF-8"?>
3 <xsd:schema elementFormDefault="qualified" version="1.0" xmlns:os="http://opensync.org/Schema" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
4 <xsd:import namespace="http://opensync.org/Schema" schemaLocation="plugin_config.xsd"/>
5 <xsd:complexType name="GoogleCalConfigType">
6 <xsd:complexContent>
7 <xsd:extension base="os:PluginConfigurationType">
8 <xsd:sequence>
9 <xsd:element default="http://www.google.com/calendar/feeds/USER@gmail.com/private/full" name="url" type="os:String"/>
10 <xsd:element default="USER@gmail.com" name="username" type="os:String"/>
11 <xsd:element default="PASSWORD" name="password" type="os:Password"/>
12 </xsd:sequence>
13 </xsd:extension>
14 </xsd:complexContent>
15 </xsd:complexType>
16 <xsd:complexType name="Plugin">
17 <xsd:complexContent>
18 <xsd:extension base="os:PluginType">
19 <xsd:sequence>
20 <xsd:element name="config" type="GoogleCalConfigType"/>
21 </xsd:sequence>
22 </xsd:extension>
23 </xsd:complexContent>
24 </xsd:complexType>
25 </xsd:schema>