Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML Schema value comparison/math

Status
Not open for further replies.

Angate

Programmer
Mar 30, 2009
3
US
I am building an XML Schema that defines regions within a given space.

I have it complete minus a few value restrictions. What I need to do is this:

1. Ensure that an Integer root attribute is evenly divisible by a particular Integer element.

2. Ensure that the sum of two Integer elements is less than or equal two a particular root attribute.

Any ideas as to how to do this or if it is possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top