XmlSchemaElement.SubstitutionGroup 属性
定义
获取或设置由该元素替换的元素的名称。Gets or sets the name of an element that is being substituted by this element.
public:
property System::Xml::XmlQualifiedName ^ SubstitutionGroup { System::Xml::XmlQualifiedName ^ get(); void set(System::Xml::XmlQualifiedName ^ value); };
public System.Xml.XmlQualifiedName SubstitutionGroup { get; set; }
member this.SubstitutionGroup : System.Xml.XmlQualifiedName with get, set
Public Property SubstitutionGroup As XmlQualifiedName
属性值
由该元素替换的元素的限定名称。The qualified name of an element that is being substituted by this element. 可选。Optional.
注解
该元素必须具有相同的类型或从指定元素类型派生的类型。This element must have the same type or a type derived from the type of the specified element. 该值必须是 QName。This value must be a QName.
如果包含元素是元素,则不能设置值 schema 。The value cannot be set if the containing element is the schema element.