Last active
October 23, 2015 20:06
-
-
Save rmzelle/a53135a8bfd8019acc46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<products amount="1.0"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<element xmlns="http://relaxng.org/ns/structure/1.0" name="products" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> | |
<attribute name="amount"> | |
<data type="decimal"> | |
<param name="maxInclusive">10.0</param> | |
<param name="minInclusive">0.0</param> | |
</data> | |
</attribute> | |
</element> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment