aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/xml-schema.hxx
blob: b517c338f4ce6132022d13c472e114af1ce66b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// file      : xsde/cxx/hybrid/xml-schema.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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