annotate schemas/translation.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" targetNamespace="http://ibboard.co.uk/translation" xmlns="http://ibboard.co.uk/translation" 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
3 <xs:complexType name="translationtype">
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:simpleContent>
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:extension base="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
6 <xs:attribute name="id" type="xs:ID" 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
7 </xs:extension>
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:simpleContent>
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: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
10 <xs:element name="translations">
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: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
12 <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
13 <xs:element name="translation" minOccurs="0" maxOccurs="unbounded" type="translationtype"/>
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: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
15 <xs:attribute name="lang" 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
16 <xs:attribute name="extends" type="xs:string" default=""/>
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: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
19 </xs:schema>