aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/xml-schema.hxx
blob: e9d712ea74f3d6abfdc21158c23040f7c4a7a5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// file      : xsde/cxx/hybrid/xml-schema.hxx
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// 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