WikiTracer : WTSchema

About :: Browse :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Revision [307]

Last edited on 2009-07-28 11:15:04 by DarTar [links]
Additions:
>>==See also==
~-[[http://wikitracer.com/xsd/0.4/wt.xsd WT Schema source (0.4)]]
~- [[WTPluginDraft Sample response]]
Deletions:
>>==Schema source==
~-[[http://wikitracer.com/xsd/0.4/wt.xsd 0.4]]


Revision [306]

Edited on 2009-07-28 11:14:07 by DarTar [0.4]
Additions:
>>==Schema source==
~-[[http://wikitracer.com/xsd/0.4/wt.xsd 0.4]]
>>Draft version: ''v{{include page="WTLatestVersion"}}''
::c::
This is the XML Schema definition for the WikiTracer plugin data format. The full specifications are available at: http://wikitracer.com/docs
The plugin version installed in the client wiki.
The base URL of the wiki. Appending a wiki page name to the base URL will provide the full URL for that page.
The wiki engine version.
Identifier provided by WikiTracer to uniquely identify the client wiki.
ISO 8601 timestamp of the oldest known edit in the wiki.
<element name="pages" type="int" maxOccurs="1"
minOccurs="0">
Total number of pages in the wiki, including
system or default pages (if any).
<element name="good" type="int" minOccurs="0"
maxOccurs="1">
Number of actual content pages. If the wiki does
not support special or system pages, this number
should have the same value as "pages".
<element name="wanted" type="int" minOccurs="0"
maxOccurs="1">
Number of missing pages (empty nodes for which
inbound links have been created).
<element name="orphaned" type="int" minOccurs="0"
maxOccurs="1">
<element name="namespaces" type="int" minOccurs="0"
maxOccurs="1">
Total number of available namespaces in the
wiki.
<element name="comments" type="int" minOccurs="0"
maxOccurs="1">
Total number of comments (if supported).
<element name="files" type="int" minOccurs="0"
maxOccurs="1">
Total number of files uploaded to the wiki (if
supported).
<element name="edits" minOccurs="0">
<annotation>
<documentation>Total number of edits</documentation>
</annotation>
<complexType mixed="true">
<simpleContent>
<extension base="int">
<attribute name="anon" type="int" >
<annotation>
<documentation>Number of edits by anonymous users (if any)</documentation>
</annotation>
</attribute>
<attribute name="user">
<annotation>
<documentation>Number of edits by registered users (if any)</documentation>
</annotation>
</attribute>
<attribute name="admin">
<annotation>
<documentation>Number of edits by admins or superusers (if any)</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
Number of users with admin or moderator privileges.
Number of users of the wiki that have been permanently banned or removed.
Edit restrictions on the wiki: "0" registration required, "1" anonymous edits allowed.
Deletions:
Draft version: ''v{{include page="WTLatestVersion"}}''
This is the XML Schema definition for the WikiTracer data format.
The plugin version installed in the wiki.
The base URL of the wiki.
The WikiTracer identifier for the wiki engine version.
Unique identifier provided by the WikiTracer to identify the client wiki.
ISO 8601 timestamp of the oldest edit in the wiki.
<element name="pages" type="int" maxOccurs="1" minOccurs="0">
Total number of pages in the wiki, including system or default pages (if any).
<element name="good" type="int" minOccurs="0" maxOccurs="1">
Number of actual content pages. If the wiki does not support special or system pages, this number should have the same value as "pages".
<element name="wanted" type="int" minOccurs="0" maxOccurs="1">
Number of missing pages (empty nodes for which inbound links have been created).
<element name="orphaned" type="int" minOccurs="0" maxOccurs="1">
<element name="namespaces" type="int" minOccurs="0" maxOccurs="1">
Total number of namespaces.
<element name="comments" type="int" minOccurs="0" maxOccurs="1">
Total number of comments.
<element name="files" type="int" minOccurs="0" maxOccurs="1">
Total number of files uploaded to the wiki.
<element name="edits" type="int" minOccurs="0" maxOccurs="1">
Total number of edits.
Number of users with admin privileges.
Number of users of the wiki that have been disabled or removed.
Edit restriction on the wiki: "0" registration required, "1" anonymous edits allowed.


Revision [260]

Edited on 2009-02-24 08:22:44 by DarTar [backlink]
Additions:
[[Home]]
----


Revision [223]

Edited on 2009-01-07 12:00:26 by DarTar [[m] formatting]
Additions:
=====WT XML Schema=====
Draft version: ''v{{include page="WTLatestVersion"}}''
%%(xml)
%%


Revision [222]

Edited on 2009-01-07 11:58:59 by DarTar [upgrade]
Additions:
This is the XML Schema definition for the WikiTracer data format.
<annotation>
<documentation>
This element is the wiki response wrapper.
</documentation>
</annotation>
<complexType>
<annotation>
<documentation>
The ISO 8601 timestamp of the response.
</documentation>
</annotation>
<annotation>
<documentation>
This element contains information about the client wiki.
</documentation>
</annotation>
The title of the wiki.
The base URL of the wiki.
value="http(s){0,1}:\/\/.+">
The WikiTracer identifier for the engine running the wiki.
The WikiTracer identifier for the wiki engine version.
<element name="age" type="wt:Age">
This element holds information about the age of the wiki.
<element name="pop" type="wt:Pop">
This element holds information about the population of the wiki.
<element name="cont" type="wt:Cont">
This element holds information about the content of the wiki.
<element name="del" type="wt:Del">
This element holds information about the moderation of the wiki.
<element name="access" type="wt:Access">
This element holds information about access control of the wiki.
<annotation>
<documentation>
Unique identifier provided by the WikiTracer to identify the client wiki.
</documentation>
</annotation>
<simpleType>
<!-- age data -->
<complexType name="Age">
<annotation>
<documentation>
This element holds information about the age of the wiki.
</documentation>
</annotation>
<element name="first_edit" type="dateTime" maxOccurs="1">
ISO 8601 timestamp of the oldest edit in the wiki.
<element name="last_edit" type="dateTime" maxOccurs="1">
ISO 8601 timestamp of the most recent edit in the wiki at the time of the response.
<annotation>
<documentation></documentation>
</annotation>
Total number of pages in the wiki, including system or default pages (if any).
Number of actual content pages. If the wiki does not support special or system pages, this number should have the same value as "pages".
Number of missing pages (empty nodes for which inbound links have been created).
Number of pages not linked from any other page.
Total number of namespaces.
Total number of comments.
Total number of files uploaded to the wiki.
Total number of edits.
<annotation>
<documentation>
This element holds information about the population of the wiki.
</documentation>
</annotation>
Total number of registered users of the wiki, including administrators.
Number of users with admin privileges.
<annotation>
<documentation>
This element holds data about moderation activity.
</documentation>
</annotation>
Number of pages in the wiki that have been removed.
Number of users of the wiki that have been disabled or removed.
<annotation>
<documentation>
This element holds data about access control in the wiki.
</documentation>
</annotation>
Edit restriction on the wiki: "0" registration required, "1" anonymous edits allowed.
Total number of pages readable by unregistered or anonymous users.
Total number of pages writable by unregistered or anonymous users.
Total number of pages readable by registered users.
Total number of pages writable by registered users.
Deletions:
%%(xml)
This is the XML Schema definition for the WikiTracer data
format.
<annotation>
<documentation>
This is the wiki response wrapper.
</documentation>
</annotation>
<complexType>
<annotation>
<documentation>
The time of the response.
</documentation>
</annotation>
<annotation>
<documentation>
This element contains information about the client wiki.
</documentation>
</annotation>
<sequence>
<annotation>
<documentation>
The title of the wiki.
</documentation>
</annotation>
<annotation>
<documentation>
The base URL of the wiki.
</documentation>
</annotation>
<simpleType>
value="http(s){0,1}:\/\/[a-zA-Z0-9\.]+">
<annotation>
<documentation>
The WikiTracer reference for the engine running
the wiki.
</documentation>
</annotation>
<annotation>
<documentation>
The WikiTracer reference for the engine version.
</documentation>
</annotation>
<element name="pop" type="wt:Pop"></element>
<element name="cont" type="wt:Cont"></element>
<element name="del" type="wt:Del"></element>
<element name="access" type="wt:Access"></element>
<annotation>
<documentation>
This is the unique identifier provided by the
service to identify the client wiki.
</documentation>
</annotation>
<simpleType>
<annotation>
<documentation>
This element contains information about the content of
the wiki.
</documentation>
</annotation>
<sequence>
<annotation>
<documentation>
The total number of pages in the wiki, including
system or default pages (if any).
</documentation>
</annotation>
<annotation>
<documentation>
The number of actual content pages. If the wiki
does not support special or system pages, this
number should have the same value as "pages".
</documentation>
</annotation>
<annotation>
<documentation>
The number of missing pages (pages for which
links have been created).
</documentation>
</annotation>
<annotation>
<documentation>
The number of pages not linked from any other
page.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of namespaces.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of comments.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of files uploaded to the wiki.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of edits.
</documentation>
</annotation>
<annotation>
<documentation>
This element contains information about the population
of the wiki.
</documentation>
</annotation>
<sequence>
The total number of users of the wiki.
The number of users with admin privileges.
<annotation>
<documentation>
This element contains data about moderation activity.
</documentation>
</annotation>
<sequence>
<annotation>
<documentation>
The number of pages in the wiki that have been
removed.
</documentation>
</annotation>
<annotation>
<documentation>
The number of users of the wiki that have been
removed.
</documentation>
</annotation>
<annotation>
<documentation>
This element contains data about access control to the
wiki.
</documentation>
</annotation>
<sequence>
<annotation>
<documentation>
Edit restriction on the wiki: "0" registration
required, "1" anonymous edits allowed.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of pages readable by
unregistered or anonymous users.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of pages writable by
unregistered or anonymous users.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of pages readable by registered
users.
</documentation>
</annotation>
<annotation>
<documentation>
The total number of pages writable by registered
users.
</documentation>
</annotation>
%%


Revision [212]

The oldest known version of this page was created on 2008-11-20 18:59:04 by DarTar [upgrade]
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0656 seconds