利用 XSD 建立 CDISC 的 ODM 類別檔 出現 element missing ?!

  • 1284
  • 0
  • 2013-08-28

執行 Command => xsd ODM1-3-0.xsd /classes
出現 Error: Error generating classes for schema 'ODM1-3-0'.
- The element 'http://www.w3.org/2000/09/xmldsig#:Signature' is missing.

問題 :

執行 Command => xsd ODM1-3-0.xsd /classes

image

如圖所示, 出現

Error: Error generating classes for schema 'ODM1-3-0'.
  - The element '
http://www.w3.org/2000/09/xmldsig#:Signature' is missing.

image

解法 :

Step1 將 xmldsig-core-schema.xsd 下載至 ODM.XSD 的目錄下

Step2 將 CMD 改成  xsd ODM1-3-0.xsd xmldsig-core-schema.xsd /Classes

image

即可正常 Parsing

image

參考  : Generating C# classes from XSD