XmlSchemaAttribute.AttributeSchemaType 属性

定义

获取一个 XmlSchemaSimpleType 对象,该对象表示基于特性的 SchemaTypeSchemaTypeName 的特性类型。

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

一个 XmlSchemaSimpleType 对象。

注解

此属性是架构验证后的信息集属性。

适用于