XmlSchemaElement.SchemaType Property

Definition

Gets or sets the type of the element. This can either be a complex type or a simple type.

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

Property Value

The type of the element.

Remarks

To declare an element using an existing simpleType or complexType definition, use the SchemaType property to specify the existing type. If RefName attribute is present, complexType, simpleType, key, keyref, and unique elements and nillable, default, fixed, form, block, and SchemaType attributes cannot be present.

Applies to