MTBroadcasterTerritoryRelationship Data Type

A MTBroadcasterTerritoryRelationship represents a relationship between a MTBroadcaster and a MTTerritory.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
broadcaster MTBroadcaster element 1/1 required  
id string element 0/1    
territory MTTerritory element 1/1 required  
updated dateTime element 0/1    

Example

<broadcasterTerritoryRelationship>
  <broadcaster>
    <name>...</name>
    <territoryRelationships>
      <territoryRelationship/>
    </territoryRelationships>
    <id>...</id>
    <updated>...</updated>
  </broadcaster>
  <territory>
    <code>...</code>
    <country>...</country>
    <name>...</name>
    <weight>...</weight>
    <id>...</id>
    <updated>...</updated>
  </territory>
  <id>...</id>
  <updated>...</updated>
</broadcasterTerritoryRelationship>