.NET Framework 不为 <notation> 元素提供绑定支持。
当从 XML 架构文档生成源代码时,Xsd.exe 会忽略 <notation> 元素。
说明
当从 XML 架构文档生成源代码时,Xsd.exe 会忽略 <notation> 元素。 但是,这不会阻止 Xsd.exe 使用 value 属性值与 <notation> 元素的 name 属性值相同的 <enumeration> 元素。
可能的属性 | 绑定支持 |
---|---|
id |
由于 .NET Framework 不绑定 <notation> 元素,因此它不绑定该元素的属性。 |
name |
由于 .NET Framework 不绑定 <notation> 元素,因此它不绑定该元素的属性。 |
public |
由于 .NET Framework 不绑定 <notation> 元素,因此它不绑定该元素的属性。 |
system |
由于 .NET Framework 不绑定 <notation> 元素,因此它不绑定该元素的属性。 |
可能的父元素:<schema>
可能的子元素:<annotation>
请参见
参考
版权所有 (C) 2007 Microsoft Corporation。保留所有权利。