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;
80 #ifdef __DBG_FOR_EACH_MEMBER
84 ASPOSECPP_SHARED_API
void DBG_for_each_member(DBG::for_each_member_visitor& visitor)
const override;
87 const char* DBG_class_name()
const override {
return "XmlSchemaFacet"; }
95 System::Xml::Schema::FacetType _facetType;
109 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
110 ASPOSECPP_SHARED_RTTI_INFO_DECL();
129 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
130 ASPOSECPP_SHARED_RTTI_INFO_DECL();
144 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
159 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
160 ASPOSECPP_SHARED_RTTI_INFO_DECL();
174 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
189 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
190 ASPOSECPP_SHARED_RTTI_INFO_DECL();
204 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
218 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
219 ASPOSECPP_SHARED_RTTI_INFO_DECL();
233 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
247 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
248 ASPOSECPP_SHARED_RTTI_INFO_DECL();
262 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
277 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
278 ASPOSECPP_SHARED_RTTI_INFO_DECL();
292 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
307 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
308 ASPOSECPP_SHARED_RTTI_INFO_DECL();
322 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
337 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
338 ASPOSECPP_SHARED_RTTI_INFO_DECL();
352 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
367 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
368 ASPOSECPP_SHARED_RTTI_INFO_DECL();
382 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
397 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
398 ASPOSECPP_SHARED_RTTI_INFO_DECL();
412 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
426 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
427 ASPOSECPP_SHARED_RTTI_INFO_DECL();
441 ThisType* CppMemberwiseClone()
const override {
return new ThisType(*
this); }
454 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
455 ASPOSECPP_SHARED_RTTI_INFO_DECL();
469 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:243
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:422
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:125
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:333
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:363
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:185
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:273
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:303
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:155
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:105
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:214
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:393
XmlSchemaTotalDigitsFacet()
Initializes a new instance of the XmlSchemaTotalDigitsFacet class.
Represents the World Wide Web Consortium (W3C) whiteSpace facet.
Definition: xml_schema_facet.h:450
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