diff options
| author | Horus3 | 2014-02-24 16:42:14 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-24 16:42:14 +0100 |
| commit | 06f945f27840b53e57795dadbc38e76f7e11ab1c (patch) | |
| tree | 689d5c7f4ffa15460c7e90f47c6a7dd59ce4e8bd /zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml | |
| download | random-06f945f27840b53e57795dadbc38e76f7e11ab1c.tar.gz | |
init
Diffstat (limited to 'zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml')
| -rw-r--r-- | zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml b/zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml new file mode 100644 index 0000000..0754443 --- /dev/null +++ b/zend/tests/Zend/Gdata/Gapps/_files/UserEntryDataSample1.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<atom:entry xmlns:atom="http://www.w3.org/2005/Atom" + xmlns:apps="http://schemas.google.com/apps/2006" + xmlns:gd="http://schemas.google.com/g/2005"> + <atom:id>https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones</atom:id> + <atom:updated>1970-01-01T00:00:00.000Z</atom:updated> + <atom:category scheme="http://schemas.google.com/g/2005#kind" + term="http://schemas.google.com/apps/2006#user"/> + <atom:title type="text">SusanJones</atom:title> + <atom:link rel="self" type="application/atom+xml" + href="https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/> + <atom:link rel="edit" type="application/atom+xml" + href="https://apps-apis.google.com/a/feeds/example.com/user/2.0/SusanJones"/> + <apps:login userName="SusanJones"/> + <apps:name familyName="Jones" givenName="Susan"/> + <gd:feedLink rel="http://schemas.google.com/apps/2006#user.nicknames" + href="https://apps-apis.google.com/a/feeds/example.com/nickname/2.0?username=Susy-1321"/> + <gd:feedLink rel="http://schemas.google.com/apps/2006#user.emailLists" href="https://apps-apis.google.com/a/feeds/example.com/emailList/2.0?recipient=us-sales@example.com"/> + <apps:quota limit="2048"/> +</atom:entry> |
