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=
"xs:string" use=
"required"/>
7 <xs:attribute name=
"id" type=
"simpleIdentifier"/>
8 <xs:attribute name=
"name" type=
"xs:string"/>
9 <xs:attribute name=
"library" type=
"xs:string" use=
"required"/>
10 <xs:attribute name=
"start" type=
"xs:string"/>
13 <xs:simpleType name=
"simpleIdentifier">
14 <xs:restriction base=
"xs:string">
15 <xs:pattern value=
"xbmc\.service"/>