xsd.exe
CityGML Deserialization Issue
I\'m currently working on a CityGML (de)serializer - I need C# classes for certain corresponding objects - and I\'m having some trouble with[详细]
2023-02-12 20:18 分类:问答xsd error: Access to the path is denied
I am trying to update an xml schema by using the xsd tool. The script running it looks like this: @ECHO OFF[详细]
2023-02-03 04:32 分类:问答XSD : How to set attributes values in children element type?
In an xsd file I have this element base type : <xs:complexType name=\"event\" abstract=\"true\" >[详细]
2023-01-25 16:23 分类:问答Does xsd.exe identify numerical fields?
When I use xsd.exe to generate C# classes for a given XML with minimal metadata, does it recognize numerical attributtes (and InnerTextes)and map 开发者_StackOverflow社区them to properties of numerica[详细]
2023-01-23 10:16 分类:问答Using .NET XmlSerializer for xml with different polymorphic roots
I have XML docs with different roots coming from one source. I have a XSD schema just like described in this question, with the abstract=\'true\' root element \'BaseElem\' of a Base type, plus additio[详细]
2023-01-22 16:08 分类:问答How do I troubleshoot this exception when creating an XmlSerializer object?
I downloaded the XML Schema for XML Schemas at http://www.w3.org/2001/XMLSchema.xsd. I then used XSD.EXE to create a class from the downloaded file. I called the class schema.cs.[详细]
2023-01-22 10:20 分类:问答Possible xml deserialization bug
I\'m using the following xml schema entry to deserliaze some xml into an xsd generated block. <xs:element name=\"Action\">[详细]
2023-01-20 10:23 分类:问答How do you deserialize Transunion XML?
Here is my attempt, xsd and classes created from xsd.exe Running my code I get error \"There is an error in XML document (1, 2).\"Inner exception {\" was not expected.\"}[详细]
2023-01-12 21:04 分类:问答XML Serialization of the default values of optional attributes
I have a set of classes build using xsd.exe, and I am trying to serialise them. However, an attribute is not being included in the resulting XML. Here is part of the schema where the problem lies.[详细]
2023-01-10 12:34 分类:问答Automatically generate C# from XSD in Visual Studio IDE
I am running Visual Studio 2010. I have a XSD schema and want to use xsd.exe tool to generate appropriate C# file. I have done this successfully from a command line but now I want to do the same from[详细]
2023-01-02 08:47 分类:问答