Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison schemas/warfoundry-core.xsd @ 266:a3c1bf57fd3f
Re #279: Create composite limit
* Ignore XPath and go for all child nodes, since we want to warn in future if an unsupported limit is ignored
* Make the "any" option in the limit choice group a singular instead of 0+ to ensure we get a choice when we use the group
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 05 Jun 2010 18:57:46 +0000 |
parents | 6fe0cb1bf74f |
children |
comparison
equal
deleted
inserted
replaced
265:6fe0cb1bf74f | 266:a3c1bf57fd3f |
---|---|
69 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> | 69 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> |
70 </xs:sequence> | 70 </xs:sequence> |
71 <xs:anyAttribute processContents="lax"/> | 71 <xs:anyAttribute processContents="lax"/> |
72 </xs:complexType> | 72 </xs:complexType> |
73 </xs:element> | 73 </xs:element> |
74 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> | 74 <xs:any processContents="lax"/> |
75 </xs:choice> | 75 </xs:choice> |
76 </xs:group> | 76 </xs:group> |
77 <xs:simpleType name="positiveOrInfiniteInteger"> | 77 <xs:simpleType name="positiveOrInfiniteInteger"> |
78 <xs:union memberTypes="xs:positiveInteger infinity"/> | 78 <xs:union memberTypes="xs:positiveInteger infinity"/> |
79 </xs:simpleType> | 79 </xs:simpleType> |