Mercurial > repos > snowblizz-super-API-ideas
changeset 264:68af2cd41e2f
Re #289: Double-check extensibility where sets of values are allowed
* Allow other tags in the choice of elements for a limit
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 05 Jun 2010 14:00:28 +0000 |
parents | 7933d852181e |
children | 6fe0cb1bf74f |
files | schemas/warfoundry-core.xsd |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/schemas/warfoundry-core.xsd Sat Jun 05 12:43:28 2010 +0000 +++ b/schemas/warfoundry-core.xsd Sat Jun 05 14:00:28 2010 +0000 @@ -46,7 +46,9 @@ <xs:anyAttribute processContents="lax"/> </xs:complexType> </xs:element> + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> </xs:choice> + <xs:anyAttribute processContents="lax"/> </xs:complexType> <xs:simpleType name="positiveOrInfiniteInteger"> <xs:union memberTypes="xs:positiveInteger infinity"/>