Atom Namespace Reference
The Atom namespace allows RSS and RDF feeds to include Atom-specific elements, providing richer metadata and linking capabilities. This namespace provides partial Atom elements that can be embedded within other feed formats.
| Namespace URI | http://www.w3.org/2005/Atom |
|---|---|
| Specification | RFC 4287 - Atom Syndication Format |
| Prefix | <atom:*> |
| Available in | RSS, RDF |
| Property | atom |
Types
INFO
For details on type parameters (TDate, TStrict) and Requirable<T> markers, see TypeScript Reference.
ts
export namespace AtomNs {
export type Entry<TDate> = DeepOmit<AtomFeed.Entry<TDate>, NsKeys>
export type Feed<TDate> = DeepOmit<AtomFeed.Feed<TDate>, NsKeys>
}Related
- Atom Feed Fields - Complete Atom feed specification
- Parsing Namespaces - How namespace parsing works