00001 /* 00002 * Copyright 2004,2005 The Apache Software Foundation. 00003 * 00004 * Licensed under the Apache License, Version 2.0 (the "License"); 00005 * you may not use this file except in compliance with the License. 00006 * You may obtain a copy of the License at 00007 * 00008 * http://www.apache.org/licenses/LICENSE-2.0 00009 * 00010 * Unless required by applicable law or agreed to in writing, software 00011 * distributed under the License is distributed on an "AS IS" BASIS, 00012 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00013 * See the License for the specific language governing permissions and 00014 * limitations under the License. 00015 */ 00016 00017 #ifndef XML_SCHEMA_INCLUDES_H 00018 #define XML_SCHEMA_INCLUDES_H 00019 00024 #include "xml_schema_obj_table.h" 00025 #include "xml_schema_simple_type_content.h" 00026 #include "xml_schema_obj_collection.h" 00027 #include "xml_schema_simple_type_list.h" 00028 #include "xml_schema_group_base.h" 00029 #include "xml_schema_any.h" 00030 #include "xml_schema_external.h" 00031 #include "xml_schema_element.h" 00032 #include "xml_schema_simple_content.h" 00033 #include "xml_schema_app_info.h" 00034 #include "xml_schema_collection.h" 00035 #include "xml_schema_group.h" 00036 #include "xml_schema_complex_content_extension.h" 00037 #include "xml_schema_xpath.h" 00038 #include "xml_schema_identity_constraint.h" 00039 #include "xml_schema_complex_content.h" 00040 #include "xml_schema_attribute.h" 00041 #include "xml_schema_complex_content_restriction.h" 00042 #include "xml_schema_derivation_method.h" 00043 #include "xml_schema_complex_type.h" 00044 #include "xml_schema_any_attribute.h" 00045 #include "xml_schema_content_type.h" 00046 #include "xml_schema_annotated.h" 00047 #include "xml_schema_builder.h" 00048 #include "xml_schema_tokenized_type.h" 00049 #include "xml_schema_attribute_group.h" 00050 #include "xml_schema_simple_content_extension.h" 00051 #include "xml_schema_group_ref.h" 00052 #include "xml_schema_simple_type.h" 00053 #include "xml_schema_severity_type.h" 00054 #include "xml_schema_use.h" 00055 #include "xml_schema_facet.h" 00056 #include "xml_schema_simple_type_union.h" 00057 #include "xml_schema_form.h" 00058 #include "xml_schema_particle.h" 00059 #include "xml_schema_enum.h" 00060 #include "xml_schema_content_processing.h" 00061 #include "xml_schema_simple_content_restriction.h" 00062 #include "xml_schema_documentation.h" 00063 #include "xml_schema_data_type.h" 00064 #include "xml_schema_annotation.h" 00065 #include "xml_schema_import.h" 00066 #include "xml_schema_obj.h" 00067 #include "xml_schema_attribute_group_ref.h" 00068 #include "xml_schema_constants.h" 00069 #include "xml_schema_defines.h" 00070 #include "xml_schema_simple_type_restriction.h" 00071 #include "xml_schema.h" 00072 #include "xml_schema_redefine.h" 00073 #include "xml_schema_type.h" 00074 #include "xml_schema_url_resolver.h" 00075 #include "xml_schema_input_source.h" 00076 00077 #ifdef _cplusplus 00078 extern "C" 00079 { 00080 #endif 00081 00082 00084 #ifdef _cplusplus 00085 } 00086 #endif 00087 #endif /* XML_SCHEMA_INCLUDES_H */