The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

Is there is a way to validate xml with xsd schema element with minoccour='1'

I have an Xsd file <?xml version="1.0"?> <xs:schema id="Peoples" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xs:element ...
1
vote
1answer
13 views

Validate an Xml with promiscuous child elements against Xsd

I have an XML file looking like the one below. I am using it to give a series of commands to a robot: <Task StartPosition="100,100"> <GoTo> <X>100</X> ...
0
votes
2answers
13 views

Can I validate “combinations” with XSD's?

In the following scenario: <apples> <isred>1</isred> <color>red</color> </apples> is there a way to create a restriction on the validation of the isred ...
0
votes
1answer
20 views

How do I add namespaces to an XSD?

The following is my XML and its associated XSD: XML <?xml version="1.0" encoding="UTF-8" ?> <!-- <!DOCTYPE people SYSTEM "validator.dtd"> --> <people ...
1
vote
1answer
37 views

XML schema xs:choice inside xs:sequence

I'm trying to use a xs:choice element, but while validating the XSD file, I'm getting an error which I suppose it's related to the xs:choice element. I've searched for this problem for quite a bit, ...
0
votes
0answers
30 views

Validation of XML against XSD is not detecting errors

I am using the script below in a Script Task in SSIS to validate an XML against a XSD. The problem is that no errors are identified in the XML but if I use a tool like Stylus Studio to validate the ...
0
votes
1answer
20 views

XSD to xml transformation is not right

I have a xsd as below <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.com/api/2.2" elementFormDefault="qualified" ...
0
votes
1answer
45 views

Configuring JAXRS to do schema validation for only some service beans

I have a Spring-configured CXF-powered JAX-RS service with two service beans: <jaxrs:server id="wsServices"> <jaxrs:serviceBeans> <ref bean="a"/> <ref ...
0
votes
1answer
29 views

Validating XML against XSD schema

I'm trying to validate a client XML using a Schema they have sent. Schematically it looks like this: <?xml version="1.0" encoding="UTF-8"> <xs:schema ...
0
votes
2answers
54 views

XSD and XML - Cannot find the declaration of element

Probably this has been asked many times.But I went through all the posts but could not clear my error as I have no knowledge about XML and XSD. Can somebody please find out the error? XML <?xml ...
1
vote
0answers
46 views
+50

Using Xerces-j to validate an XML Document

I'm trying to validate an XML document using Xerces-J. I want the validator to pick up and resolve any associated XSD or DTD files (using schemalocation, nonamespaceschemalocationa and DOCTYPE ...
0
votes
0answers
33 views

XSD2Code namespace issue

I am using XSD2Code to generate C# class from XSD file. I got stuck with the following problem. XML file looks something like <?xml version="1.0" encoding="utf-8" standalone="yes"?> ...
0
votes
0answers
53 views

Unable to read WSDL/schema; the operation null and/or the namespace is invalid

The schema is: <xsd:element name="ImportCPCContentResponse"> <xsd:complexType> <xsd:sequence> <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="skip" ...
-1
votes
0answers
21 views

XML Not Validating against XSD

I have to generate an XML that is not validating against the given XSD. This is the XSD <xs:element name="Students" nillable="true"> <xs:complexType> <xs:sequence ...
0
votes
1answer
24 views

XmlSchemaInfo.SchemaElement is null after validation with reciving PVSI

