xsd-1.1 Questions

2

Solved

I have an XSD with schema version 1.1, and I want to validate an XML against it programmatically via .NET and Java. In .NET I use XmlSchemaSet class to validate XML against XSD, but it throws the ...
Lopes asked 18/4, 2020 at 17:29

5

Solved

What is the best way to validate XML files against XML Schema 1.1 in Java? I took the code from this tutorial and changed the line where it looks up the factory to use XML Schema 1.1 as I have see...
Aricaarick asked 27/12, 2013 at 20:1

4

Solved

I have installed Xerces through Maven: <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version&g...
Ecotone asked 28/12, 2013 at 20:32

4

Solved

Is there any command line tool that validates XML against a XSD version 1.1? Xmllint does not validate version 1.1.
Fayefayette asked 13/9, 2013 at 9:21

2

Solved

In XSD, < complextType > can have the attributes 'block' and 'final', which can take a value of #all or a list of extensions or restrictions. What do these attributes mean? How do we use them? ...
Falbala asked 2/10, 2014 at 8:55

1

Solved

I try to design a XSD with CTA. I have the following XML: <?xml version="1.0" encoding="UTF-8"?> <persons xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLoca...
Nonconformance asked 18/12, 2017 at 10:5

1

Solved

<schema xmlns="http://www.w3.org/2001/XMLSchema" ... version="xxx"> The XSD specification https://www.w3.org/TR/xmlschema11-1/#declare-schema does not specify the semantics for the version ...
Metallurgy asked 27/5, 2017 at 8:21

1

Solved

We have been asked to put together a set of schemas for an open XML standard. XSD 1.0 would cope with most of the rules, but it would be a bit messy in places (especially to allow for extensibili...
Confuse asked 14/12, 2016 at 16:28

2

Solved

My current validation does not work for XSD v1.1 Schemas .. I tried many things to change that, but until now without success It does not matter for me if the solution is done with Saxon or Xerces...
Brufsky asked 11/3, 2016 at 13:33

1

Solved

Does libxml2 latest release supports XSD 1.1 for XML validation? I am using libxml2 v2.6.30 for XML validation with XSD (schema) 1.0. But, I it does not support XSD v1.1. I am not sure if the late...
Arrack asked 18/9, 2015 at 12:53

1

Solved

I have an XML file like this <listOfA> <a type="1"> <name></name> <surname></surname> </a> <a type="2"> <name></name> <id>&...
Brilliantine asked 10/1, 2015 at 16:25

1

Solved

I would like to ask if someone knows how to make an XSD 1.1 Conditional Type Assignment check if an element hasn't an attribute using the XPath query, e.g.: <!--inline alternative type definiti...
Pigment asked 7/8, 2014 at 20:14

2

Solved

If I create an XML Schema that requires schema 1.1 features (especially subtle ones, like removing an optional element in restriction of a base type), what is the best way to indicate that this sch...
Fivespot asked 4/2, 2014 at 14:44

2

Solved

What is the difference between <xs::redefine> and <xs::override> in XML schema 1.1. I've got two books on XML Schema in front of me and I still can't tell the difference. The only thing...
Mcguigan asked 3/2, 2014 at 10:54

1

Solved

I am trying to use the following in an XSD <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" > <xs:element name="dimension"> <xs:complexType>...
Despotic asked 22/3, 2013 at 15:19

1

Solved

I am trying to create a schema definition using XSD 1.1 in which outcome of one element is dependent on other. For example, I have drop-down for list of countries and list of states for each countr...
Saez asked 30/11, 2012 at 22:17

1

Solved

Is there any existing C++ implementation of the XML Schema XSD 1.1? I found xerces-c++-3.1.1, but it only implements XSD 1.0. The java counterpart of this project does implement XSD 1.1. I am not...
Extenuate asked 24/10, 2012 at 20:32

1

Can somebody suggest an opensource XML editor/eclipse plugin which supports xml-schema-1.1 specification. Basically, I need it to validate the XML against the XSD on-the-fly, just like in eclipse. ...
Kierkegaardian asked 26/7, 2012 at 9:19
1

© 2022 - 2024 — McMap. All rights reserved.