00001
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030 #ifndef OVAL_AGENT_API_IMPL_H_
00031 #define OVAL_AGENT_API_IMPL_H_
00032
00033 #include "common/util.h"
00034
00035 OSCAP_HIDDEN_START;
00036
00037 #define OVAL_ENUMERATION_INVALID (-1)
00038
00039 #define OVAL_SUPPORTED "5.8"
00040
00041 #define OVAL_XMLNS_XSI BAD_CAST "http://www.w3.org/2001/XMLSchema-instance"
00042
00043 #define OVAL_COMMON_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-common-5"
00044 #define OVAL_DIGSIG_NAMESPACE BAD_CAST "http://www.w3.org/2000/09/xmldsig#"
00045
00046 #define OVAL_SYSCHAR_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5"
00047 #define OVAL_SYSCHAR_UNIX_NS BAD_CAST "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#unix"
00048 #define OVAL_SYSCHAR_IND_NS BAD_CAST "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent"
00049 #define OVAL_SYSCHAR_LIN_NS BAD_CAST "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#linux"
00050
00051 #define OVAL_DEFINITIONS_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-definitions-5"
00052 #define OVAL_DEFINITIONS_UNIX_NS BAD_CAST "http://oval.mitre.org/XMLSchema/oval-definitions-5#unix"
00053 #define OVAL_DEFINITIONS_IND_NS BAD_CAST "http://oval.mitre.org/XMLSchema/oval-definitions-5#independent"
00054 #define OVAL_DEFINITIONS_LIN_NS BAD_CAST "http://oval.mitre.org/XMLSchema/oval-definitions-5#linux"
00055
00056 #define OVAL_RESULTS_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-results-5"
00057 #define OVAL_VARIABLES_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-variables-5"
00058 #define OVAL_DIRECTIVES_NAMESPACE BAD_CAST "http://oval.mitre.org/XMLSchema/oval-directives-5"
00059
00060 #define OVAL_DEF_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-definitions-5 http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/oval-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#independent http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/independent-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#unix http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/unix-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-definitions-5#linux http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/linux-definitions-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/language/download/schema/version5.5/ovaldefinition/complete/linux-common-schema.xsd"
00061
00062 #define OVAL_SYS_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-system-characteristics-5 http://oval.mitre.org/language/version5.5/ovalsc/complete/oval-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#independent http://oval.mitre.org/language/version5.5/ovalsc/complete/independent-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#unix http://oval.mitre.org/language/version5.5/ovalsc/complete/unix-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-system-characteristics-5#linux http://oval.mitre.org/language/version5.5/ovalsc/complete/linux-system-characteristics-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/language/version5.5/ovalsc/complete/oval-common-schema.xsd"
00063
00064 #define OVAL_RES_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-results-5 http://oval.mitre.org/language/version5.5/ovalresults/complete/oval-results-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/language/version5.5/ovalresults/complete/oval-common-schema.xsd"
00065
00066 #define OVAL_DIR_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-results-5 http://oval.mitre.org/language/version5.5/ovalresults/complete/oval-results-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 http://oval.mitre.org/XMLSchema/oval-directives-5"
00067
00068 #define OVAL_VAR_SCHEMA_LOCATION "http://oval.mitre.org/XMLSchema/oval-variables-5 oval-variables-schema.xsd http://oval.mitre.org/XMLSchema/oval-common-5 oval-common-schema.xsd"
00069
00070 OSCAP_HIDDEN_END;
00071
00072 #endif