System::Xml::Schema::XmlSchemaAttributeGroup クラス

XmlSchemaAttributeGroup class

XML SchemaattributeGroup 要素を、World Wide Web Consortium (W3C) が定義する通りに表します。AttributesGroups は属性宣言のセットをグループ化し、複合型定義にグループとして組み込むためのメカニズムを提供します。

class XmlSchemaAttributeGroup : public System::Xml::Schema::XmlSchemaAnnotated

メソッド

メソッド説明
get_AnyAttribute()属性グループの XmlSchemaAnyAttribute コンポーネントを返します。
get_Attributes()属性グループの属性コレクションを返します。XmlSchemaAttributeXmlSchemaAttributeGroupRef 要素が含まれます。
get_Name()属性グループの名前を返します。
get_QualifiedName()属性グループの修飾名を返します。
get_RedefinedAttributeGroup()XML Schema から再定義された属性グループプロパティを返します。
set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute>&)属性グループの XmlSchemaAnyAttribute コンポーネントを設定します。
set_Name(const String&)属性グループの名前を設定します。
XmlSchemaAttributeGroup()XmlSchemaAttributeGroup クラスの新しいインスタンスを初期化します。

Typedefs

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

備考

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

参照