System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.Schema.XmlSchemaAnnotated
An attribute group can be defined only as a child of the schema element. In this case, the name attribute must be present and contain the attribute, attributeGroup, or anyAttribute elements that make up the attribute group. When a complexType or an attributeGroup element includes an attribute group, the ref attribute must be present and the name attribute is not allowed.
Represents the attributeGroup element from the XML Schema as specified by the World Wide Web Consortium (W3C). AttributesGroups provides a mechanism to group a set of attribute declarations so that they can be incorporated as a group into complex type definitions.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("anyAttribute")
System.Xml.Schema.XmlSchemaAnyAttribute
To be added: an object of type 'XmlSchemaAnyAttribute'
To be added
Gets or sets the component of the attribute group.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))
System.Xml.Serialization.XmlElement("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))
System.Xml.Schema.XmlSchemaObjectCollection
To be added: an object of type 'XmlSchemaObjectCollection'
To be added
Gets the collection of attributes for the attribute group. Contains XmlSchemaAttribute and XmlSchemaAttributeGroupRef elements.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("name")
System.String
To be added: an object of type 'string'
The name must be an NCName (no-colon name) as defined in the W3C XML Namespaces specification. When a complexType or attributeGroup element includes an attribute group, the name of the attributeGroup element is used for the ref attribute. This value must be an NCName.
Gets or sets the name of the attribute group.
Property
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.XmlQualifiedName
To be added.
To be added.
Gets the qualified name of the attribute group.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.Schema.XmlSchemaAttributeGroup
To be added: an object of type 'XmlSchemaAttributeGroup'
To be added
Gets the redefined attribute group property from the XML Schema.