aboutsummaryrefslogtreecommitdiff
path: root/addons/xbmc.metadata
diff options
context:
space:
mode:
authorM. Kaijser <mcm.kaijser@gmail.com>2013-05-01 15:00:29 +0200
committerM. Kaijser <mcm.kaijser@gmail.com>2013-05-01 15:07:11 +0200
commit730c3535f3e6df2c2ac567197ecd0c7fd456ab74 (patch)
tree0f14d8246f9dc24fc0a63938c11fd66739fdd1a1 /addons/xbmc.metadata
parent3f0e77e3e300c879a0676d95d00c2e3474ced119 (diff)
[cosmetics] convert tabs to space for consistency
Diffstat (limited to 'addons/xbmc.metadata')
-rw-r--r--addons/xbmc.metadata/scraper.xsd30
1 files changed, 15 insertions, 15 deletions
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>