annotate bin/Debug/schemas/warfoundry-cats.xsd @ 13:372f921c20fc

Mock up of the stat line tab Select a stat line to view Make Default changes default stat line
author Tsudico
date Sat, 18 Dec 2010 13:20:18 -0600
parents 91b5550eff31
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
1 <?xml version="1.0"?>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:core="http://ibboard.co.uk/warfoundry/core" targetNamespace="http://ibboard.co.uk/warfoundry/cats"
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
3 xmlns="http://ibboard.co.uk/warfoundry/cats" elementFormDefault="qualified">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
4 <xs:complexType name="categoriestype">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
5 <xs:sequence>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
6 <xs:element name="cat" minOccurs="1" maxOccurs="unbounded">
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
7 <xs:complexType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
8 <xs:sequence>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
9 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
10 </xs:sequence>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
11 <xs:attribute name="id" type="xs:string" use="required" />
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
12 <xs:attribute name="name" type="xs:string" use="required"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
13 <xs:attribute name="minPoints" type="core:nonNegativeDouble" default="0"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
14 <xs:attribute name="maxPoints" type="core:nonNegativeOrInfiniteInteger" default="-1"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
15 <xs:attribute name="minPercentage" type="core:percentage" default="0"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
16 <xs:attribute name="maxPercentage" type="core:percentage" default="100"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
17 <xs:anyAttribute processContents="lax"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
18 </xs:complexType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
19 </xs:element>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
20 </xs:sequence>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
21 <xs:anyAttribute processContents="lax"/>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
22 </xs:complexType>
91b5550eff31 Initial Commit.
Tsudico
parents:
diff changeset
23 </xs:schema>