Questions tagged as 'xsd'

2
answers

What is the difference between an XML file and an XSD file?

We know that these two types of files are correlated - .XSD e XML . What is the difference between the two? Is it possible to work with an XML without an XSD?
asked by 30.06.2015 / 15:56
1
answer

Generate classes with XSD or import WSDL [ANS / TISS]

ANS provides the .XSD , and .WSDL files for TISS implementation. S and I generate the code by .XSD, I have the classes structured correctly. Example: namespace TissV3 { class Cabecalho { ... } class...
asked by 11.06.2018 / 16:29
2
answers

Understanding documents from a SOAP web service

I'm working with a system that provides web service integration, more precisely SOAP. It provides me with some URLs, which I understand, access, describe, and document the entire system . They are: link link link The docu...
asked by 12.04.2017 / 22:16
1
answer

C # - Maintenance of Classes generated from xsd file

I'm developing an application that uses classes generated from xsd files made available by the federal recipe with xsd.exe . I use them to serialize xml files from the objects of these classes after performing validation of what has been popula...
asked by 04.10.2017 / 22:22
1
answer

Simple example of how to generate an XML file in Oracle

One would have a simple example of a PLSQL Procedure (or documentation location) to generate an XML file based on a Schema (xsd), the data would be generated from an SQL query. In fact files from the RPS of ANS (National Health Agency BR).     
asked by 03.02.2016 / 21:31
1
answer

General namespace for mapped class

Can anyone help me with this question? Based on a result XML from a WebService (OBIEE) I generated an XSD in a online converter and with this XSD I generated the class mapped by means of the command xjc . When I tried to play the XM...
asked by 06.04.2015 / 22:18
0
answers

How to validate an XML by Schema XSD?

I am trying to validate the values of a XML through a XSD file. I'm trying this way: XmlDocument xmlDoc = new XmlDocument(); xmlDoc.Load(xmlReader); ValidationEventHandler eventHandler = new ValidationEventHandler(ValidationEvent...
asked by 05.06.2017 / 12:32
0
answers

The 'http://www.portalfisc.in.inf.br/nfe:TNFe' type is not declared

Good morning, I usually avoid asking questions here in the forum because I always find many answers that fill my situation. I'm doing an integration with Sefaz, using the Authorization Ws of NFe 4.00, but when I do the validation of my XML the...
asked by 05.09.2018 / 14:37
0
answers

XSD with Schema with restriction "pattern, enumeration, max and min" Java

I'm trying to generate a wsdl where it will generate xsd reflecting entity classes. The problem is that I can not generate the restriction in xsd as needed by each property of the appropriate classes. What I'm generating: <xs:co...
asked by 23.08.2018 / 16:08
0
answers

Is it possible to generate the XSD file from XML?

Doubt is how to generate the file. xsd from xml? Home I was reviewing this tutorial C # - Basic Operations with XML and here does not say how. Is it possible? XML <?xml version="1.0" encoding="utf-8" ?> <arquivoxml> <S...
asked by 27.06.2017 / 16:06