22 private int selfReferenceCount;
82 if (attributeUses ==
null)
91 internal XmlSchemaAnyAttribute AttributeWildcard
95 return attributeWildcard;
99 attributeWildcard = value;
128 internal int SelfReferenceCount
132 return selfReferenceCount;
136 selfReferenceCount = value;
141 internal override string NameAttribute
153 internal void SetQualifiedName(XmlQualifiedName value)
158 internal override XmlSchemaObject Clone()
160 XmlSchemaAttributeGroup xmlSchemaAttributeGroup = (XmlSchemaAttributeGroup)MemberwiseClone();
161 if (XmlSchemaComplexType.HasAttributeQNameRef(attributes))
163 xmlSchemaAttributeGroup.attributes = XmlSchemaComplexType.CloneAttributes(attributes);
164 xmlSchemaAttributeGroup.attributeUses =
null;
166 return xmlSchemaAttributeGroup;
Represents the World Wide Web Consortium (W3C) anyAttribute element.
Represents the attributeGroup element from the XML Schema as specified by the World Wide Web Consorti...
A collection of T:System.Xml.Schema.XmlSchemaObjects.
XmlSchemaAttributeGroup RedefinedAttributeGroup
Gets the redefined attribute group property from the XML Schema.
Represents an attribute. Valid and default values for the attribute are defined in a document type de...
The base class for any element that can contain annotation elements.
XmlSchemaObjectCollection Attributes
Gets the collection of attributes for the attribute group. Contains XmlSchemaAttribute and XmlSchemaA...
Provides the collections for contained elements in the T:System.Xml.Schema.XmlSchema class (for examp...
XmlSchemaAnyAttribute AnyAttribute
Gets or sets the T:System.Xml.Schema.XmlSchemaAnyAttribute component of the attribute group.
Represents an XML qualified name.
string Name
Gets or sets the name of the attribute group.
static readonly XmlQualifiedName Empty
Provides an empty T:System.Xml.XmlQualifiedName.
XmlQualifiedName QualifiedName
Gets the qualified name of the attribute group.
Represents the attribute element from the XML Schema as specified by the World Wide Web Consortium (W...
Represents the attributeGroup element with the ref attribute from the XML Schema as specified by the ...