diff dtds/warfoundry-cats.xsd @ 159:7b98e71b8511

Re #152: Test and fix extensibility of current schemas * Add "any" elements and "anyAttributes" to schemas where appropriate Still need to handle cleansing with XSLT
author IBBoard <dev@ibboard.co.uk>
date Wed, 30 Sep 2009 19:08:08 +0000
parents 76d274df9f28
children
line wrap: on
line diff
--- a/dtds/warfoundry-cats.xsd	Tue Sep 29 19:50:46 2009 +0000
+++ b/dtds/warfoundry-cats.xsd	Wed Sep 30 19:08:08 2009 +0000
@@ -11,8 +11,10 @@
 				<xs:attribute name="maxPoints" type="core:nonNegativeOrInfiniteInteger" default="-1"/>
 				<xs:attribute name="minPercentage" type="core:percentage" default="0"/>
 				<xs:attribute name="maxPercentage" type="core:percentage" default="100"/>
+				<xs:anyAttribute/>
 			</xs:complexType>
 		</xs:element>
 	</xs:sequence>
+	<xs:anyAttribute/>
 </xs:complexType>
 </xs:schema>
\ No newline at end of file