XmlSchemaElement.SchemaType 属性

定义

获取或设置元素类型。 这可以是复杂类型,也可以是简单类型。

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

属性值

XmlSchemaType

元素的类型。

注解

若要使用现有 simpleTypecomplexType 定义声明元素,请使用 SchemaType 该属性指定现有类型。 如果RefName属性存在、complexType、、simpleTypekeyuniquekeyref元素,nillable``default则不能存在、fixedform、、和block``SchemaType属性。

适用于