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...
I got it after playing with it some more.
This is what worked for those who may wonder:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="tileSetContents"
targetNamespace="D:\Programming\animationClassLibrary\animationClassLibrary"
elementFormDefault="qualified"...
I am building an XML Schema for the first time, and I am diving in head first. What I have does not seem to work, and was wondering if anyone could give me any advice on making it better formed.
What it is is an image (TileSet) described by a Name Attribute and a FilePath attribute. The image...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.