namespace CCL::Web::Feed

namespace Feed {

// global variables

 kID;
 id;
 kTitle;
 title;
 kAuthorName;
 authorName;
 kAuthorEmail;
 authorEmail;
 kCategoryTerm;
 categoryTerm;
 kCategoryLabel;
 categoryLabel;
 kLanguage;
 language;
 kSummary;
 summary;
 kContent;
 content;
 kAlternate;
 alternate;
 kEnclosure;
 enclosure;
 kRelation;
 relation;
 kType;
 type;
 kHRef;
 href;
 kDevicePixelRatio;

} // namespace Feed