XmlSchemaComplexContentExtension.BaseTypeName 属性
定义
获取或设置复杂类型(该类型由它进行扩展而派生)的名称。Gets or sets the name of the complex type from which this type is derived by extension.
public:
property System::Xml::XmlQualifiedName ^ BaseTypeName { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName BaseTypeName { get; set; }
member this.BaseTypeName : System.Xml.XmlQualifiedName with get, set
Public Property BaseTypeName As XmlQualifiedName
属性值
复杂类型(该类型由它进行扩展而派生)的名称。The name of the complex type from which this type is derived by extension.
注解
该值必须是 QName。The value must be a QName. 它是由元素的 base 特性指定的复杂类型的名称 extension 。It is the name of the complex type specified by the base attribute of the extension element.