Description:
The pbcorePart element is a container for repeating the same set of sub-elements used by super-element ‘pbcoreDescriptionDocument. e.g. this allows for defining segments, stories or episodes.
XPATH LOCATION:
/ pbcoreDescriptionDocument / pbcorePart
USAGE RULES:
Occurs:
zero or more times
May Contain:
3 or less optional attributes, specific:
- startTime (text, may be empty)
- endTime (text, may be empty)
- timeAnnotation (text, may be empty)
16 or less optional elements, specific:
Contained by:
Contained with:
[Any elements used MUST appear in this relative order]
- /pbcoreDescriptionDocument/pbcoreAssetType
- /pbcoreDescriptionDocument/pbcoreAssetDate
- /pbcoreDescriptionDocument/pbcoreIdentifier
- /pbcoreDescriptionDocument/pbcoreTitle
- /pbcoreDescriptionDocument/pbcoreSubject
- /pbcoreDescriptionDocument/pbcoreDescription
- /pbcoreDescriptionDocument/pbcoreGenre
- /pbcoreDescriptionDocument/pbcoreRelation
- /pbcoreDescriptionDocument/pbcoreCoverage
- /pbcoreDescriptionDocument/pbcoreAudienceLevel
- /pbcoreDescriptionDocument/pbcoreAudienceRating
- /pbcoreDescriptionDocument/pbcoreCreator
- /pbcoreDescriptionDocument/pbcoreContributor
- /pbcoreDescriptionDocument/pbcorePublisher
- /pbcoreDescriptionDocument/pbcoreRightsSummary
- /pbcoreDescriptionDocument/pbcoreInstantiation
- /pbcoreDescriptionDocument/pbcoreAnnotation
- /pbcoreDescriptionDocument/pbcorePart
- /pbcoreDescriptionDocument/pbcoreExtension
EXAMPLES:
<pbcoreDescriptionDocument> <!-- section removed for clarity --> <pbcoreIdentifier source="WGBH">NATPRO_NOVA</pbcoreIdentifier> <pbcoreTitle titleType="Series" source="PBCore Controlled Vocabulary" version="2.0">NOVA</pbcoreTitle> <!-- section removed for clarity --> <pbcorePart> <!-- section removed for clarity --> <pbcoreIdentifier source="WGBH" annotation="this relates to other data about the NOVA series">NATPRO_NOVA</pbcoreIdentifier> <pbcoreIdentifier source="WGBH" ref="http://www.pbs.org/wgbh/pages/NOVA/programs/" annotation="this identifies this program in the series">NOLA78334</pbcoreIdentifier> <pbcoreTitle titleType="Program" source="WGBH" version="2011" annotation="this is the 2011/02/01 broadcast title">TU9</pbcoreTitle> <pbcoreDescription></pbcoreDescription> <!-- section removed for clarity --> </pbcorePart> </pbcoreDescriptionDocument>