Homepage: https://theme.roundabout-host.com

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 themes.xsd

View raw Download
text/xml • 1.48 kiB
XML 1.0 document, ASCII text
        
            
1
<?xml version="1.0"?>
2
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="https://steve0greatness.roundabout-host.com/themes.xsd">
3
<xs:element name="themes">
4
<xs:complexType>
5
<xs:sequence>
6
<xs:element name="theme" minOccurs="0" maxOccurs="unbounded">
7
<xs:complexType>
8
<xs:sequence>
9
<xs:element name="title" type="xs:string" minOccurs="1" maxOccurs="1" />
10
<xs:element name="author" minOccurs="1" maxOccurs="1">
11
<xs:complexType>
12
<xs:simpleContent>
13
<xs:extension base="xs:string">
14
<xs:attribute name="uri" type="xs:anyURI" />
15
<xs:attribute name="instance" type="xs:string" />
16
<xs:attribute name="username" type="xs:string" />
17
</xs:extension>
18
</xs:simpleContent>
19
</xs:complexType>
20
</xs:element>
21
<xs:element name="uri" type="xs:string" minOccurs="1" maxOccurs="1" />
22
</xs:sequence>
23
</xs:complexType>
24
</xs:element>
25
</xs:sequence>
26
</xs:complexType>
27
</xs:element>
28
</xs:schema>
29