MTSociety Data Type

A MTSociety represents a society, or performing rights organisation (PRO). Throughout this API, this entity will be referred to as a society.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
country string element 0/1 The name of the country.
id string element 0/1 An UUID (version 4) which uniquely represents this society.
name string element 0/1 The name of the society.
updated dateTime element 0/1 A timestamp indicating when this society was created or last updated.

Example

<society>
  <country>...</country>
  <name>...</name>
  <id>...</id>
  <updated>...</updated>
</society>