Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以为我提供一个包含所有 xml 元素的 NHibernate 映射 (hbm) 文件吗?
我需要一个完整的映射文件来了解 NHibernate 映射文件中使用了多少个 xml 元素以及如何放置它们以及如何使用它们。
当您下载最新版本Required_Bins时,文件夹中有两个 XSD 架构。只需将这些文件复制到:-
Required_Bins
C:\Program Files\Microsoft Visual Studio 10.0\Xml\Schemas
或者
C:\Program Files (x86)\Microsoft Visual Studio 10.0\Xml\Schemas
这将在 Visual Studio 中为您提供 IntelliSense。
要从 XSD 模式获取 XML 文档,请参阅此SO 帖子。