From a7ed5c0ec6613a44a42faa3a6b86945b64251a81 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 19 May 2005 09:37:12 +0000 Subject: [PATCH] Updated export schema: added an element which may be used in s alongside s. For image pages these will contain file data: filename, size, URL at which it can be found. This is used by the OAI updater system. --- docs/export-0.2.xsd | 100 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 docs/export-0.2.xsd diff --git a/docs/export-0.2.xsd b/docs/export-0.2.xsd new file mode 100644 index 0000000000..8acbf543b9 --- /dev/null +++ b/docs/export-0.2.xsd @@ -0,0 +1,100 @@ + + + + + + + MediaWiki's page export format + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.20.1