Mercurial > repos > IBBoard.Tests
changeset 35:791b84b79a0f
* Fix missing file issues (file not added to VCS before)
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 03 Apr 2011 14:42:36 +0000 |
parents | de7c3ee39362 |
children | 8c1e331b47d5 |
files | test-data/XmlLoaderTests/schemas/translation.xsd |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/XmlLoaderTests/schemas/translation.xsd Sun Apr 03 14:42:36 2011 +0000 @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ibboard.co.uk/translation" xmlns="http://ibboard.co.uk/translation" elementFormDefault="qualified"> +<xs:complexType name="translationtype"> + <xs:simpleContent> + <xs:extension base="xs:string"> + <xs:attribute name="id" type="xs:ID" /> + </xs:extension> + </xs:simpleContent> +</xs:complexType> +<xs:element name="translations"> + <xs:complexType> + <xs:sequence> + <xs:element name="translation" minOccurs="0" maxOccurs="unbounded" type="translationtype"/> + </xs:sequence> + <xs:attribute name="lang" type="xs:string" use="required"/> + <xs:attribute name="extends" type="xs:string" default=""/> + </xs:complexType> +</xs:element> +</xs:schema> \ No newline at end of file