MTLibraryAddress Data Type

A MTLibraryAddress represents an address for a library. A library address may be associated with a single library.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
address string element 0/1  
comment string element 0/1  
id string element 0/1  
library MTLibrary element 0/1  
name string element 0/1  
role string element 0/1  
type MTLibraryAddressType element 0/1  
updated dateTime element 0/1  

Example

<libraryAddress>
  <address>...</address>
  <comment>...</comment>
  <id>...</id>
  <library>
    <libraryAddresses>
      <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>
  <name>...</name>
  <role>...</role>
  <type>...</type>
  <updated>...</updated>
</libraryAddress>