diff dtds/warfoundry-cats.xsd @ 74:76d274df9f28

Closes #80: Collapse XSD definitions * Replace spaces with tabs for indenting
author IBBoard <dev@ibboard.co.uk>
date Sun, 10 May 2009 19:18:10 +0000
parents 3664eee50390
children 7b98e71b8511
line wrap: on
line diff
--- a/dtds/warfoundry-cats.xsd	Sun May 10 19:13:10 2009 +0000
+++ b/dtds/warfoundry-cats.xsd	Sun May 10 19:18:10 2009 +0000
@@ -2,17 +2,17 @@
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:core="http://ibboard.co.uk/warfoundry/core" targetNamespace="http://ibboard.co.uk/warfoundry/cats"
 xmlns="http://ibboard.co.uk/warfoundry/cats" elementFormDefault="qualified">
 <xs:complexType name="categoriestype">
-  <xs:sequence>
-    <xs:element name="cat" minOccurs="1" maxOccurs="unbounded">
-      <xs:complexType>
-        <xs:attribute name="id" type="xs:ID" />
-        <xs:attribute name="name" type="xs:string" use="required"/>
-        <xs:attribute name="minPoints" type="core:nonNegativeDouble" default="0"/>
-        <xs:attribute name="maxPoints" type="core:nonNegativeOrInfiniteInteger" default="-1"/>
-        <xs:attribute name="minPercentage" type="core:percentage" default="0"/>
-        <xs:attribute name="maxPercentage" type="core:percentage" default="100"/>
-      </xs:complexType>
-	</xs:element>
-  </xs:sequence>
+	<xs:sequence>
+		<xs:element name="cat" minOccurs="1" maxOccurs="unbounded">
+			<xs:complexType>
+				<xs:attribute name="id" type="xs:ID" />
+				<xs:attribute name="name" type="xs:string" use="required"/>
+				<xs:attribute name="minPoints" type="core:nonNegativeDouble" default="0"/>
+				<xs:attribute name="maxPoints" type="core:nonNegativeOrInfiniteInteger" default="-1"/>
+				<xs:attribute name="minPercentage" type="core:percentage" default="0"/>
+				<xs:attribute name="maxPercentage" type="core:percentage" default="100"/>
+			</xs:complexType>
+		</xs:element>
+	</xs:sequence>
 </xs:complexType>
 </xs:schema>
\ No newline at end of file