Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F33903
sitelist-1.0.xsd
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
sitelist-1.0.xsd
View Options
<?xml version="1.0" encoding="UTF-8" ?>
<!--
This is an XML Schema description of the format
used by MediaWiki's exportSites.php and importSites.php
scripts.
-->
<schema
xmlns=
"http://www.w3.org/2001/XMLSchema"
xmlns:mwsl=
"http://www.mediawiki.org/xml/sitelist-1.0/"
targetNamespace=
"http://www.mediawiki.org/xml/sitelist-1.0/"
elementFormDefault=
"qualified"
>
<annotation>
<documentation
xml:lang=
"en"
>
MediaWiki's
export
format
for
site
definitions.
</documentation>
</annotation>
<!-- Our root element -->
<element
name=
"sites"
type=
"mwsl:MediaWikiSiteListType"
>
<unique
name=
"GlobalIDConstraint"
>
<selector
xpath=
"mwsl:Site"
/>
<field
xpath=
"mwsl:GlobalID"
/>
</unique>
</element>
<simpleType
name=
"EmptyTagType"
>
<restriction
base=
"string"
>
<length
value=
"0"
/>
</restriction>
</simpleType>
<complexType
name=
"TypedIDType"
>
<simpleContent>
<extension
base=
"NCName"
>
<attribute
name=
"type"
use=
"required"
type=
"NCName"
/>
</extension>
</simpleContent>
</complexType>
<complexType
name=
"TypedURIType"
>
<simpleContent>
<extension
base=
"anyURI"
>
<attribute
name=
"type"
use=
"required"
type=
"NCName"
/>
</extension>
</simpleContent>
</complexType>
<complexType
name=
"MediaWikiSiteListType"
>
<sequence>
<element
name=
"site"
type=
"mwsl:SiteType"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
</sequence>
<attribute
name=
"version"
type=
"string"
use=
"optional"
/>
</complexType>
<complexType
name=
"SiteType"
>
<choice
maxOccurs=
"unbounded"
>
<element
name=
"globalid"
type=
"ID"
minOccurs=
"1"
maxOccurs=
"1"
/>
<element
name=
"localid"
type=
"mwsl:TypedIDType"
minOccurs=
"0"
/>
<element
name=
"group"
type=
"NCName"
minOccurs=
"0"
maxOccurs=
"1"
/>
<element
name=
"source"
type=
"NCName"
minOccurs=
"0"
maxOccurs=
"1"
/>
<element
name=
"forward"
type=
"mwsl:EmptyTagType"
minOccurs=
"0"
maxOccurs=
"1"
/>
<element
name=
"path"
type=
"mwsl:TypedURIType"
minOccurs=
"0"
/>
</choice>
<attribute
name=
"type"
use=
"optional"
type=
"NCName"
/>
</complexType>
</schema>
File Metadata
Details
Attached
Mime Type
text/xml
Expires
Fri, Dec 19, 09:06 (1 d, 11 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ca/d1/fe33c4fda314b9e33c5d0af44bcb
Default Alt Text
sitelist-1.0.xsd (2 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment