pbcorePublisher is a container for sub-elements publisher and publisherRole.
pbcoreContributor can be contained within the elements pbcoreDescriptionDocument or pbcorePart.
Usage: optional, repeatable.
Attributes
pbcorePublisher has no attributes.
Subelements
pbcorePublisher contains the following subelements:
- publisher – required. The element publisher identifies a person, people, or organization primarily responsible for distributing or making the asset available to others. The publisher may be a person, a business, organization, group, project or service.
- publisherRole – optional. Use the element publisherRole to identify the role played by the specific publisher or publishing entity identified in the companion descriptor publisher. The PBCore schema allows for publisherRole to be repeated in the pbcorePublisher container element. This can be useful when a single person or organization is associated with multiple roles in an asset.
Examples
1 2 3 4 5 6 7 8 9 10 |
<pbcorePublisher> <!-- No data here directly; it's within sub-elements instead --> <publisher>WGBH Educational Foundation</publisher> <publisherRole>Copyright Holder</publisherRole> </pbcorePublisher> <pbcorePublisher> <publisher>Public Broadcasting Service</publisher> <publisherRole>Distributor</publisherRole> </pbcorePublisher> |
Submit any issues or suggested changes for future schema iterations by creating a ticket in our Github repository.