Click to See Complete Forum and Search --> : XSD Attibute Question...


paradoxperfect
06-09-2009, 12:16 PM
Hello,

I want to design a schema that has two "sets" of attributes for a specific element. An example is how the <xsd:attribute> element handles the "ref" and the other attributes. When "ref" is present on the element, validation fails and the other attributes are not allowed. How can I also design an XSD that behaves the exact same way?