CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
xml_schema_content.h
1
2
3#pragma once
4
5#include <xml/schema/xml_schema_annotated.h>
6
7
8namespace System {
9
10namespace Xml {
11
12namespace Schema {
13
15class ASPOSECPP_SHARED_CLASS XmlSchemaContent : public XmlSchemaAnnotated
16{
19
20 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
21 ASPOSECPP_SHARED_RTTI_INFO_DECL();
22
23public:
24
27
28};
29
30} // namespace Schema
31} // namespace Xml
32} // namespace System
33
34
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
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
@ 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