System::Xml::Schema::XmlSchemaAttributeGroup class
Contents
[
Hide
]XmlSchemaAttributeGroup class
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.
class XmlSchemaAttributeGroup : public System::Xml::Schema::XmlSchemaAnnotated
Methods
Method | Description |
---|---|
get_AnyAttribute() | Returns the XmlSchemaAnyAttribute component of the attribute group. |
get_Attributes() | Returns the collection of attributes for the attribute group. Contains XmlSchemaAttribute and XmlSchemaAttributeGroupRef elements. |
get_Name() | Returns the name of the attribute group. |
get_QualifiedName() | Returns the qualified name of the attribute group. |
get_RedefinedAttributeGroup() | Returns the redefined attribute group property from the XML Schema. |
set_AnyAttribute(const SharedPtr<XmlSchemaAnyAttribute>&) | Sets the XmlSchemaAnyAttribute component of the attribute group. |
set_Name(const String&) | Sets the name of the attribute group. |
XmlSchemaAttributeGroup() | Initializes a new instance of the XmlSchemaAttributeGroup class. |
Typedefs
Typedef | Description |
---|---|
Ptr | An alias for shared pointer to an instance of this class. |
Remarks
Objects of this class should only be allocated using System::MakeObject() function. Never create instances of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
See Also
- Class XmlSchemaAnnotated
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++