Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <xs:simpleType name="WeightType">
  2. <xs:restriction base="xs:decimal">
  3. <xs:totalDigits value="5"/>
  4. <xs:fractionDigits value="2"/>
  5. <xs:minInclusive value="0.01"/>
  6. </xs:restriction>
  7. </xs:simpleType>
  8.  
  9. <xs:minInclusive value="0.01"/>
  10.  
  11. <xs:minExclusive value="0"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement