Mercurial > repos > snowblizz-super-API-ideas
changeset 247:874c5f0906c9
Re #152: Test and fix extensibility of current schemas
* Allow any element within category (lax processing)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 11 Mar 2010 20:57:49 +0000 |
parents | c8ea9499eb15 |
children | 6abf70f31ae4 |
files | schemas/warfoundry-cats.xsd |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/schemas/warfoundry-cats.xsd Thu Mar 11 20:53:06 2010 +0000 +++ b/schemas/warfoundry-cats.xsd Thu Mar 11 20:57:49 2010 +0000 @@ -5,6 +5,9 @@ <xs:sequence> <xs:element name="cat" minOccurs="1" maxOccurs="unbounded"> <xs:complexType> + <xs:sequence> + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> + </xs:sequence> <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"/>