A MTAlbum
represents a collection of MTTrack
.
name | data type | type | namespace | min/max occurs | constraints | wrapped by | 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 | ||||
undistributionRule | list of MTUndistributionRule | element | 0/unbounded | undistributionRules | |||
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> <undistributionRules> <undistributionRule> <applied>...</applied> <begin>...</begin> <comment>...</comment> <created>...</created> <end>...</end> <entityId>...</entityId> <entityType>...</entityType> <id>...</id> <label>...</label> <projectName>...</projectName> <territory> <code>...</code> <country>...</country> <name>...</name> <weight>...</weight> <id>...</id> <updated>...</updated> </territory> <updated>...</updated> <user> <deleted>...</deleted> <email>...</email> <fullname>...</fullname> <userPrivileges> <userPrivilege/> </userPrivileges> <userRoles> <userRole/> </userRoles> <userSettings> <userSetting/> </userSettings> <username>...</username> <id>...</id> <updated>...</updated> </user> </undistributionRule> </undistributionRules> <updated>...</updated> </album>