System::Xml::Schema::XmlSchemaComplexContentRestriction 类

XmlSchemaComplexContentRestriction class

表示来自 XML Schema 且由万维网 Web 联盟(W3C)指定的 restriction 元素。此类用于通过限制派生的具有复杂内容模型的复杂类型。它将复杂类型的内容限制为继承的复杂类型的子集。

class XmlSchemaComplexContentRestriction : public System::Xml::Schema::XmlSchemaContent

方法

方法描述
get_AnyAttribute()返回复杂内容模型的 XmlSchemaAnyAttribute 组件。
get_Attributes()返回复杂类型的属性集合。包含 XmlSchemaAttributeXmlSchemaAttributeGroupRef 元素。
get_BaseTypeName()返回此类型通过限制派生的复杂类型的名称。
get_Particle()返回以下四个类之一: XmlSchemaGroupRefXmlSchemaChoiceXmlSchemaAllXmlSchemaSequence
set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute>&)设置复杂内容模型的 XmlSchemaAnyAttribute 组件。
set_BaseTypeName(const SharedPtr<XmlQualifiedName>&)设置此类型通过限制派生的复杂类型的名称。
set_Particle(const SharedPtr<XmlSchemaParticle>&)设置以下四个类之一: XmlSchemaGroupRefXmlSchemaChoiceXmlSchemaAllXmlSchemaSequence
XmlSchemaComplexContentRestriction()初始化 XmlSchemaComplexContentRestriction 类的新实例。

Typedefs

类型定义描述
Ptr此类实例的共享指针别名。

备注

此类的对象只能使用 System::MakeObject() 函数分配。切勿在栈上或使用 new 运算符创建此类型的实例,因为这会导致运行时错误和/或断言故障。始终将此类包装在 System::SmartPtr 指针中,并使用该指针将其作为参数传递给函数。

另见