A MTBroadcaster represents a broadcaster.
| name | data type | type | namespace | min/max occurs | wrapped by | description |
|---|---|---|---|---|---|---|
| id | string | element | 0/1 | |||
| name | string | element | 0/1 | |||
| territoryRelationship | list of MTBroadcasterTerritoryRelationship | element | 0/unbounded | territoryRelationships | ||
| updated | dateTime | element | 0/1 |
Example
<broadcaster>
<name>...</name>
<territoryRelationships>
<territoryRelationship>
<broadcaster/>
<territory>
<code>...</code>
<country>...</country>
<name>...</name>
<weight>...</weight>
<id>...</id>
<updated>...</updated>
</territory>
<id>...</id>
<updated>...</updated>
</territoryRelationship>
</territoryRelationships>
<id>...</id>
<updated>...</updated>
</broadcaster>