在xsd for xml中需要帮助吗?

时间:2010-07-22 12:39:34

标签: xml xsd

需要xsd用于以下xml

<Author Title="Mr." BirthYear="1882">
Lalchand
</Author>
我是这样写的

<xs:element name="Author">
<xs:complexType>
     <xs:attribute name="Title" type="xs:string"/>
     <xs:attribute name="BirthYear" type="xs:string"/>
</xs:complexType>
</xs:element>

需要帮助写出作为Lalchand的作者的价值

1 个答案:

答案 0 :(得分:0)

如果您使用visual studio,则可以在visual studio中打开XML文件并选择XML - &gt;当你处于XML文件的编辑模式时,主菜单中有Create Schema选项。

此外,您可以使用 xsd.exe tool 从您的XML生成xsd。

  

XML架构定义(Xsd.exe)   工具生成XML模式或常见   来自XDR的语言运行时类,   XML和XSD文件,或者来自的类   运行时程序集。