5#include <xml/schema/xml_schema_object.h>
6#include <system/array.h>
17class XmlSchemaAnnotation;
39 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
40 ASPOSECPP_SHARED_RTTI_INFO_DECL();
49 friend class Compiler;
76 ASPOSECPP_SHARED_API
String get_IdAttribute()
override;
77 ASPOSECPP_SHARED_API
void set_IdAttribute(
String value)
override;
82 #ifdef ASPOSE_GET_SHARED_MEMBERS
83 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
93 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
void set_Id(const String &value)
Sets the string id.
String get_Id()
Returns the string id.
ArrayPtr< SharedPtr< XmlAttribute > > get_UnhandledAttributes()
Returns the qualified attributes that do not belong to the current schema's target namespace.
SharedPtr< XmlSchemaAnnotation > get_Annotation()
Returns the annotation property.
void set_UnhandledAttributes(const ArrayPtr< SharedPtr< XmlAttribute > > &value)
Sets the qualified attributes that do not belong to the current schema's target namespace.
void set_Annotation(const SharedPtr< XmlSchemaAnnotation > &value)
Sets the annotation property.
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