命名空间 xmlns 中的 URI 需要什么

发布于 2024-11-06 04:25:57 字数 370 浏览 1 评论 0原文

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

考虑到此命名空间前缀为 telerik 并且 URI 为 http://schemas.telerik.com/2008/xaml/presentation,该 URI 的用途是什么。所提到的 URI 中是否有任何模式,或者它只是一个逻辑名称?

我可以提供 xmlns:telerik="http://schemas.myexample.com 吗?

xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

Considering this namespace prefix is telerik and the URI is http://schemas.telerik.com/2008/xaml/presentation, what is the purpose of the URI. Is there any schema that is in the mentioned URI or is it just a logical name?

Could I give xmlns:telerik="http://schemas.myexample.com?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我也只是我 2024-11-13 04:25:57

URI 指定架构中的数据类型和元素的来源。您可以在任意数量的其他模式定义中引用类型,这些定义是由它们的命名空间定义的。

以下是模式定义方式的简要概述: http://www.w3schools.com/schema/ schema_schema.asp

The URI specifies where data types and elements in the schema come from. You can reference types in as many other schema definitions as you like, and those definitions are defined by their namespace.

Here is a brief rundown of how schemas are defined: http://www.w3schools.com/schema/schema_schema.asp.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文