Top "Xsd-validation" questions

XSD validations are used to validate the XML file against the stored schema.

XML validation issue

I am trying to validate an XML against an XSD using 'xmllint' command of Unix. The problem I am facing …

xml xsd xml-validation xsd-validation xmllint
XSD custom type with attribute and restriction

I am developing an XSD document to validate XML Import files. Nearly all elements of the import file 'can' have …

xsd xsd-validation
XSD maxLength and minLength applied to integer

I am having some trouble finding out how to tell the XSD that the data of a field has to …

xml xsd integer xsd-validation xml-validation
XML Signature element is not declared

I created XSD using Visual StudioXML Tools. And I use following C# code to validate XML and facing this error. …

c# xml xsd xsd-validation xml-validation
XSD Validation with If Else Possibility

Just trying to figure out if below scenario can be achieved through XSD schema level validation. E.g- <PreferredPlan&…

xsd-validation
Can a sequence of XML elements be conditional on a property?

First question (be kind!) Explanation: if a property's true, I need the type to have elements. So if an attribute …

xml xsd xsd-validation
XML Schema 1.1 not recognizing 'assert' or 'assertion'

I am trying to use the following in an XSD <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" …

xml xsd xsd-validation xsd-1.1
Disable Schema Validation in Spring 3

We are using JOSSO framework for single sign on. It is working properly in Spring 2.5.6. It seems strict XML schema …

java spring xsd-validation josso
restriction of elements based on another attribute using XSD 1.1

I am trying to create a schema definition using XSD 1.1 in which the number of other elements is dependent on …

xsd w3c xsd-validation xsd-1.1