XML 架构定义语言元素的绑定支持

在下表中,绑定支持指的是以下方面:

  • 通过 Xsd.exe 工具实现的类与 XSD 文档之间的定义绑定

  • 通过 XmlSerializer 类实现的对象与 XML 实例文档之间的运行时绑定。

有关指定级别的绑定支持的说明,请参见各个元素项。 每个项的“请参见”部分都列出了架构对象模型中的对应类。

元素 绑定支持

<all>

支持。

<annotation>

不支持。

<any>

部分支持。

<anyAttribute>

部分支持。

<appinfo>

不支持。

<attribute>

支持。

<attributeGroup>

部分支持。

<choice>

支持。

<complexContent>

支持。

<complexType>

支持。

<documentation>

不支持。

<element>

支持。

<enumeration>

部分支持。

<extension>

支持。

<field>

不支持。

<fractionDigits>

不支持。

<group>

部分支持。

<import>

部分支持。

<include>

部分支持。

<key>

不支持。

<keyref>

不支持。

<length>

不支持。

<list>

部分支持。

<maxExclusive>

不支持。

<maxInclusive>

不支持。

<maxLength>

不支持。

<minExclusive>

不支持。

<minInclusive>

不支持。

<minLength>

不支持。

<notation>

不支持。

<pattern>

不支持。

<redefine>

不支持。

<restriction>

部分支持。

<schema>

支持。

<selector>

不支持。

<sequence>

支持。

<simpleContent>

部分支持。

<simpleType>

支持。

<totalDigits>

不支持。

<union>

不支持。

<unique>

不支持

<whitespace>

不支持。

Footer image

版权所有 (C) 2007 Microsoft Corporation。保留所有权利。