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