5#include <xml/schema/xml_schema_annotated.h>
6#include <system/string.h>
20class SchemaCollectionCompiler;
21class SchemaCollectionPreprocessor;
23class XmlSchemaGroupBase;
25class XmlSchemaParticle;
27class XmlQualifiedName;
49 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
50 ASPOSECPP_SHARED_RTTI_INFO_DECL();
59 friend class BaseProcessor;
60 friend class Preprocessor;
61 friend class SchemaCollectionCompiler;
62 friend class SchemaCollectionPreprocessor;
63 friend class Compiler;
95 int32_t get_SelfReferenceCount();
96 void set_SelfReferenceCount(int32_t value);
97 ASPOSECPP_SHARED_API
String get_NameAttribute()
override;
98 ASPOSECPP_SHARED_API
void set_NameAttribute(
String value)
override;
104 #ifdef ASPOSE_GET_SHARED_MEMBERS
105 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
116 int32_t _selfReferenceCount;
118 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 group element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_group.h:45
XmlSchemaGroup()
Initializes a new instance of the XmlSchemaGroup class.
void set_Particle(const SharedPtr< XmlSchemaGroupBase > &value)
Sets one of the XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence classes.
SharedPtr< XmlQualifiedName > get_QualifiedName()
Returns the qualified name of the schema group.
void set_Name(const String &value)
Sets the name of the schema group.
String get_Name()
Returns the name of the schema group.
SharedPtr< XmlSchemaGroupBase > get_Particle()
Returns one of the XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence classes.
An in-memory representation of an XML Schema, as specified in the World Wide Web Consortium (W3C) XML...
Definition: xml_schema.h:78
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