comparison dtds/warfoundry-core.xsd @ 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 36adabb1c3ea
children
comparison
equal deleted inserted replaced
190:6f67f16a67fb 191:d63bef60bb51
17 <xs:anyAttribute/> 17 <xs:anyAttribute/>
18 </xs:complexType> 18 </xs:complexType>
19 </xs:element> 19 </xs:element>
20 <xs:element name="sizeConstrainedLimit"> 20 <xs:element name="sizeConstrainedLimit">
21 <xs:complexType> 21 <xs:complexType>
22 <xs:attribute name="limit" type="xs:positiveInteger" use="required"/> 22 <xs:attribute name="limit" type="xs:nonNegativeInteger" use="required"/>
23 <xs:anyAttribute/> 23 <xs:anyAttribute/>
24 </xs:complexType> 24 </xs:complexType>
25 </xs:element> 25 </xs:element>
26 <xs:element name="absoluteLimit"> 26 <xs:element name="absoluteLimit">
27 <xs:complexType> 27 <xs:complexType>
28 <xs:attribute name="limit" type="xs:positiveInteger" use="required"/> 28 <xs:attribute name="limit" type="xs:nonNegativeInteger" use="required"/>
29 <xs:anyAttribute/> 29 <xs:anyAttribute/>
30 </xs:complexType> 30 </xs:complexType>
31 </xs:element> 31 </xs:element>
32 <xs:element name="unitSizeLimit"> 32 <xs:element name="unitSizeLimit">
33 <xs:complexType> 33 <xs:complexType>