Mercurial > repos > WarFoundryForge
comparison bin/Debug/schemas/translation.xsd @ 0:91b5550eff31
Initial Commit.
author | Tsudico |
---|---|
date | Tue, 07 Dec 2010 20:06:17 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:91b5550eff31 |
---|---|
1 <?xml version="1.0"?> | |
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"> | |
3 <xs:complexType name="translationtype"> | |
4 <xs:simpleContent> | |
5 <xs:extension base="xs:string"> | |
6 <xs:attribute name="id" type="xs:ID" use="required" /> | |
7 </xs:extension> | |
8 </xs:simpleContent> | |
9 </xs:complexType> | |
10 <xs:element name="translations"> | |
11 <xs:complexType> | |
12 <xs:sequence> | |
13 <xs:element name="translation" minOccurs="0" maxOccurs="unbounded" type="translationtype"/> | |
14 </xs:sequence> | |
15 <xs:attribute name="lang" type="xs:string" use="required"/> | |
16 <xs:attribute name="extends" type="xs:string" default=""/> | |
17 </xs:complexType> | |
18 </xs:element> | |
19 </xs:schema> |