Mercurial > hg > webaudioevaluationtool
diff xml/test-schema.xsd @ 2907:a1e294297380
#222 WIP
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 31 Jul 2017 16:15:47 +0100 |
parents | 0981212c091f |
children | 029b0ebc299a |
line wrap: on
line diff
--- a/xml/test-schema.xsd Fri Jul 21 14:48:37 2017 +0100 +++ b/xml/test-schema.xsd Mon Jul 31 16:15:47 2017 +0100 @@ -12,14 +12,14 @@ <xs:attribute name="poolSize" type="xs:nonNegativeInteger" default="0" /> <xs:attribute name="alwaysInclude" type="xs:boolean" default="false" /> - <xs:attribute name="preSilence"> + <xs:attribute name="preSilence" default="0.0"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0.0" /> </xs:restriction> </xs:simpleType> </xs:attribute> - <xs:attribute name="postSilence"> + <xs:attribute name="postSilence" default="0.0"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0.0" />