diff options
Diffstat (limited to 'addons/xbmc.gui/skin.xsd')
-rw-r--r-- | addons/xbmc.gui/skin.xsd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addons/xbmc.gui/skin.xsd b/addons/xbmc.gui/skin.xsd index c669367a16..350805725a 100644 --- a/addons/xbmc.gui/skin.xsd +++ b/addons/xbmc.gui/skin.xsd @@ -3,6 +3,17 @@ <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="extension"> <xs:complexType> + <xs:sequence> + <xs:element name="res" minOccurs="0" maxOccurs="unbounded"> + <xs:complexType> + <xs:attribute name="width" type="xs:unsignedInt" use="required"/> + <xs:attribute name="height" type="xs:unsignedInt" use="required"/> + <xs:attribute name="default" type="xs:boolean"/> + <xs:attribute name="folder" type="xs:string"/> + <xs:attribute name="aspect" type="xs:string"/> + </xs:complexType> + </xs:element> + </xs:sequence> <xs:attribute name="point" type="xs:string" use="required"/> <xs:attribute name="id" type="simpleIdentifier"/> <xs:attribute name="name" type="xs:string"/> |