我想使用XSD.exe工具(來自VS2008 SDK)從KML2.2 xml schema生成C#幫助文件。使用KML2.1,該工具工作得很好。但是,KML2.2架構包含指向other schemas的導入標記,導致XSD.exe發生異常。使用XSD.exe生成C#幫助類:處理導入的模式失敗
這是錯誤消息我得到:
C:\Program Files\Microsoft Visual Studio 2008 SDK\VisualStudioIntegration\Sample
s\Sdm> xsd.exe d:\temp\kml22.xsd /c /l:CS /n:Google.Kml22 /o:D:\temp\
Microsoft (R) Xml Schemas/DataTypes support utility
[Microsoft (R) .NET Framework, Version 2.0.50727.3038]
Copyright (C) Microsoft Corporation. All rights reserved.
Schema validation warning: The 'http://www.w3.org/2005/Atom:author' element is
not declared. Line 311, position 12.
Schema validation warning: The 'http://www.w3.org/2005/Atom:link' element is not
declared. Line 312, position 12.
Schema validation warning: The 'urn:oasis:names:tc:ciq:xsdschema:xAL:2.0:Address
Details' element is not declared. Line 314, position 12.
Warning: Schema could not be validated. Class generation may fail or may produce
incorrect results.
Error: Error generating classes for schema 'd:\temp\kml22'.
- The element 'http://www.w3.org/2005/Atom:author' is missing.
你有建議,我怎麼能生成我的C#幫助文件?