XmlSchemaComplexContentExtension 类

定义

按 WWW 联合会 (W3C) 指定的方式显示 extension 来自 XML 架构的元素。 此类用于通过扩展而派生的具有复杂内容模型的复杂类型。 它通过添加属性或元素扩展复杂类型。

public ref class XmlSchemaComplexContentExtension : System::Xml::Schema::XmlSchemaContent
public class XmlSchemaComplexContentExtension : System.Xml.Schema.XmlSchemaContent
type XmlSchemaComplexContentExtension = class
    inherit XmlSchemaContent
Public Class XmlSchemaComplexContentExtension
Inherits XmlSchemaContent
继承
XmlSchemaComplexContentExtension

示例

请参阅 XmlSchemaComplexContent 有关使用此类的示例。

构造函数

XmlSchemaComplexContentExtension()

初始化 XmlSchemaComplexContentExtension 类的新实例。

属性

Annotation

获取或设置 annotation 属性。

(继承自 XmlSchemaAnnotated)
AnyAttribute

获取或设置复杂内容模型的 XmlSchemaAnyAttribute 组件。

Attributes

获取复杂内容的属性集合。 包含 XmlSchemaAttributeXmlSchemaAttributeGroupRef 元素。

BaseTypeName

获取或设置复杂类型(该类型由它进行扩展而派生)的名称。

Id

获取或设置字符串 ID。

(继承自 XmlSchemaAnnotated)
LineNumber

获取或设置 schema 元素引用的文件中的行号。

(继承自 XmlSchemaObject)
LinePosition

获取或设置 schema 元素引用的文件中的行位置。

(继承自 XmlSchemaObject)
Namespaces

获取或设置用于此架构对象的 XmlSerializerNamespaces

(继承自 XmlSchemaObject)
Parent

获取或设置此 XmlSchemaObject 的父级。

(继承自 XmlSchemaObject)
Particle

获取或设置 XmlSchemaGroupRefXmlSchemaChoiceXmlSchemaAllXmlSchemaSequence 类之一。

SourceUri

获取或设置加载了架构的文件的源位置。

(继承自 XmlSchemaObject)
UnhandledAttributes

获取或设置不属于当前架构目标命名空间的限定特性。

(继承自 XmlSchemaAnnotated)

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于