XmlSchemaSimpleTypeList.ItemType Property

Definition

Gets or sets the simpleType element that is derived from the type specified by the base value.

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

Property Value

The item type for the simple type element.

Remarks

The base value must be a QName. The use of ItemTypeName and ItemType are mutually exclusive.

Applies to