changeset 191:d63bef60bb51

Re #198: Add slots with counts to units * Allow for zero limits in schema no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Thu, 29 Oct 2009 20:46:42 +0000
parents 6f67f16a67fb
children 2d0c4248a915
files dtds/warfoundry-core.xsd
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dtds/warfoundry-core.xsd	Wed Oct 28 20:52:10 2009 +0000
+++ b/dtds/warfoundry-core.xsd	Thu Oct 29 20:46:42 2009 +0000
@@ -19,13 +19,13 @@
 		</xs:element>
 		<xs:element name="sizeConstrainedLimit">
 			<xs:complexType>
-				<xs:attribute name="limit" type="xs:positiveInteger" use="required"/>
+				<xs:attribute name="limit" type="xs:nonNegativeInteger" use="required"/>
 				<xs:anyAttribute/>
 			</xs:complexType>
 		</xs:element>
 		<xs:element name="absoluteLimit">
 			<xs:complexType>
-				<xs:attribute name="limit" type="xs:positiveInteger" use="required"/>
+				<xs:attribute name="limit" type="xs:nonNegativeInteger" use="required"/>
 				<xs:anyAttribute/>
 			</xs:complexType>
 		</xs:element>