diff options
author | M. Kaijser <mcm.kaijser@gmail.com> | 2013-05-01 15:00:29 +0200 |
---|---|---|
committer | M. Kaijser <mcm.kaijser@gmail.com> | 2013-05-01 15:07:11 +0200 |
commit | 730c3535f3e6df2c2ac567197ecd0c7fd456ab74 (patch) | |
tree | 0f14d8246f9dc24fc0a63938c11fd66739fdd1a1 /addons | |
parent | 3f0e77e3e300c879a0676d95d00c2e3474ced119 (diff) |
[cosmetics] convert tabs to space for consistency
Diffstat (limited to 'addons')
-rw-r--r-- | addons/xbmc.addon/repository.xsd | 18 | ||||
-rw-r--r-- | addons/xbmc.gui/skin.xsd | 36 | ||||
-rw-r--r-- | addons/xbmc.metadata/scraper.xsd | 30 | ||||
-rw-r--r-- | addons/xbmc.python/pluginsource.xsd | 37 | ||||
-rw-r--r-- | addons/xbmc.python/script.xsd | 26 |
5 files changed, 72 insertions, 75 deletions
diff --git a/addons/xbmc.addon/repository.xsd b/addons/xbmc.addon/repository.xsd index 7ec8141a47..eef49bfb93 100644 --- a/addons/xbmc.addon/repository.xsd +++ b/addons/xbmc.addon/repository.xsd @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="extension"> - <xs:complexType> + <xs:element name="extension"> + <xs:complexType> <xs:element name="info"> <xs:complexType> <xs:attribute name="compressed" type="xs:boolean"/> @@ -14,11 +14,11 @@ <xs:attribute name="zip" type="xs:boolean"/> </xs:complexType> </xs:element> - </xs:complexType> - </xs:element> - <xs:simpleType name="simpleIdentifier"> - <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> - </xs:restriction> - </xs:simpleType> + </xs:complexType> + </xs:element> + <xs:simpleType name="simpleIdentifier"> + <xs:restriction base="xs:string"> + <xs:pattern value="[^.]+"/> + </xs:restriction> + </xs:simpleType> </xs:schema> diff --git a/addons/xbmc.gui/skin.xsd b/addons/xbmc.gui/skin.xsd index 2dd9863f63..c669367a16 100644 --- a/addons/xbmc.gui/skin.xsd +++ b/addons/xbmc.gui/skin.xsd @@ -1,23 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="extension"> - <xs:complexType> - <xs:attribute name="point" type="xs:string" use="required"/> - <xs:attribute name="id" type="simpleIdentifier"/> - <xs:attribute name="name" type="xs:string"/> - - <xs:attribute name="defaultresolution" type="xs:string" use="required"/> - <xs:attribute name="defaultresolutionwide" type="xs:string" use="required"/> - <xs:attribute name="defaultthemename" type="xs:string" use="required"/> - <xs:attribute name="effectslowdown" type="xs:float"/> - <xs:attribute name="debugging" type="xs:boolean"/> - - </xs:complexType> - </xs:element> - <xs:simpleType name="simpleIdentifier"> - <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> - </xs:restriction> - </xs:simpleType> + <xs:element name="extension"> + <xs:complexType> + <xs:attribute name="point" type="xs:string" use="required"/> + <xs:attribute name="id" type="simpleIdentifier"/> + <xs:attribute name="name" type="xs:string"/> + <xs:attribute name="defaultresolution" type="xs:string" use="required"/> + <xs:attribute name="defaultresolutionwide" type="xs:string" use="required"/> + <xs:attribute name="defaultthemename" type="xs:string" use="required"/> + <xs:attribute name="effectslowdown" type="xs:float"/> + <xs:attribute name="debugging" type="xs:boolean"/> + </xs:complexType> + </xs:element> + <xs:simpleType name="simpleIdentifier"> + <xs:restriction base="xs:string"> + <xs:pattern value="[^.]+"/> + </xs:restriction> + </xs:simpleType> </xs:schema> diff --git a/addons/xbmc.metadata/scraper.xsd b/addons/xbmc.metadata/scraper.xsd index 9e031f3370..d993052f46 100644 --- a/addons/xbmc.metadata/scraper.xsd +++ b/addons/xbmc.metadata/scraper.xsd @@ -1,19 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="extension"> - <xs:complexType> - <xs:attribute name="point" type="xs:string" use="required"/> - <xs:attribute name="id" type="simpleIdentifier"/> - <xs:attribute name="name" type="xs:string"/> - <xs:attribute name="library" type="xs:string"/> - <xs:attribute name="language" type="xs:string"/> - <xs:attribute name="requiressetting" type="xs:boolean"/> - </xs:complexType> - </xs:element> - <xs:simpleType name="simpleIdentifier"> - <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> - </xs:restriction> - </xs:simpleType> + <xs:element name="extension"> + <xs:complexType> + <xs:attribute name="point" type="xs:string" use="required"/> + <xs:attribute name="id" type="simpleIdentifier"/> + <xs:attribute name="name" type="xs:string"/> + <xs:attribute name="library" type="xs:string"/> + <xs:attribute name="language" type="xs:string"/> + <xs:attribute name="requiressetting" type="xs:boolean"/> + </xs:complexType> + </xs:element> + <xs:simpleType name="simpleIdentifier"> + <xs:restriction base="xs:string"> + <xs:pattern value="[^.]+"/> + </xs:restriction> + </xs:simpleType> </xs:schema> diff --git a/addons/xbmc.python/pluginsource.xsd b/addons/xbmc.python/pluginsource.xsd index 9907324cd4..bf80a3620e 100644 --- a/addons/xbmc.python/pluginsource.xsd +++ b/addons/xbmc.python/pluginsource.xsd @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="extension"> - <xs:complexType> - <xs:element name="provides" type="providesList"/> - <xs:attribute name="point" type="xs:string" use="required"/> - <xs:attribute name="id" type="simpleIdentifier"/> - <xs:attribute name="name" type="xs:string"/> - </xs:complexType> - </xs:element> - <xs:element name="content"> - <xs:complexType> - <xs:attribute name="type" type="xs:string" use="required"/> - </xs:complexType> - </xs:element> - <xs:simpleType name="simpleIdentifier"> - <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> - </xs:restriction> - </xs:simpleType> + <xs:element name="extension"> + <xs:complexType> + <xs:element name="provides" type="providesList"/> + <xs:attribute name="point" type="xs:string" use="required"/> + <xs:attribute name="id" type="simpleIdentifier"/> + <xs:attribute name="name" type="xs:string"/> + </xs:complexType> + </xs:element> + <xs:element name="content"> + <xs:complexType> + <xs:attribute name="type" type="xs:string" use="required"/> + </xs:complexType> + </xs:element> + <xs:simpleType name="simpleIdentifier"> + <xs:restriction base="xs:string"> + <xs:pattern value="[^.]+"/> + </xs:restriction> + </xs:simpleType> <xs:simpleType name="providesType"> <xs:restriction base="xs:string"> <xs:enumeration value="audio"/> @@ -30,6 +30,5 @@ <xs:simpleType name="providesList"> <xs:list itemType="providesType"/> </xs:simpleType> - </xs:schema> diff --git a/addons/xbmc.python/script.xsd b/addons/xbmc.python/script.xsd index 76bb96dce5..082aa7b975 100644 --- a/addons/xbmc.python/script.xsd +++ b/addons/xbmc.python/script.xsd @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd"> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> - <xs:element name="extension"> - <xs:complexType> - <xs:attribute name="point" type="xs:string" use="required"/> - <xs:attribute name="id" type="simpleIdentifier"/> - <xs:attribute name="name" type="xs:string"/> - <xs:attribute name="library" type="xs:string"/> - </xs:complexType> - </xs:element> - <xs:simpleType name="simpleIdentifier"> - <xs:restriction base="xs:string"> - <xs:pattern value="[^.]+"/> - </xs:restriction> - </xs:simpleType> + <xs:element name="extension"> + <xs:complexType> + <xs:attribute name="point" type="xs:string" use="required"/> + <xs:attribute name="id" type="simpleIdentifier"/> + <xs:attribute name="name" type="xs:string"/> + <xs:attribute name="library" type="xs:string"/> + </xs:complexType> + </xs:element> + <xs:simpleType name="simpleIdentifier"> + <xs:restriction base="xs:string"> + <xs:pattern value="[^.]+"/> + </xs:restriction> + </xs:simpleType> </xs:schema> |