Administrative Reference
The Administrative namespace (MVCB - Meta Vocabulary for Community Building) provides administrative metadata about RSS/RDF feeds, enabling better identification of feed generators and error reporting contacts.
| Namespace URI | http://webns.net/mvcb/ |
|---|---|
| Specification | Admin Module Specification |
| Prefix | <admin:*> |
| Available in | RSS, Atom, RDF |
| Property | admin |
Types
ts
export namespace AdminNs {
export type Feed = {
errorReportsTo?: string
generatorAgent?: string
}
}Related
- Parsing Namespaces - How namespace parsing works