5#include <xml/schema/xml_schema_annotated.h>
6#include <system/string.h>
38 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
39 ASPOSECPP_SHARED_RTTI_INFO_DECL();
48 friend class FacetsChecker;
49 friend class FacetsChecker;
73 System::Xml::Schema::FacetType get_FacetType();
74 void set_FacetType(System::Xml::Schema::FacetType value);
76 #ifdef ASPOSE_GET_SHARED_MEMBERS
77 ASPOSECPP_SHARED_API
void GetSharedMembers(System::Object::shared_members_type& result)
const override;
85 System::Xml::Schema::FacetType _facetType;
99 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
100 ASPOSECPP_SHARED_RTTI_INFO_DECL();
119 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
120 ASPOSECPP_SHARED_RTTI_INFO_DECL();
134 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
149 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
150 ASPOSECPP_SHARED_RTTI_INFO_DECL();
164 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
179 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
180 ASPOSECPP_SHARED_RTTI_INFO_DECL();
194 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
208 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
209 ASPOSECPP_SHARED_RTTI_INFO_DECL();
223 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
237 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
238 ASPOSECPP_SHARED_RTTI_INFO_DECL();
252 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
267 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
268 ASPOSECPP_SHARED_RTTI_INFO_DECL();
282 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
297 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
298 ASPOSECPP_SHARED_RTTI_INFO_DECL();
312 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
327 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
328 ASPOSECPP_SHARED_RTTI_INFO_DECL();
342 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
357 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
358 ASPOSECPP_SHARED_RTTI_INFO_DECL();
372 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
387 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
388 ASPOSECPP_SHARED_RTTI_INFO_DECL();
402 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
416 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
417 ASPOSECPP_SHARED_RTTI_INFO_DECL();
431 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
444 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
445 ASPOSECPP_SHARED_RTTI_INFO_DECL();
459 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
Represents the enumeration facet from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_facet.h:233
XmlSchemaEnumerationFacet()
Initializes a new instance of the XmlSchemaEnumerationFacet class.
A base class for all facets that are used when simple types are derived by restriction.
Definition: xml_schema_facet.h:34
virtual bool get_IsFixed()
Returns information that indicates that this facet is fixed.
XmlSchemaFacet()
Initializes a new instance of the XmlSchemaFacet class.
String get_Value()
Returns the value attribute of the facet.
void set_Value(const String &value)
Sets the value attribute of the facet.
virtual void set_IsFixed(bool value)
Sets information that indicates that this facet is fixed.
Specifies a restriction on the number of digits that can be entered for the fraction value of a simpl...
Definition: xml_schema_facet.h:412
XmlSchemaFractionDigitsFacet()
Initializes a new instance of the XmlSchemaFractionDigitsFacet class.
Represents the length facet from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_facet.h:115
XmlSchemaLengthFacet()
Initializes a new instance of the XmlSchemaLengthFacet class.
Represents the maxExclusive element from XML Schema as specified by the World Wide Web Consortium (W3...
Definition: xml_schema_facet.h:323
XmlSchemaMaxExclusiveFacet()
Initializes a new instance of the XmlSchemaMaxExclusiveFacet class.
Represents the maxInclusive element from XML Schema as specified by the World Wide Web Consortium (W3...
Definition: xml_schema_facet.h:353
XmlSchemaMaxInclusiveFacet()
Initializes a new instance of the XmlSchemaMaxInclusiveFacet class.
Represents the maxLength element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_facet.h:175
XmlSchemaMaxLengthFacet()
Initializes a new instance of the XmlSchemaMaxLengthFacet class.
Represents the minExclusive element from XML Schema as specified by the World Wide Web Consortium (W3...
Definition: xml_schema_facet.h:263
XmlSchemaMinExclusiveFacet()
Initializes a new instance of the XmlSchemaMinExclusiveFacet class.
Represents the minInclusive element from XML Schema as specified by the World Wide Web Consortium (W3...
Definition: xml_schema_facet.h:293
XmlSchemaMinInclusiveFacet()
Initializes a new instance of the XmlSchemaMinInclusiveFacet class.
Represents the minLength element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_facet.h:145
XmlSchemaMinLengthFacet()
Initializes a new instance of the XmlSchemaMinLengthFacet class.
A vase class for defining numeric facets. This class is the base class for numeric facet classes such...
Definition: xml_schema_facet.h:95
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 pattern element from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_facet.h:204
XmlSchemaPatternFacet()
Initializes a new instance of the XmlSchemaPatternFacet class.
Represents the totalDigits facet from XML Schema as specified by the World Wide Web Consortium (W3C)....
Definition: xml_schema_facet.h:383
XmlSchemaTotalDigitsFacet()
Initializes a new instance of the XmlSchemaTotalDigitsFacet class.
Represents the World Wide Web Consortium (W3C) whiteSpace facet.
Definition: xml_schema_facet.h:440
XmlSchemaWhiteSpaceFacet()
Initializes a new instance of the XmlSchemaWhiteSpaceFacet class.
@ 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