Skip to content

Instantly share code, notes, and snippets.

@cl4rk3
Last active August 29, 2015 14:17
Show Gist options
  • Save cl4rk3/712254be798276cdc676 to your computer and use it in GitHub Desktop.
Save cl4rk3/712254be798276cdc676 to your computer and use it in GitHub Desktop.
Example of importable MAVIS title record xml for moving image
<?xml version="1.0" encoding="ISO-8859-1"?>
<mavis database="LOC:mbrs" version="03.07.06" organisation="Library of Congress" xmlns:xl="http://www.w3.org/TR/xlink" xmlns="http://www.wizardis.com.au/2005/12/MAVIS">
<TitleWork>
<objectIdentifiers>
<ObjectIdentifier>
<identifier>cpb-aacip/189-8380gkx9</identifier>
<identifierType>AMARCGUID</identifierType>
</ObjectIdentifier>
<ObjectIdentifier>
<identifier>LAC-2531/1</identifier>
<identifierType>ORIGINAL_CONTROL_NO</identifierType>
</ObjectIdentifier>
<!--<ObjectIdentifier>-->
<!--<identifier>112</identifier>-->
<!--<identifierType>EPI</identifierType>-->
<!--</ObjectIdentifier>-->
</objectIdentifiers>
<alternateTitles>
<Title>
<descr>The Campbell Brothers</descr>
<titlePurpose>15</titlePurpose>
</Title>
</alternateTitles>
<durationMin>57</durationMin>
<durationSec>27</durationSec>
<mediums>
<WorkMedium>
<isPrincipal>Y</isPrincipal>
<medium>M</medium>
</WorkMedium>
</mediums>
<objectSummaries>
<ObjectSummary>
<summary>No description available</summary>
<summaryType>ORG</summaryType>
</ObjectSummary>
</objectSummaries>
<preferredTitle>
<Title>
<descr>OnStage</descr>
<titlePurpose>7</titlePurpose>
</Title>
</preferredTitle>
<responsibilityStatement>WXXI Public Broadcasting (WXXI-TV)</responsibilityStatement>
<roles>
<Name-Role>
<party xl:href="/Organisation/key/441625-1" xl:title="WXXI"/>
<principalRole>N</principalRole>
<role>BRO</role>
</Name-Role>
</roles>
</TitleWork>
</mavis>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment