XmlSchemaSimpleContentRestriction 类

定义

按万维网联合会 (W3C) 指定的方式表示来自 XML 架构的简单内容的 restriction 元素。 此类可用以通过限制派生简单类型。 此种派生可用于将元素的值范围限制为在继承的简单类型中指定的值的子集。

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

构造函数

XmlSchemaSimpleContentRestriction()

初始化 XmlSchemaSimpleContentRestriction 类的新实例。

属性

Annotation

获取或设置 annotation 属性。

(继承自 XmlSchemaAnnotated)
AnyAttribute

获取或设置将用于特性值的 XmlSchemaAnyAttribute

Attributes

获取简单类型的属性的 XmlSchemaAttributeXmlSchemaAttributeGroupRef 集合。

BaseType

获取或设置简单类型基值。

BaseTypeName

获取或设置内置数据类型或简单类型(该类型从其中派生)的名称。

Facets

获取或设置一个 XML 架构方面。

Id

获取或设置字符串 ID。

(继承自 XmlSchemaAnnotated)
LineNumber

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

(继承自 XmlSchemaObject)
LinePosition

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

(继承自 XmlSchemaObject)
Namespaces

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

(继承自 XmlSchemaObject)
Parent

获取或设置此 XmlSchemaObject 的父级。

(继承自 XmlSchemaObject)
SourceUri

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

(继承自 XmlSchemaObject)
UnhandledAttributes

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

(继承自 XmlSchemaAnnotated)

方法

Equals(Object)

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

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

(继承自 Object)

适用于