I try to validate XDocument with compiled (and correct) schema set and with providing post validation schema info (PVSI): public void ValidateDoc(XDocument doc) { if (doc == null) return; ...
1
vote
1answer
22 views

Eclipse XML Schema Editor cannot handle links during validation?

I have modules with XSD-files and want to include the XSD of module-A (e.g. a.xsd) at module-B (e.g. b.xsd) using no relative or absolute path at import statement, but only the name of the file to ...
1
vote
3answers
63 views

Difference between <xsd:all> and <xsd:sequence> in schema definition?

Hi all I am new to schema definition Right now I am using xsd:all in complex type..When I missed any mandatory elements while validating it will show all the elements It will not display exact missed ...
0
votes
1answer
28 views

Create different element in XSD

I have a XSD modified to add new item without having to create a new XSD. Currently I have a single element in this case is "tire". I created an element of type "tire". <xs:element name="tire" ...
0
votes
3answers
46 views

Where exactly am I going wrong with this XSD?

I'm trying to write an XSD document <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:books" xmlns:bks="urn:books"> <xsd:element name="Books" ...
1
vote
1answer
35 views

Creating .xsd and .xml with optional element (if - then)

I need to create xsd and xml files with special characteristics. For example 'Plane' with 'Model' ... 'Ammo'. If I set 'Ammo' to true I need to set the number of Missiles (0-10). If 'Ammo' is set to ...
0
votes
1answer
44 views

Xbrl Validation

I have a generated XDocument that needs to be validated to Xbrl xsd's I have created a custom XmlResolver to load all the xsd files from the external party. This is the GetEntity Function from my ...
1
vote
1answer
128 views

Different results of XMLLint and Xerces on XSD Schema validation?

Context: I'm trying to find a way to validate XSD and XML against XSD that is automatable for integration into a software build-process. The input is files, and for the output an exit code or reliably ...
1
vote
1answer
111 views

Validating xml with xsd that relates to another xsd

I want to validate xml files against this schema (inside the zip) it relates to two other xsds <import namespace="http://www.w3.org/2000/09/xmldsig#" ...
2
votes
1answer
142 views

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" elementFormDefault="qualified" > <xs:element name="dimension"> <xs:complexType> ...
0
votes
1answer
88 views

Spring Security Authentication Manager Error

I am trying to add Spring Authentication to my Web App.I have included Spring Security jar v3.0.5 . But I am getting the following errors in my console SEVERE: Context initialization failed ...
1
vote
0answers
56 views

Same element name in xsd, but different validation logic

I have xml file that seems like that <doc> <field name="simple_meta">book</field> <field name="complex_meta">journal</field> <field name="text_date">some ...
0
votes
1answer
30 views

XML Schema: How to handle different occurrences in an unordered list?

What kind of choice block(or something comparable) matches the following XML documents: Example 1 <root> <multiple1 /> <multiple2 /> <multiple2 /> <single1 ...
0
votes
0answers
18 views

How to make eclipse fetch a xml schema from SVN for schema validation?

I have a xsd that imports another xsd. Due to project rules I have to specify the full path to the xsd on SVN server. example given below. <xsd:import namespace="http://www.xyz.com/PurchaseOrder/" ...
1
vote
1answer
32 views

Are the both schemas equivalent?

1. <xsd:element name="tuple"> <xsd:complexType> <xsd:sequence> <xsd:any minOccurs="0" maxOccurs="unbounded" namespace="##any" processContents="skip" /> ...
1
vote
0answers
154 views

how to write custom error handler for xsd validation for jaxb object

I want validate my JAXB object using xsd And want to return proper error message. But the error message i m able to get is : cvc-complex-type.2.4.a: Invalid content was found starting with ...
3
votes
2answers
68 views

XML validation and namespaces in .NET

What I'm trying to do is to validate XML against an XSD. This is all pretty straightforward, but I'm having a problem with XML's without a namespace. C# only validates the xml if the namespace matches ...
1
vote
1answer
23 views

xsd restriction by value

folks, i need your help with the following. my xml looks like this: <Images> <Image ImageId="1" ImageFile="a.png"/> <Image ImageId="2" ImageFile="b.png"/> <Image ...
1
vote
2answers
126 views

The 'ref' attribute cannot be present. validation error in C#

I did some xml Xsd validation according to following method: Xml validation using XSD schema ....................................................... XmlReaderSettings settings = new ...
-4
votes
1answer
213 views

How to create xml file from existing xsd file? [duplicate]

I want to create XML file with data(data is from database) using existing XSD file. Please guide me how to do this in C#
1
vote
1answer
48 views

XSD choice validation where elements have different parents

Is there a way to validate using a choice (or other technique) where you require at least of one 2 values that have different parents. For example... <?xml version="1.0" encoding="UTF-8"?> ...
1
vote
1answer
39 views

XSD does not return fault with DOMDocument

I'm trying to validate an XML file with an XSD in PHP with DOMDocument. The translation element must not appear in my XML but schemaValidate does not return an error. I tested with the validation with ...
1
vote
0answers
91 views

Xjc behave differently when called from command-line and from java code

I am trying to verify the xsd schema compilation using xjc. Basically I am executing this command: ${JAVA_HOME}\bin\xjc -d output -catalog catalog.xml -b foo.xjc foo.xsd, but with Java code This ...
0
votes
1answer
203 views

Invalid content was found starting with element 'Role'

My Schema: <xsd:element name="GetTasksForRolesResponse"> <xsd:complexType> <xsd:sequence> ...
0
votes
0answers
22 views

Validate xml against mulitple xsds

I am new to xml and xsd .I have common.xsd file which I have import common.xsd file into another stock.xsd file ..I want to validate xml using this xsd file .Now I am using schema factory to valiate ...
1
vote
1answer
148 views

xsd choice for multiple elements

I would like my Xml file to look like the following <root> <name>a</name> <age>23</age> </root> or <root> <empno>b<empno> ...
1
vote
1answer
70 views

XSD - Is possible to change attribute type in extension type

I want to change the type of the Name attribute from xs:string to xs:int, like in XSD below <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
2
votes
2answers
248 views

Validate XSD in C# as if it were an XML: doesn't give expected warnings

The short story: I want to validate an XSD file (all XSDs being XMLs themselves) using an XSD schema, in code, and get the same warnings or errors that Visual Studio displays when opening the same ...
0
votes
1answer
66 views

XSD with conditional attribute

I would like to create an XSD file which can check if an attribute is present of not based on the name of its parent node. Any idea how I could do that? Below is an example of what I am trying to do. ...
1
vote
2answers
167 views

XSD 1.1 alternative usage issue

I need to make specific XSD validation for a single type of node based on an attribute value: XSD 1.1 and xsd:alternative should be my friends. BUT with the following (most simple) example: ...
1
vote
1answer
43 views

Validation errors on xsd:keyref

i have a problem with the following schema I want to "match" jobGroup attribute of the job element with name attribute of jobGroup element, but i can't verify this costraints through validation This ...
0
votes
1answer
46 views

XML validation fails on Oracle for empty (string) element

Validation of my XML document fails on Oracle (via oraxsd c library), but succeeds in other tools. Oracle validation error: LSX-00009: data missing for type "#simple" LSX-00213: only 0 occurrences ...
0
votes
1answer
158 views

Local XML validation with DTD or XSD using a relative path?

An XML file can be defined and validated with an Document Type Description (DTD) or XML Schema (xsd) as follows: <?xml version='1.0' encoding='UTF-8'?> <annotation ...
1
vote
1answer
182 views

Serialize object to XML based on existing XSD schema

I have to create an XML document that would be based on an certain XML Schema Document. Since my data is a DataSet, I need to find the best way to start off. I have couple of different ideas how to ...
1
vote
1answer
70 views

XSD Unique constraint is not working

the XSD unique constraint does not seem to be working for me. I have the following XSD: <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://beardedhen.com/form" ...
0
votes
1answer
531 views

The prefix “xs” for element “xs:schema” is not bound

Following is the xsd that i am trying to use while generating a client for SOAP Service, Eclipse is throwing an error : The prefix "xs" for element "xs:schema" is not bound. <xs:schema ...

1 2 3 4 5