MTSubPublisher Data Type

A MTSubPublisher represents a sub publisher.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
id string element 0/1   An UUID (version 4) which uniquely represents this agreement.
ipi int element 1/1 required int A nine digit international identification number.
name string element 0/1   The name of the sub publisher.
updated dateTime element 0/1   A timestamp indicating when this agreement was created or last updated.

Example

<subPublisher>
  <id>...</id>
  <ipi>...</ipi>
  <name>...</name>
  <updated>...</updated>
</subPublisher>