XmlSchemaElement.SchemaType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.