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">
6 <xs:attribute name=
"point" type=
"simpleIdentifier" use=
"required"/>
7 <xs:attribute name=
"id" type=
"xs:string"/>
8 <xs:attribute name=
"name" type=
"xs:string"/>
9 <xs:attribute name=
"library" type=
"xs:string" use=
"required"/>
10 <xs:attribute name=
"language" type=
"xs:string"/>
11 <xs:attribute name=
"requiressetting" type=
"xs:boolean"/>
12 <xs:attribute name=
"cachepersistence" type=
"xs:string"/>
15 <xs:simpleType name=
"simpleIdentifier">
16 <xs:restriction base=
"xs:string">
17 <xs:pattern value=
"xbmc\.metadata\.scraper\.(albums|artists|library|movies|musicvideos|tvshows)"/>