System::Xml::Schema::XmlSchemaComplexContentRestriction クラス

XmlSchemaComplexContentRestriction class

XML Schemarestriction 要素を、World Wide Web Consortium (W3C) が定義するように表します。このクラスは、制限によって導出された複合コンテンツモデルを持つ複合型用です。複合型の内容を継承された複合型のサブセットに制限します。

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

メソッド

メソッド説明
get_AnyAttribute()複合コンテンツモデルの XmlSchemaAnyAttribute コンポーネントを返します。
get_Attributes()複合型の属性コレクションを返します。XmlSchemaAttributeXmlSchemaAttributeGroupRef 要素が含まれます。
get_BaseTypeName()この型が制限によって派生した複合型の名前を返します。
get_Particle()XmlSchemaGroupRefXmlSchemaChoiceXmlSchemaAll、または XmlSchemaSequence クラスのいずれかを返します。
set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute>&)複合コンテンツモデルの XmlSchemaAnyAttribute コンポーネントを設定します。
set_BaseTypeName(const SharedPtr<XmlQualifiedName>&)この型が制限によって派生した複合型の名前を設定します。
set_Particle(const SharedPtr<XmlSchemaParticle>&)XmlSchemaGroupRefXmlSchemaChoiceXmlSchemaAll、または XmlSchemaSequence クラスのいずれかを設定します。
XmlSchemaComplexContentRestriction()新しいインスタンスを初期化します。XmlSchemaComplexContentRestriction クラス。

Typedefs

型定義説明
Ptrこのクラスのインスタンスへの共有ポインタのエイリアスです。

備考

このクラスのオブジェクトは、System::MakeObject() 関数を使用してのみ割り当てるべきです。スタック上や operator new を使用してインスタンスを作成しないでください。そうすると実行時エラーやアサーション障害が発生します。このクラスは常に System::SmartPtr ポインタでラップし、そのポインタを関数への引数として渡すようにしてください。

参照