Mercurial > hg > webaudioevaluationtool
comparison test-schema.xsd @ 1240:33e684e3ea81
Hotfix: Added name attribute to XSD for audioelement nodes
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 08 Mar 2016 18:12:14 +0000 |
parents | 124e6c702845 |
children | 83b439322229 |
comparison
equal
deleted
inserted
replaced
1239:a54422902bbd | 1240:33e684e3ea81 |
---|---|
114 <xs:element name="audioelement"> | 114 <xs:element name="audioelement"> |
115 <xs:complexType> | 115 <xs:complexType> |
116 <xs:attribute ref="id" use="required"/> | 116 <xs:attribute ref="id" use="required"/> |
117 <xs:attribute name="url" type="xs:anyURI" use="required"/> | 117 <xs:attribute name="url" type="xs:anyURI" use="required"/> |
118 <xs:attribute name="gain" type="xs:decimal" default="0"/> | 118 <xs:attribute name="gain" type="xs:decimal" default="0"/> |
119 <xs:attribute ref="name"/> | |
119 <xs:attribute name="type" default="normal"> | 120 <xs:attribute name="type" default="normal"> |
120 <xs:simpleType> | 121 <xs:simpleType> |
121 <xs:restriction base="xs:string"> | 122 <xs:restriction base="xs:string"> |
122 <xs:enumeration value="normal"/> | 123 <xs:enumeration value="normal"/> |
123 <xs:enumeration value="anchor"/> | 124 <xs:enumeration value="anchor"/> |