Guest tgooper Report post Posted November 6, 2006 Hi!This is about the structure my XML has. <root> <tag1>ABCD</tag1> <tag2>hallo</tag2></root>I want to make a XSD that checks if tag1 has the value ABCD then tag2 must be part of the XML.(if tag1 = ABCD then tag2 exists)ThanxTgooper Quote Share this post Link to post Share on other sites
hb_teddy 0 Report post Posted November 22, 2006 xml schema has no ability, such condition to test. Quote Share this post Link to post Share on other sites