System::Xml::Schema::XmlSchemaNotation クラス

XmlSchemaNotation class

XML Schema からの notation 要素を、World Wide Web Consortium (W3C) が定義する通りに表します。XML Schemanotation 宣言は、XML 1.0 NOTATION 宣言の再構築です。notation の目的は、XML ドキュメント内の非 XML データの形式を記述することです。

class XmlSchemaNotation : public System::Xml::Schema::XmlSchemaAnnotated

メソッド

メソッド説明
get_Name()notation の名前を返します。
get_Public()public 識別子を返します。
get_System()system 識別子を返します。
set_Name(const String&)notation の名前を設定します。
set_Public(const String&)public 識別子を設定します。
set_System(const String&)system 識別子を設定します。
XmlSchemaNotation()新しい XmlSchemaNotation クラスのインスタンスを初期化します。

Typedefs

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

備考

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

参照