Mercurial > repos > IBDev-IBBoard.WarFoundry.API
comparison schemas/warfoundry-cats.xsd @ 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 | c1d55ea8a2a1 |
comparison
equal
deleted
inserted
replaced
246:c8ea9499eb15 | 247:874c5f0906c9 |
---|---|
3 xmlns="http://ibboard.co.uk/warfoundry/cats" elementFormDefault="qualified"> | 3 xmlns="http://ibboard.co.uk/warfoundry/cats" elementFormDefault="qualified"> |
4 <xs:complexType name="categoriestype"> | 4 <xs:complexType name="categoriestype"> |
5 <xs:sequence> | 5 <xs:sequence> |
6 <xs:element name="cat" minOccurs="1" maxOccurs="unbounded"> | 6 <xs:element name="cat" minOccurs="1" maxOccurs="unbounded"> |
7 <xs:complexType> | 7 <xs:complexType> |
8 <xs:sequence> | |
9 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> | |
10 </xs:sequence> | |
8 <xs:attribute name="id" type="xs:ID" /> | 11 <xs:attribute name="id" type="xs:ID" /> |
9 <xs:attribute name="name" type="xs:string" use="required"/> | 12 <xs:attribute name="name" type="xs:string" use="required"/> |
10 <xs:attribute name="minPoints" type="core:nonNegativeDouble" default="0"/> | 13 <xs:attribute name="minPoints" type="core:nonNegativeDouble" default="0"/> |
11 <xs:attribute name="maxPoints" type="core:nonNegativeOrInfiniteInteger" default="-1"/> | 14 <xs:attribute name="maxPoints" type="core:nonNegativeOrInfiniteInteger" default="-1"/> |
12 <xs:attribute name="minPercentage" type="core:percentage" default="0"/> | 15 <xs:attribute name="minPercentage" type="core:percentage" default="0"/> |