00001
00002
00003
00004
00005
00006
00007
00008
00014 #ifndef schemanames_h
00015 #define schemanames_h
00016
00017 namespace zypp {
00018 namespace parser {
00019 namespace yum {
00020
00021 #define SCHEMABASE "/usr/share/zypp/schema/yum/"
00022 #define REPOMDSCHEMA (SCHEMABASE "repomd.rng")
00023 #define PRIMARYSCHEMA (SCHEMABASE "suse-primary.rng")
00024 #define GROUPSCHEMA (SCHEMABASE "groups.rng")
00025 #define PATTERNSCHEMA (SCHEMABASE "patterns.rng")
00026 #define FILELISTSCHEMA (SCHEMABASE "filelists.rng")
00027 #define OTHERSCHEMA (SCHEMABASE "other.rng")
00028 #define PATCHSCHEMA (SCHEMABASE "patch.rng")
00029 #define PATCHESSCHEMA (SCHEMABASE "patches.rng")
00030 #define PRODUCTSCHEMA (SCHEMABASE "product.rng")
00031 }
00032 }
00033 }
00034
00035
00036 #endif