執行 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
如圖所示, 出現
Error: Error generating classes for schema 'ODM1-3-0'.
- The element 'http://www.w3.org/2000/09/xmldsig#:Signature' is missing.
解法 :
Step1 將 xmldsig-core-schema.xsd 下載至 ODM.XSD 的目錄下
Step2 將 CMD 改成 xsd ODM1-3-0.xsd xmldsig-core-schema.xsd /Classes
即可正常 Parsing
參考 : Generating C# classes from XSD