Skip to content

Instantly share code, notes, and snippets.

@rmzelle
Last active October 23, 2015 20:06
Show Gist options
  • Save rmzelle/a53135a8bfd8019acc46 to your computer and use it in GitHub Desktop.
Save rmzelle/a53135a8bfd8019acc46 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<products amount="1.0"/>
<?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