问题标签 [xsdobjectgen]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
20770 浏览

.net - XSDObjectGen.exe 与 XSD.exe

谁能告诉我 XSDObjectGen.exe 和 XSD.exe 有什么区别?

有没有办法让 XSDObjectGen.exe 在 dot net 2.0 中工作?

0 投票
1 回答
2067 浏览

xsd - 寻找 XSDClassGen 的下载位置

作为这个问题的后续,我正在寻找可以为我提供 XSDClassGen 链接的人,XSDClassGen 是 XSDObjectGen 的 .NET 2.0“版本”。

0 投票
1 回答
872 浏览

c# - 如何从命令行将两个命名空间传递给 XSDObjectGen?

我正在尝试使用 XSDObjectGen 作为 Visual Studio 2008 中的 PreBuild。

我可以在命令行上运行它:

然后这会提示我输入两个名称空间:

我必须在“命名空间:”之后键入位。因为它需要我手动输入名称空间,所以我无法自动化该过程。

如何在命令行中传入两个参数?这是一个错误吗?

0 投票
2 回答
323 浏览

.net - 是否有对象生成器在 JSON 上工作?(就像 XSDObjectGen.exe)

我必须序列化和反序列化 json 数据。

如果数据类型是 XSD,我可以使用 XSDObjectGen.exe 创建类

但 ,

我必须序列化的数据类型是“JSON”。

有没有什么好的方法来生成序列化和反序列化的类?

0 投票
1 回答
2136 浏览

c# - Child Xml Element is not Deserializing

The Problem

I have an issue when I deserialize my xml, one of the child elements is not being deserialized. It is null in the class instance despite being populated in the xml.

A little Background

I used XsdObjectGenerator to create poco classes based on my .xsd. I was then able to deserialize the xml into a class instance and work with the objects.

I modifed the autogenerated classes by wrapping them in a namespace called 'TFS'.

At a certain point in the project, I found it necessary to place one of the child elements in it's own namespace called 'COM'.

The next time I attempted to deserialized the xml into a class instance, the child element is not being deserialized.

Here is the pertinent snippet of TFS class code with the child element namespace changed to COM. It also includes the parent element OrdDtl which remains in the TFS namespace.

Here is the AcctSetup declaration in the COM namespace which is contained in it's own file:

and here is my deserialize function:

Any assistance in getting the COM.AcctSetup element to deserialize is very much appreciated. Let me know if you need additional info or code samples.

0 投票
1 回答
1261 浏览

xsdobjectgen - XSDObjectGen 2.0 版

有谁知道我在哪里可以找到 XSDObjectGen 2.0 版?如果有,在哪里?

我没有问题找到版本 1.4.4.1。但是,我需要 2.0 版。

我不敢相信我找不到这个东西。

0 投票
2 回答
2075 浏览

xsd - XSD.EXE 在文件具有交叉引用时生成多个元素时出错

我有 orbitz(全球酒店分销系统)xsd 架构,并希望从这些 xsd 文件生成 c#.Net 类。

当我使用 Xsd.Exe 或 XSD2Code 或其他东西时,生成的类会将复杂类型从导入的文件复制到内部,因此多个文件具有相同的类。

我很困惑,该怎么办?

您可以从以下链接下载 xsd 架构文件。我需要在“hotel”文件夹中使用 xsd 文件的 c# 类。

生成 xsd 文件后,请将这些 .cs 文件添加到项目中并查看错误。

谢谢

XSD 文件 =>http://rapidshare.com/files/1062702005/orbitz-pws-schemas-1.42.zip

0 投票
1 回答
621 浏览

c# - 将 STAR XSD 转换为 C# 类

我一直在尝试创建一个符合 STAR 标准的网络服务(当然是 ASMX)。我的服务将接受一个定义为 XSD“ProcessPartsActivity.xsd”的对象“ProcessPartsActivity”。

STAR XSD: STAR XSD 下载

该 XSD 使用了内部的许多其他 XSD。STAR FAQ表明使用 XSDObjectGen 而不是 XSD 创建 C# 类。

我一直在尝试使用 XSD.EXE 和 XSDObjectGen 将 XSD 转换为 C# 对象,但两者都遇到架构验证错误。

之前是否有人将这些 XSD 转换为 C# 类,或者是否有其他方法可以实现,请提出建议。

ProcessPartsActivity 信息