System::Xml::Schema::XmlSchemaSimpleType クラス

XmlSchemaSimpleType class

XML Schema のシンプルコンテンツ用 simpleType 要素を、World Wide Web Consortium (W3C) が定義する形で表します。このクラスはシンプル型を定義します。シンプル型は属性またはテキストのみのコンテンツを持つ要素の値に対する情報や制約を指定できます。

class XmlSchemaSimpleType : public System::Xml::Schema::XmlSchemaType

メソッド

メソッド説明
get_Content()XmlSchemaSimpleTypeUnionXmlSchemaSimpleTypeList、または XmlSchemaSimpleTypeRestriction のいずれかを返します。
set_Content(const SharedPtr<XmlSchemaSimpleTypeContent>&)XmlSchemaSimpleTypeUnionXmlSchemaSimpleTypeList、または XmlSchemaSimpleTypeRestriction のいずれかを設定します。
XmlSchemaSimpleType()XmlSchemaSimpleType クラスの新しいインスタンスを初期化します。

Typedefs

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

備考

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

参照