ccREL Namespace Reference
The Creative Commons Rights Expression Language (ccREL) enables RSS and Atom feeds to declare copyright licenses and additional permissions for feed content.
| Namespace URI | http://creativecommons.org/ns# |
|---|---|
| Specification | Creative Commons Rights Expression Language (ccREL) |
| Prefix | <cc:*> |
| Available in | RSS, Atom |
| Property | cc |
Types
ts
export namespace CcNs {
export type ItemOrFeed = {
license?: string
morePermissions?: string
attributionName?: string
attributionURL?: string
useGuidelines?: string
permits?: string
requires?: string
prohibits?: string
jurisdiction?: string
legalcode?: string
deprecatedOn?: string
}
}Related
- Parsing Namespaces - How namespace parsing works