XmlSchemaSimpleContentRestriction.BaseTypeName 属性
定义
获取或设置内置数据类型或简单类型(该类型从其中派生)的名称。Gets or sets the name of the built-in data type or simple type from which this type is derived.
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 base type.