Top "Xsd-validation" questions

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

XSD attribute NILLABLE not working

I am working on getting an xml file to validate against an XSD schema and I'm having trouble with the …

xml xsd xsd-validation
Validation Error of Spring Beans Schema inside Application Context

after setting up a new Spring-based application, I'm running into trouble with a referenced schema (http://www.springframework.org/schema/…

spring xsd-validation
xmllint validation error "no DTD found" while using XSD

I'm trying to use xmllint to check my work while developing a basic XSD i.e. XML Schema schema. However …

xml xsd libxml2 xsd-validation xmllint
How do you make an XSD element required or not required depending on the context?

We have a definition of Person element where we want different elements to be required depending on what they are …

xsd xsd-validation
How to solve validation error on xsi:noNamespaceSchemaLocation in jdoconfig.xml

Since I updated today to GAE 1.7.2.1, I'm having validation errors in eclipse in all my jdoconfig.xml files. I have …

eclipse google-app-engine jdo xsd-validation
Multiple Xsd schemas in 1 file

I have multiple Xsd schema files (small ones) and would like to somehow combine them into 1 big file, I was …

xml xsd xsd-validation
How to instantiate an XSD Element of an abstract type

I'm a java programmer new to XML and web services. I'm trying to create an xml document that conforms to …

xml xsd xsd-validation
Does JAXB support xsd:restriction?

<xs:element name="age"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive …

java web-services jakarta-ee jaxb xsd-validation
stax xml validation

I know I can validate xml-file when I use sax. But can I validate when I use Stax?

stax xsd-validation