MTOriginalPublisher Data Type

A MTOriginalPublisher represents an original publisher.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs wrapped by description
comment string element 0/1    
id string element 0/1   An UUID (version 4) which uniquely represents this agreement.
ipi string element 0/1   A nine digit international identification number.
name string element 0/1   The original publisher name.
originalPublisherLibraryRelationship list of MTOriginalPublisherLibraryRelationship element 0/unbounded originalPublisherLibraryRelationships The libraries which this original publisher has been associated with.
society MTSociety element 0/1   The society which this original publisher is registered with.
updated dateTime element 0/1   A timestamp indicating when this agreement was created or last updated.

Example

<originalPublisher>
  <comment>...</comment>
  <id>...</id>
  <ipi>...</ipi>
  <originalPublisherLibraryRelationships>
    <originalPublisherLibraryRelationship>
      <id>...</id>
      <library>
        <libraryAddresses>
          <libraryAddress/>
        </libraryAddresses>
        <code>...</code>
        <libraryContracts>
          <libraryContract/>
        </libraryContracts>
        <country>...</country>
        <id>...</id>
        <name>...</name>
        <owner/>
        <status>...</status>
        <territoryRelationships>
          <territoryRelationship/>
        </territoryRelationships>
        <updated>...</updated>
      </library>
      <originalPublisher/>
      <updated>...</updated>
    </originalPublisherLibraryRelationship>
  </originalPublisherLibraryRelationships>
  <name>...</name>
  <society>
    <country>...</country>
    <name>...</name>
    <id>...</id>
    <updated>...</updated>
  </society>
  <updated>...</updated>
</originalPublisher>