System::Xml::Schema::XmlSchemaSimpleContent クラス

XmlSchemaSimpleContent class

XML Schema からの simpleContent 要素を、World Wide Web Consortium (W3C) が定義する形で表します。このクラスはシンプルコンテンツモデルを持つ単純型および複合型用です。

class XmlSchemaSimpleContent : public System::Xml::Schema::XmlSchemaContentModel

メソッド

メソッド説明
get_Content() overrideXmlSchemaSimpleContentRestriction または XmlSchemaSimpleContentExtension のいずれかを返します。
set_Content(SharedPtr<XmlSchemaContent>) overrideXmlSchemaSimpleContentRestriction または XmlSchemaSimpleContentExtension のいずれかを返します。

Typedefs

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

備考

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

参照