A MTLibrary represents a library. A library may be associated
with one or more albums.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description |
|---|---|---|---|---|---|---|---|
| code | string | element | 0/1 | ||||
| country | string | element | 0/1 | ||||
| id | string | element | 0/1 | ||||
| libraryAddress | list of MTLibraryAddress | element | 0/unbounded | libraryAddresses | |||
| libraryContract | list of MTLibraryContract | element | 0/unbounded | libraryContracts | |||
| name | string | element | 0/1 | ||||
| owner | MTLibraryOwner | element | 1/1 | required | |||
| status | MTLibraryStatus | element | 0/1 | ||||
| territoryRelationship | list of MTLibraryTerritoryRelationship | element | 0/unbounded | territoryRelationships | |||
| updated | dateTime | element | 0/1 |
Example
<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>
<code>...</code>
<country>...</country>
<name>...</name>
<weight>...</weight>
<id>...</id>
<updated>...</updated>
</territory>
<id>...</id>
<updated>...</updated>
</territoryRelationship>
</territoryRelationships>
<updated>...</updated>
</library>