Mercurial > repos > IBDev-IBBoard.WarFoundry.API
diff schemas/system.xsd @ 249:2f8fd45d55e2
Fixes #152: Test and fix extensibility of current schemas
* Complete forward and backward compatibility of schemas (according to testing)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 13 Mar 2010 20:51:04 +0000 |
parents | 9e4a78464b1a |
children | d576034ad1dd |
line wrap: on
line diff
--- a/schemas/system.xsd Sat Mar 13 16:46:42 2010 +0000 +++ b/schemas/system.xsd Sat Mar 13 20:51:04 2010 +0000 @@ -13,6 +13,9 @@ <xs:sequence> <xs:element name="sysStat" maxOccurs="unbounded"> <xs:complexType> + <xs:sequence> + <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> + </xs:sequence> <xs:attribute name="name" type="xs:string" use="required"/> <xs:anyAttribute processContents="lax"/> </xs:complexType>