5#include <xml/schema/xml_schema_annotated.h>
6#include <system/string.h>
20class SchemaCollectionCompiler;
21class SchemaCollectionPreprocessor;
22class XmlSchemaAnyAttribute;
24class XmlSchemaObjectCollection;
25class XmlSchemaObjectTable;
27class XmlQualifiedName;
48 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
49 ASPOSECPP_SHARED_RTTI_INFO_DECL();
58 friend class BaseProcessor;
59 friend class Preprocessor;
60 friend class SchemaCollectionCompiler;
61 friend class SchemaCollectionPreprocessor;
62 friend class Compiler;
101 int32_t get_SelfReferenceCount();
102 void set_SelfReferenceCount(int32_t value);
103 ASPOSECPP_SHARED_API
String get_NameAttribute()
override;
104 ASPOSECPP_SHARED_API
void set_NameAttribute(
String value)
override;
109 #ifdef ASPOSE_GET_SHARED_MEMBERS
110 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
123 int32_t _selfReferenceCount;
125 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
The base class for any element that can contain annotation elements.
Definition: xml_schema_annotated.h:35
Represents the attributeGroup element from the XML Schema as specified by the World Wide Web Consorti...
Definition: xml_schema_attribute_group.h:44
SharedPtr< XmlSchemaAnyAttribute > get_AnyAttribute()
Returns the XmlSchemaAnyAttribute component of the attribute group.
void set_Name(const String &value)
Sets the name of the attribute group.
XmlSchemaAttributeGroup()
Initializes a new instance of the XmlSchemaAttributeGroup class.
SharedPtr< XmlQualifiedName > get_QualifiedName()
Returns the qualified name of the attribute group.
String get_Name()
Returns the name of the attribute group.
void set_AnyAttribute(const SharedPtr< XmlSchemaAnyAttribute > &value)
Sets the XmlSchemaAnyAttribute component of the attribute group.
SharedPtr< XmlSchemaObjectCollection > get_Attributes()
Returns the collection of attributes for the attribute group. Contains XmlSchemaAttribute and XmlSche...
SharedPtr< XmlSchemaAttributeGroup > get_RedefinedAttributeGroup()
Returns the redefined attribute group property from the XML Schema.
Represents the root class for the Xml schema object model hierarchy and serves as a base class for cl...
Definition: xml_schema_object.h:47
@ Schema
Validate according to XML Schema definition language (XSD) schemas, including inline XML Schemas....
@ Xml
Serialize according to the XML 1.0 rules.
Definition: db_command.h:9