00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00014 #ifndef xmlstore_schemanames_h 00015 #define xmlstore_schemanames_h 00016 00017 namespace zypp { 00018 namespace parser { 00019 namespace xmlstore { 00020 /* FIXME: How do I do this properly? */ 00021 #define SCHEMABASE "/usr/share/zypp/schema/xmlstore/" 00022 //#define REPOMDSCHEMA (SCHEMABASE "repomd.rng") 00023 //#define PRIMARYSCHEMA (SCHEMABASE "suse-primary.rng") 00024 //#define GROUPSCHEMA (SCHEMABASE "groups.rng") 00025 #define PATTERNSCHEMA (SCHEMABASE "pattern.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 #define LANGUAGESCHEMA (SCHEMABASE "language.rng") 00032 #define SOURCESCHEMA (SCHEMABASE "known-source.rng") 00033 } // namespace xmlstore 00034 } // namespace parser 00035 } // namespace zypp 00036 00037 #endif