Mercurial > hg > webaudioevaluationtool
diff xml/test-schema.xsd @ 2491:2305ef6779fe
Added video support #134
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Thu, 25 Aug 2016 10:45:10 +0100 |
parents | 75bd7b5dc522 |
children | 464c6c6692d6 9c167c0d6c26 |
line wrap: on
line diff
--- a/xml/test-schema.xsd Mon Aug 08 14:26:35 2016 +0200 +++ b/xml/test-schema.xsd Thu Aug 25 10:45:10 2016 +0100 @@ -280,6 +280,8 @@ <xs:enumeration value="number" /> <xs:enumeration value="radio" /> <xs:enumeration value="checkbox" /> + <xs:enumeration value="video" /> + <xs:enumeration value="youtube" /> </xs:restriction> </xs:simpleType> </xs:attribute> @@ -293,6 +295,7 @@ </xs:restriction> </xs:simpleType> </xs:attribute> + <xs:attribute name="url" type="xs:string" use="optional"/> </xs:complexType> </xs:element> </xs:sequence>