MTAlbum Data Type

A MTAlbum represents a collection of MTTrack.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
comment string element 0/1    
created dateTime element 0/1    
description string element 0/1    
distribute boolean element 1/1 required boolean  
id string element 0/1    
library MTLibrary element 0/1    
number string element 0/1    
released dateTime element 0/1    
status MTAlbumStatus element 0/1    
title string element 0/1    
updated dateTime element 0/1    

Example

<album>
  <comment>...</comment>
  <created>...</created>
  <description>...</description>
  <distribute>...</distribute>
  <id>...</id>
  <library>
    <libraryAddresses>
      <libraryAddress>
        <address>...</address>
        <comment>...</comment>
        <id>...</id>
        <library/>
        <name>...</name>
        <role>...</role>
        <type>...</type>
        <updated>...</updated>
      </libraryAddress>
    </libraryAddresses>
    <code>...</code>
    <libraryContracts>
      <libraryContract>
        <commencementDate>...</commencementDate>
        <consecutiveRenewal>...</consecutiveRenewal>
        <contractPeriod>...</contractPeriod>
        <id>...</id>
        <library/>
        <postTermCollection>...</postTermCollection>
        <renewalPeriod>...</renewalPeriod>
        <royaltySetOf>...</royaltySetOf>
        <terminationDate>...</terminationDate>
        <terminationPeriod>...</terminationPeriod>
        <updated>...</updated>
      </libraryContract>
    </libraryContracts>
    <country>...</country>
    <id>...</id>
    <name>...</name>
    <owner>
      <comment>...</comment>
      <name>...</name>
      <id>...</id>
      <updated>...</updated>
    </owner>
    <status>...</status>
    <territoryRelationships>
      <territoryRelationship>
        <library/>
        <territory/>
        <id>...</id>
        <updated>...</updated>
      </territoryRelationship>
    </territoryRelationships>
    <updated>...</updated>
  </library>
  <number>...</number>
  <released>...</released>
  <status>...</status>
  <title>...</title>
  <updated>...</updated>
</album>