aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/parser/xml-schema.hxx
blob: bf86ccfe0f88d0b4175ac85dabbd2550036e0d4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : xsde/cxx/parser/xml-schema.hxx
// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

#ifndef XSDE_CXX_PARSER_XML_SCHEMA_HXX
#define XSDE_CXX_PARSER_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

#endif // XSDE_CXX_PARSER_XML_SCHEMA_HXX