5#include <xml/schema/xml_schema_external.h>
6#include <system/shared_ptr.h>
16class XmlSchemaAnnotation;
39 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
40 ASPOSECPP_SHARED_RTTI_INFO_DECL();
64 #ifdef ASPOSE_GET_SHARED_MEMBERS
65 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
73 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
Provides information about the included schema.
Definition: xml_schema_external.h:38
Represents the include element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_include.h:35
XmlSchemaInclude()
Initializes a new instance of the XmlSchemaInclude class.
void set_Annotation(const SharedPtr< XmlSchemaAnnotation > &value)
Sets the annotation value.
SharedPtr< XmlSchemaAnnotation > get_Annotation()
Returns the annotation value.
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