Edytuj

Udostępnij za pośrednictwem


XmlSchemaSimpleTypeList.BaseItemType Property

Definition

Gets or sets the XmlSchemaSimpleType representing the type of the simpleType element based on the ItemType and ItemTypeName values of the simple type.

public:
 property System::Xml::Schema::XmlSchemaSimpleType ^ BaseItemType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleType ^ value); };
public System.Xml.Schema.XmlSchemaSimpleType? BaseItemType { get; set; }
public System.Xml.Schema.XmlSchemaSimpleType BaseItemType { get; set; }
member this.BaseItemType : System.Xml.Schema.XmlSchemaSimpleType with get, set
Public Property BaseItemType As XmlSchemaSimpleType

Property Value

The XmlSchemaSimpleType representing the type of the simpleType element.

Remarks

This property is a post-schema-compilation-infoset property.

Applies to