annotate schemas/system.xsd @ 3:2f52da2e7605

Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
author Tsudico
date Wed, 08 Dec 2010 18:44:10 -0600
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
1 <?xml version="1.0"?>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:core="http://ibboard.co.uk/warfoundry/core" xmlns:cats="http://ibboard.co.uk/warfoundry/cats"
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
3 targetNamespace="http://ibboard.co.uk/warfoundry/system" xmlns="http://ibboard.co.uk/warfoundry/system" xmlns:sys="http://ibboard.co.uk/warfoundry/system" elementFormDefault="qualified">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
4 <xs:element name="system">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
5 <xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
6 <xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
7 <xs:element name="categories" type="cats:categoriestype">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
8 <xs:key name="catsKey">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
9 <xs:selector xpath="cats:cat"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
10 <xs:field xpath="@id"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
11 </xs:key>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
12 </xs:element>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
13 <xs:element name="sysStatsList">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
14 <xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
15 <xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
16 <xs:element name="sysStats" maxOccurs="unbounded">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
17 <xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
18 <xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
19 <xs:element name="sysStat" maxOccurs="unbounded">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
20 <xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
21 <xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
22 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
23 </xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
24 <xs:attribute name="name" type="xs:string" use="required"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
25 <xs:anyAttribute processContents="lax"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
26 </xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
27 </xs:element>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
28 </xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
29 <xs:attribute name="id" type="xs:string" />
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
30 <xs:anyAttribute processContents="lax"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
31 </xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
32 </xs:element>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
33 </xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
34 <xs:attribute name="defaultStats" type="xs:string" use="required" />
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
35 <xs:anyAttribute processContents="lax"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
36 </xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
37 </xs:element>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
38 <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
39 </xs:sequence>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
40 <xs:attribute name="id" type="xs:string" />
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
41 <xs:attribute name="name" type="xs:string" use="required"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
42 <xs:attribute name="warn" type="xs:boolean" default="false"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
43 <xs:attribute name="allowAllies" type="xs:boolean" default="true"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
44 <xs:anyAttribute processContents="lax"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
45 </xs:complexType>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
46 <xs:keyref name="defaultStatsRef" refer="statsKey">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
47 <xs:selector xpath="sys:sysStatsList"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
48 <xs:field xpath="@defaultStats"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
49 </xs:keyref>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
50 <xs:key name="statsKey">
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
51 <xs:selector xpath="sys:sysStatsList/sys:sysStats"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
52 <xs:field xpath="@id"/>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
53 </xs:key>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
54 </xs:element>
2f52da2e7605 Directory and project updates. VS2008 does not like app.config so I had to remove references of that from the solution from other projects.
Tsudico
parents:
diff changeset
55 </xs:schema>