1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE schema PUBLIC
"-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
3 <xs:schema xmlns:
xs=
"http://www.w3.org/2001/XMLSchema">
4 <xs:element name=
"extension">
7 <xs:element name=
"res" minOccurs=
"0" maxOccurs=
"unbounded">
9 <xs:attribute name=
"width" type=
"xs:unsignedInt" use=
"required"/>
10 <xs:attribute name=
"height" type=
"xs:unsignedInt" use=
"required"/>
11 <xs:attribute name=
"default" type=
"xs:boolean"/>
12 <xs:attribute name=
"folder" type=
"xs:string"/>
13 <xs:attribute name=
"aspect" type=
"xs:string"/>
17 <xs:attribute name=
"point" type=
"xs:string" use=
"required"/>
18 <xs:attribute name=
"id" type=
"simpleIdentifier"/>
19 <xs:attribute name=
"name" type=
"xs:string"/>
20 <xs:attribute name=
"defaultresolution" type=
"xs:string"/>
21 <xs:attribute name=
"defaultwideresolution" type=
"xs:string"/>
22 <xs:attribute name=
"effectslowdown" type=
"xs:float"/>
23 <xs:attribute name=
"debugging" type=
"xs:boolean"/>
24 <xs:attribute name=
"defaultthemename" type=
"xs:string"/>
27 <xs:simpleType name=
"simpleIdentifier">
28 <xs:restriction base=
"xs:string">
29 <xs:pattern value=
"xbmc\.gui\.skin"/>