diff dtds/warfoundry-cats.xsd @ 40:3664eee50390

Fixes #47 - remove magic numbers * Create "infinity" in core types * Redefine special core types without trying to use non-existant INF for Integers * Use new types in Cats and Race * Remove special handling of INF when parsing an integer attribute Closes #46 - Resolve problems using custom restrictions of decimal and double * New schemas seem to work without exceptioning
author IBBoard <dev@ibboard.co.uk>
date Sat, 21 Mar 2009 17:04:33 +0000
parents 548cfc776f54
children 76d274df9f28
line wrap: on
line diff
--- a/dtds/warfoundry-cats.xsd	Thu Mar 19 20:12:29 2009 +0000
+++ b/dtds/warfoundry-cats.xsd	Sat Mar 21 17:04:33 2009 +0000
@@ -8,7 +8,7 @@
         <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:infiniteOrNonNegativeDouble" default="INF"/>
+        <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>