5#include <xml/schema/xml_schema_content.h>
6#include <system/shared_ptr.h>
16class XmlSchemaAnyAttribute;
17class XmlSchemaComplexType;
18class XmlSchemaObjectCollection;
19class XmlSchemaSimpleType;
21class XmlQualifiedName;
43 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
44 ASPOSECPP_SHARED_RTTI_INFO_DECL();
94 #ifdef ASPOSE_GET_SHARED_MEMBERS
95 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
107 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
The base class for any element that can contain annotation elements.
Definition: xml_schema_annotated.h:35
Represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C...
Definition: xml_schema_complex_type.h:64
An abstract class for schema content.
Definition: xml_schema_content.h:16
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
Represents the restriction element for simple content from XML Schema as specified by the World Wide ...
Definition: xml_schema_simple_content_restriction.h:39
SharedPtr< XmlQualifiedName > get_BaseTypeName()
Returns the name of the built-in data type or simple type from which this type is derived.
SharedPtr< XmlSchemaObjectCollection > get_Facets()
Returns an Xml Schema facet.
SharedPtr< XmlSchemaSimpleType > get_BaseType()
Returns the simple type base value.
SharedPtr< XmlSchemaAnyAttribute > get_AnyAttribute()
Returns an XmlSchemaAnyAttribute to be used for the attribute value.
SharedPtr< XmlSchemaObjectCollection > get_Attributes()
Returns the XmlSchemaAttribute and XmlSchemaAttributeGroupRef collection of attributes for the simple...
void set_BaseType(const SharedPtr< XmlSchemaSimpleType > &value)
Sets the simple type base value.
XmlSchemaSimpleContentRestriction()
Initializes a new instance of the XmlSchemaSimpleContentRestriction class.
void set_BaseTypeName(const SharedPtr< XmlQualifiedName > &value)
Sets the name of the built-in data type or simple type from which this type is derived.
void set_AnyAttribute(const SharedPtr< XmlSchemaAnyAttribute > &value)
Sets an XmlSchemaAnyAttribute to be used for the attribute value.
@ 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