Questions tagged [xml-schema-collection]

34 questions
0
votes
1 answer

Error: Element or attribute type specified more than once in XML SCHEMA Collection

What's wrong with my XML SCHEMA Collection :x, it is throwing error. Here is an example of XML for which I wrote an XML SCHEMA COLLECTION: Never Apply Review Rule
PawanS
  • 7,033
  • 14
  • 43
  • 71
-1
votes
1 answer

xml dtd or xml schema link elements with different attribute

I need to create DTD or XMLSchema. How do i link elements collection@key="role" with collection@key="tie"? Is this possible or do they need to be done in different elements? I have XML
MFS
  • 9
  • 2
-1
votes
1 answer

XML generation in JAVA

I have schema like below
-2
votes
1 answer

How to make this xml file validete with this schema

I tried validating this schema with this xml file It is not working :-/ This is what i I am stuck at :-/ help
1 2
3