Skip to content

Commit

Permalink
changed xsd type of compressionRatio to double to allow for scientifi…
Browse files Browse the repository at this point in the history
…c notation
  • Loading branch information
bitsgalore committed Mar 25, 2015
1 parent 7a3edf0 commit 363e326
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions vagrant/precise32/buildjpylyzerTest.sh

This file was deleted.

2 changes: 1 addition & 1 deletion xsd/jpylyzer-v-1-0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,6 @@
</xs:element>

<!-- Compression ratio element -->
<xs:element name="compressionRatio" type="xs:decimal"/>
<xs:element name="compressionRatio" type="xs:double"/>

</xs:schema>

0 comments on commit 363e326

Please sign in to comment.