Questions tagged as 'xsd'

1
answer

Error in xsd dian colombia

I am trying to generate the classes of the xsd that the dian provides in java with netbeans using the jaxbinding tool, but at the time of doing so, it generates the following errors, [ERROR] 'AcceptedIndicator' is already defined línea 21 de...
asked by 08.11.2018 / 15:23
2
answers

Problems to validate an XML with an XSD

I have problems validating an XML document with a Schema XSD. The error you give me is the following. I have another document to validate in which I get the same error. I do not understand what I'm missing.    Error at line 19, column 25:...
asked by 22.04.2017 / 15:54
1
answer

Error in XSD document: "s4s-elt-invalid-content.1: The content of 'tab' is invalid."

I do not know why the validator on this page ( link ) tells me that I have the wrong XSD document. The error that gives me concretely is:    Not valid. Error - Line 5, 58: org.xml.sax.SAXParseException;   lineNumber: 5; columnNumber: 58;...
asked by 14.02.2018 / 22:23
0
answers

no declaration found for element xs schema

Hi, thank you very much for reading and seeing my problem and thanks for helping me. my problem is the following I'm doing an xsd and I get the error. (no declaration found for element xs schema) and I do not know what my problem is, I am new to...
asked by 22.10.2018 / 12:52
0
answers

Create a class c # from an xsd

I have a problem generating a class from an xsd. the xsd <?xml version="1.0" encoding="UTF-8"?> <!-- Library: OASIS Universal Business Language (UBL) 2.1 OS http://docs.oasis-open.org/ubl/os-UBL-2.1...
asked by 08.08.2018 / 03:01
0
answers

xsd a class cs de c # star

I am doing the conversion of xsd to classes in c # but it makes me errors. Create a folder inside C: \ STAR where I put the REV5.6.4 of STAR_Schema_564_GSS-2018-06-11 there I put all the files that I need to convert my main xsd that it is P...
asked by 07.08.2018 / 20:04
2
answers

Get Value of an XML (XSD) with PHP

I connect to a SOAP service that returns the following: <xs:schema xmlns:mstns="http://tempuri.org/dsPDFGuia.xsd" xmlns="http://tempuri.org/dsPDFGuia.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:x...
asked by 12.04.2018 / 17:38