System::Xml::Schema::XmlSchemaSimpleContentRestriction 类

XmlSchemaSimpleContentRestriction class

表示来自 XML Schema 的简单内容的 restriction 元素,符合万维网联盟(W3C)的规定。此类可用于通过限制派生简单类型。此类派生可用于将元素的取值范围限制为继承的简单类型中指定值的子集。

class XmlSchemaSimpleContentRestriction : public System::Xml::Schema::XmlSchemaContent

方法

方法描述
get_AnyAttribute()返回一个用于属性值的 XmlSchemaAnyAttribute
get_Attributes()返回简单类型的 XmlSchemaAttributeXmlSchemaAttributeGroupRef 属性集合。
get_BaseType()返回简单类型的基值。
get_BaseTypeName()返回此类型派生自的内置数据类型或简单类型的名称。
get_Facets()返回一个 XmlSchema facet。
set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute>&)设置用于属性值的 XmlSchemaAnyAttribute
set_BaseType(const SharedPtr<XmlSchemaSimpleType>&)设置简单类型的基值。
set_BaseTypeName(const SharedPtr<XmlQualifiedName>&)设置此类型派生自的内置数据类型或简单类型的名称。
XmlSchemaSimpleContentRestriction()初始化一个新的 XmlSchemaSimpleContentRestriction 类实例。

Typedefs

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

备注

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

另见