5#include <xml/schema/xml_schema_object.h>
6#include <system/array.h>
16class XmlSchemaSimpleType;
39 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
40 ASPOSECPP_SHARED_RTTI_INFO_DECL();
71 #ifdef ASPOSE_GET_SHARED_MEMBERS
72 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
83 static struct __StaticConstructor__ { __StaticConstructor__(); } s_constructor__;
85 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
Represents the documentation element from XML Schema as specified by the World Wide Web Consortium (W...
Definition: xml_schema_documentation.h:35
void set_Source(const String &value)
Sets the Uniform Resource Identifier (URI) source of the information.
ArrayPtr< SharedPtr< XmlNode > > get_Markup()
Returns an array of XmlNode objects that represents the documentation child nodes.
void set_Language(const String &value)
Sets the xml:lang attribute. This serves as an indicator of the language used in the contents.
String get_Language()
Returns the xml:lang attribute. This serves as an indicator of the language used in the contents.
void set_Markup(const ArrayPtr< SharedPtr< XmlNode > > &value)
Sets an array of XmlNode objects that represents the documentation child nodes.
String get_Source()
Returns the Uniform Resource Identifier (URI) source of the information.
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