I extracted a xml fragment on which I am working for a DTD, pratically I need a specific declaration for resource contained in tag resources and another different one for resource contained in tag inp
The situation is thus: I have an application which provides editing capabilities to XML an file. This file follows a certain Schema. The Schema belongs to a subset of Schemas which actually follow a
Is it possible to specify the value of a tag or attribute should not be like some_value ? I have a strange requirement, where the xsd isn\'t aware of the values being sent to it. The value of that pa
Is it possible in xsd to create restriction based on elements of some type in target (processed) document?
I have an xml that comes in two forms <root> <element1 req=\"mandatory\"/> <element2/>
How can I make an enumeration of a complex type? For example, I want to store the following data into a xsd enumeration called Measurings
Here is my first attempt at validating XML with XSD. The XML file to be validated: <?xml version=\"1.0\" encoding=\"utf-8\" ?>
Imagine I have a recursive algebraic data type like this (Haskell syntax): data Expr = Zero One Add Expr Expr
I have a deserialized xml c# objet. I need to iterate through the oject to display all items, in this case there\'s just one, and display the name, colors and sizes for each item.
I am just learning XML/XSD and am struggling with the implementation of an XML-schema which models a folder structure.