2013-10-15 20:52:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-12-11 14:19:50 +00:00
|
|
|
<ContactsAccountType xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
2013-10-15 20:52:15 +00:00
|
|
|
<EditSchema>
|
2013-12-11 14:19:50 +00:00
|
|
|
<DataKind
|
|
|
|
kind="name"
|
|
|
|
maxOccurs="1"
|
|
|
|
supportsDisplayName="true"
|
|
|
|
supportsFamilyName="true"
|
|
|
|
supportsMiddleName="true"
|
|
|
|
supportsPhoneticFamilyName="true"
|
|
|
|
supportsPhoneticGivenName="true"
|
|
|
|
supportsPhoneticMiddleName="true"
|
|
|
|
supportsPrefix="true"
|
|
|
|
supportsSuffix="true" />
|
|
|
|
|
|
|
|
<DataKind kind="phone" >
|
2013-12-06 13:17:39 +00:00
|
|
|
<Type type="mobile" />
|
|
|
|
<Type type="home" />
|
|
|
|
<Type type="work" />
|
|
|
|
<Type type="fax_work" />
|
|
|
|
<Type type="fax_home" />
|
|
|
|
<Type type="pager" />
|
|
|
|
<Type type="other" />
|
2013-12-11 14:19:50 +00:00
|
|
|
<Type type="custom" />
|
2013-12-06 13:17:39 +00:00
|
|
|
<Type type="callback" />
|
|
|
|
<Type type="car" />
|
|
|
|
<Type type="company_main" />
|
|
|
|
<Type type="isdn" />
|
|
|
|
<Type type="main" />
|
|
|
|
<Type type="other_fax" />
|
|
|
|
<Type type="radio" />
|
|
|
|
<Type type="telex" />
|
|
|
|
<Type type="tty_tdd" />
|
2013-12-11 14:19:50 +00:00
|
|
|
<Type type="work_mobile" />
|
2013-12-06 13:17:39 +00:00
|
|
|
<Type type="work_pager" />
|
|
|
|
<Type type="assistant" />
|
|
|
|
<Type type="mms" />
|
|
|
|
</DataKind>
|
2013-12-11 14:19:50 +00:00
|
|
|
|
|
|
|
<DataKind kind="email" >
|
2013-12-06 13:17:39 +00:00
|
|
|
<Type type="home" />
|
|
|
|
<Type type="work" />
|
|
|
|
<Type type="other" />
|
|
|
|
<Type type="mobile" />
|
|
|
|
<Type type="custom" />
|
2013-12-11 14:19:50 +00:00
|
|
|
</DataKind>
|
|
|
|
|
|
|
|
<DataKind
|
|
|
|
kind="photo"
|
|
|
|
maxOccurs="1" />
|
|
|
|
|
|
|
|
<DataKind
|
|
|
|
kind="organization"
|
|
|
|
maxOccurs="1" />
|
|
|
|
|
|
|
|
<DataKind kind="im" >
|
|
|
|
<Type type="aim" />
|
|
|
|
<Type type="msn" />
|
|
|
|
<Type type="yahoo" />
|
|
|
|
<Type type="skype" />
|
|
|
|
<Type type="qq" />
|
|
|
|
<Type type="google_talk" />
|
|
|
|
<Type type="icq" />
|
|
|
|
<Type type="jabber" />
|
|
|
|
<Type type="custom" />
|
|
|
|
</DataKind>
|
|
|
|
|
|
|
|
<DataKind
|
|
|
|
kind="nickname"
|
|
|
|
maxOccurs="1" />
|
|
|
|
|
|
|
|
<DataKind
|
|
|
|
kind="note"
|
|
|
|
maxOccurs="1" />
|
|
|
|
|
|
|
|
<DataKind
|
|
|
|
kind="postal"
|
|
|
|
needsStructured="true" >
|
2013-11-02 15:09:48 +00:00
|
|
|
<Type type="home" />
|
|
|
|
<Type type="work" />
|
|
|
|
<Type type="other" />
|
|
|
|
<Type type="custom" />
|
|
|
|
</DataKind>
|
2013-12-11 14:19:50 +00:00
|
|
|
|
2013-10-20 15:40:03 +00:00
|
|
|
<DataKind kind="website" />
|
2013-12-11 14:19:50 +00:00
|
|
|
|
|
|
|
<DataKind
|
|
|
|
dateWithTime="false"
|
|
|
|
kind="event" >
|
|
|
|
<Type
|
|
|
|
maxOccurs="1"
|
|
|
|
type="birthday"
|
|
|
|
yearOptional="false" />
|
|
|
|
<Type type="anniversary" />
|
|
|
|
</DataKind>
|
2013-12-26 16:23:14 +00:00
|
|
|
|
|
|
|
<DataKind kind="sip_address" maxOccurs="1" />
|
2013-12-11 14:19:50 +00:00
|
|
|
</EditSchema>
|
|
|
|
|
|
|
|
</ContactsAccountType>
|