diff --git a/docs/1.0.md b/docs/1.0.md index 31d4de0..2d40bbb 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -1347,7 +1347,7 @@ may not have access to a list of resolvable ``'s. In that case, i be resolved and used. ### Parent -  `` or `` or `` +  `` or `` or `` or `` ### Count   Multiple @@ -1685,4 +1685,44 @@ use the `` tag at the `` or `` level. accountId="@bob:example.com" space="#general:example.com" /> +``` + + + +



+## Publisher +``

+This element allows a podcast feed to link to it's "publisher feed" parent. This is useful when a parent publishing +entity wants to attest ownership over all of the podcast feeds it owns/publishes. This element must contain exactly +one `` element pointing to the publisher feed. For widest compatibility, it is +highly recommended to use the `feedUrl` attribute of the `` element in this capacity. + +For complete implementation details regarding publisher feeds and how to create them, please see the full publisher +feed [documentation](publishers/publishers.md). + +### Parent +  `` + +### Count +  Single + +### Example: +```xml + + <![CDATA[It's A Mood]]> + A value4value happenstance music show. + https://example.org/itsamood + Sovereign Feeds + Mike Neumann + 469b403f-db2d-574c-9db9-96dbb4f6561c + podcast + + + + + <![CDATA[Runnin']]> + Wed, 03 Apr 2024 02:06:28 +0000 + ... + + ``` \ No newline at end of file