From a8741718ebcd8113d41eee7f0f8fbb5d6b469617 Mon Sep 17 00:00:00 2001 From: lucidiot Date: Wed, 22 Nov 2023 23:33:33 +0100 Subject: [PATCH] Add RSS1 Syndication module XML schema --- xsd/syndication.xsd | 71 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 xsd/syndication.xsd diff --git a/xsd/syndication.xsd b/xsd/syndication.xsd new file mode 100644 index 0000000..483e008 --- /dev/null +++ b/xsd/syndication.xsd @@ -0,0 +1,71 @@ + + + + + RDF Site Summary 1.0 Syndication Module 1.4.1 XML schema + + ]]> + + + + + + Period over which the channel format is updated. + + + + + + + + + + + + + + + Frequency of updates in relation to the update period. + A positive integer indicates how many times in that period the channel is updated. + For example, an updatePeriod of daily, and an updateFrequency of 2 indicates the channel format is updated twice daily. + + + + + + A date and time that follows the W3C note on Date and Time formats, and has a precision in minutes. + ]]> + + + + + + + + + Base date to be used in concert with updatePeriod and updateFrequency to calculate the publishing schedule. + + +