Questions tagged as 'xsd'

0
answers

How to generate XSD that requires sending the contents of an XML element using JAX-WS

I'm creating a web service with JAX-WS. In an operation, I get an object that contains some attributes and I want these attributes to always come with value. @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) public class RequestConsultarMa...
asked by 31.03.2017 / 21:52
1
answer

How to restrict the XSD of the SAML 2.0 Authentication Context

I'm trying to restrict the Authentication Context XML Schema Definition of the SAML 2.0 specification. The XSD document is available at here . The part I'm trying to restrict is one related to this part of the original XSD:...
asked by 17.02.2014 / 22:01
1
answer

XSD For Class C # Enum

I'm generating a class with XSD.EXE from a schema. I am summarizing the posting only the part of the schema that generates the enum that I doubt. <xs:simpleType name="TCodUfIBGE"> <xs:annotation> <xs:documentation>...
asked by 21.09.2016 / 16:41
1
answer

How to convert XSLT to an XSD?

It has two files one xslt and I need one xsd. is it possible to convert / convert xslt to xsd?     
asked by 20.04.2018 / 19:43
1
answer

Generate Class from XSD - CTE for Webservice SEFAZ

Regarding the generation of NFE and CTE classes from the XSD for use in SEFAZ Webservices. I have had some ambiguity problems in the name of the generated classes. I used the Visual Studio Tools tool to generate the class from the XSD. How...
asked by 18.02.2016 / 16:29
1
answer

Generate C # class from an XSD

I need to generate the class from an .XSD file. Although I have tried everything I knew (used .net tool: xsd.exe, httputility.net and other .cs generators) I did not succeed. I think the error is in the schema that passed me, but I can n...
asked by 15.07.2016 / 20:07
1
answer

XSD validation error

My XSD after some modifications by another team started giving the error: Parse Error at line 33 column 14: s4s-elt-invalid-content.1: The content of '#AnonType_TxnHdrTransaction' is invalid. Element 'any' is invalid, misplaced, or occurs too...
asked by 08.09.2014 / 18:32
2
answers

XSD Preview

In our developmental life we are faced with a number of challenges. Whenever I needed to view an XSD in the form of a diagram, I used the XSD Diagram program, see the image below: However, for some days the software has left me in the hand...
asked by 06.03.2014 / 20:41
1
answer

XSD.EXE Generating classes in C # - EFD Reinf v1_04_00

I'm trying to generate XSD.exe classes in C # from the Reinf XSD files:    EFD Reinf v1_04_00 link As follows: C:\Reinf\XSD>xsd evtInfoContribuinte-v1_04_00.xsd /classes XSD.exe returns error: Microsoft (R) Xml Schemas/Data...
asked by 04.12.2018 / 20:09
0
answers

How to mount an XSD from the wsdl query?

Objective: to mount the XSD in blocks in the eclipse of the query to the webservice below: link XML is generated: <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x...
asked by 23.04.2018 / 22:53