5#include <xml/schema/xml_schema_annotated.h>
6#include <system/shared_ptr.h>
7#include <system/enum_helpers.h>
8#include <system/decimal.h>
20class DfaContentValidator;
21class NfaContentValidator;
22class RangeContentValidator;
23class SchemaCollectionCompiler;
26class XmlSchemaComplexType;
28class XmlSchemaSequence;
29class XmlSchemaValidator;
31class XmlQualifiedName;
51 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
52 ASPOSECPP_SHARED_RTTI_INFO_DECL();
61 friend class DfaContentValidator;
62 friend class NfaContentValidator;
63 friend class RangeContentValidator;
64 friend class SchemaCollectionCompiler;
65 friend class Compiler;
82 DECLARE_FRIEND_ENUM_OPERATORS(System::Xml::Schema::XmlSchemaParticle::Occurs);
125 virtual ASPOSECPP_SHARED_API
bool get_IsEmpty();
126 bool get_IsMultipleOccurrence();
127 virtual ASPOSECPP_SHARED_API
String get_NameString();
137 #ifdef ASPOSE_GET_SHARED_MEMBERS
138 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
146 XmlSchemaParticle::Occurs _flags;
151DECLARE_ENUM_OPERATORS(System::Xml::Schema::XmlSchemaParticle::Occurs);
152DECLARE_USING_GLOBAL_OPERATORS
Represents a decimal number. This type should be allocated on stack and passed to functions by value ...
Definition: decimal.h:107
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 World Wide Web Consortium (W3C) all element (compositor).
Definition: xml_schema_all.h:33
The base class for any element that can contain annotation elements.
Definition: xml_schema_annotated.h:35
Represents the choice element (compositor) from the XML Schema as specified by the World Wide Web Con...
Definition: xml_schema_choice.h:34
Represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C...
Definition: xml_schema_complex_type.h:64
Represents the group element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_group.h:45
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
A base class for that is the base class for all particle types (e.g. XmlSchemaAny).
Definition: xml_schema_particle.h:47
void set_MaxOccursString(const String &value)
Sets the number as a string value. Maximum number of times the particle can occur.
void set_MinOccursString(const String &value)
Sets the number as a string value. The minimum number of times the particle can occur.
Decimal get_MinOccurs()
Returns the minimum number of times the particle can occur.
XmlSchemaParticle()
Initializes a new instance of the XmlSchemaParticle class.
String get_MaxOccursString()
Returns the number as a string value. Maximum number of times the particle can occur.
Decimal get_MaxOccurs()
Returns the maximum number of times the particle can occur.
void set_MinOccurs(Decimal value)
Sets the minimum number of times the particle can occur.
String get_MinOccursString()
Returns the number as a string value. The minimum number of times the particle can occur.
void set_MaxOccurs(Decimal value)
Sets the maximum number of times the particle can occur.
virtual ~XmlSchemaParticle()
Represents the sequence element (compositor) from the XML Schema as specified by the World Wide Web C...
Definition: xml_schema_sequence.h:34
Represents an XML Schema Definition Language (XSD) Schema validation engine. The XmlSchemaValidator c...
Definition: xml_schema_validator.h:93
@ 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