aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/xml-schema.hxx
blob: 11879bcde77e83ef8cf0a987b09f942c6252fc20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// file      : xsde/cxx/hybrid/xml-schema.hxx
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_HYBRID_XML_SCHEMA_HXX
#define XSDE_CXX_HYBRID_XML_SCHEMA_HXX

#include <xsde/cxx/buffer.hxx>
#include <xsde/cxx/date-time.hxx>

#ifdef XSDE_STL
#  include <xsde/cxx/qname-stl.hxx>
#  include <xsde/cxx/string-sequence-stl.hxx>
#else
#  include <xsde/cxx/qname.hxx>
#  include <xsde/cxx/string-sequence.hxx>
#endif

#include <xsde/cxx/hybrid/base.hxx>
#include <xsde/cxx/hybrid/any-type.hxx>

#endif // XSDE_CXX_HYBRID_XML_SCHEMA_HXX