From 33169da930335cdf799e38a71ee49199f63acf1b Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 13 Nov 2020 13:22:59 +0100 Subject: [PATCH] Add missing schemas --- schemas/export/0.1/export.xsd | 104 +++++++++++++++++++++++++++++++++ schemas/export/0.2/export.xsd | 105 ++++++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+) create mode 100644 schemas/export/0.1/export.xsd create mode 100644 schemas/export/0.2/export.xsd diff --git a/schemas/export/0.1/export.xsd b/schemas/export/0.1/export.xsd new file mode 100644 index 0000000..0b3bc2d --- /dev/null +++ b/schemas/export/0.1/export.xsd @@ -0,0 +1,104 @@ + + + + + + XML Schema for Libravatar user account exports. + Last Modifed 2011-04-09 + + + + + + + Container for emails, openids and photos elements. + This is the root element of the XML file. + + + + + + + + + + + + + + + + Empty element holding user account-related information. + + + + + + + + + + + + + + Container for confirmed email addresses. + + + + + + + + + + + Container for confirmed OpenID URLs. + + + + + + + + + + + Container for uploaded/imported photos. + + + + + + + + + + + Container for a base64 encoded photo. + + + + + + + + + + + + + + File type for the given photo. + + + + + + + + + diff --git a/schemas/export/0.2/export.xsd b/schemas/export/0.2/export.xsd new file mode 100644 index 0000000..f2d2d86 --- /dev/null +++ b/schemas/export/0.2/export.xsd @@ -0,0 +1,105 @@ + + + + + + XML Schema for Libravatar user account exports. + Last Modifed 2013-01-12 + + + + + + + Container for emails, openids and photos elements. + This is the root element of the XML file. + + + + + + + + + + + + + + + + Empty element holding user account-related information. + + + + + + + + + + + + + + Container for confirmed email addresses. + + + + + + + + + + + Container for confirmed OpenID URLs. + + + + + + + + + + + Container for uploaded/imported photos. + + + + + + + + + + + Container for a base64 encoded photo. + + + + + + + + + + + + + + File type for the given photo. + + + + + + + + + +