System::Xml::Schema::XmlSchemaComplexContentRestriction 类

XmlSchemaComplexContentRestriction class

表示来自 XML Schemarestriction 元素,按照万维网联盟(W3C)的规定。此类适用于通过限制派生的具有复杂内容模型的复合类型。它将复合类型的内容限制为继承的复合类型的子集。

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 指针中,并使用该指针将其作为参数传递给函数。

另见