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?
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?