pbcoreInstantiationDocument

This is entry point for an instantiation-only record. Most likely used when referenced from other schemas.

XPATH LOCATION:

/ pbcoreInstantiationDocument

USAGE RULES:

Occurs:

1 time only

Must Contain:

3 attributes, specific:

  • xmlns (text, specific value: “http://pbcore.org/PBCore/PBCoreNamespace.html”)
  • xsi (text, specific value: “http://www.w3.org/2001/XMLSchema-instance”)
  • schemaLocation (text, specific value: “http://pbcore.org/PBCore/PBCoreNamespace.html”)

2 elements, specific:

Contained by:

NOTHING

Contained with:

NOTHING

EXAMPLES:

<?xml version="1.0" encoding="UTF-8"?>
<pbcoreInstantiationDocument xmlns="http://pbcore.org/PBCore/PBCoreNamespace.html"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://pbcore.org/PBCore/PBCoreNamespace.html >
    <instantiationIdentifier source="WGBH MARS">NOVA1234</instantiationIdentifier>
    <instantiationLocation>VAULT</instantiationLocation>
</pbcoreInstantiationDocument>

Leave a Reply