A MTLibraryContracts represents a contract with a library. A
library contract may be associated with a single library.
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| commencementDate | dateTime | element | 0/1 | |||
| consecutiveRenewal | boolean | element | 1/1 | required boolean | ||
| contractPeriod | int | element | 1/1 | required int | ||
| id | string | element | 0/1 | |||
| library | MTLibrary | element | 0/1 | |||
| postTermCollection | string | element | 0/1 | |||
| renewalPeriod | int | element | 1/1 | required int | ||
| royaltySetOf | string | element | 0/1 | |||
| terminationDate | dateTime | element | 0/1 | |||
| terminationPeriod | int | element | 1/1 | required int | ||
| updated | dateTime | element | 0/1 |
Example
<libraryContract>
<commencementDate>...</commencementDate>
<consecutiveRenewal>...</consecutiveRenewal>
<contractPeriod>...</contractPeriod>
<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/>
</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>
<postTermCollection>...</postTermCollection>
<renewalPeriod>...</renewalPeriod>
<royaltySetOf>...</royaltySetOf>
<terminationDate>...</terminationDate>
<terminationPeriod>...</terminationPeriod>
<updated>...</updated>
</libraryContract>