XmlSchemaAttribute.AttributeSchemaType プロパティ

定義

属性の XmlSchemaSimpleType または SchemaType に基づいて、属性の型を表す SchemaTypeName オブジェクトを取得します。

public:
 property System::Xml::Schema::XmlSchemaSimpleType ^ AttributeSchemaType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); };
public System.Xml.Schema.XmlSchemaSimpleType? AttributeSchemaType { get; }
public System.Xml.Schema.XmlSchemaSimpleType AttributeSchemaType { get; }
member this.AttributeSchemaType : System.Xml.Schema.XmlSchemaSimpleType
Public ReadOnly Property AttributeSchemaType As XmlSchemaSimpleType

プロパティ値

XmlSchemaSimpleType オブジェクト。

注釈

このプロパティは、スキーマ検証後の infoset プロパティです。

適用対象