MTUndistributionRule Data Type

An MTUndistributionRule represents a rule which may take a single track or multiple tracks related to other entities out of distribution.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
applied dateTime element 0/1  
begin dateTime element 0/1  
comment string element 0/1  
created dateTime element 0/1  
end dateTime element 0/1  
entityId string element 0/1  
entityType MTUndistributionRuleEntityType element 0/1  
id string element 0/1  
label string element 0/1  
projectName string element 0/1  
territory MTTerritory element 0/1  
updated dateTime element 0/1  
user MTUser element 0/1  

Example

<undistributionRule>
  <applied>...</applied>
  <begin>...</begin>
  <comment>...</comment>
  <created>...</created>
  <end>...</end>
  <entityId>...</entityId>
  <entityType>...</entityType>
  <id>...</id>
  <label>...</label>
  <projectName>...</projectName>
  <territory>
    <code>...</code>
    <country>...</country>
    <name>...</name>
    <weight>...</weight>
    <id>...</id>
    <updated>...</updated>
  </territory>
  <updated>...</updated>
  <user>
    <deleted>...</deleted>
    <email>...</email>
    <fullname>...</fullname>
    <userPrivileges>
      <userPrivilege>
        <id>...</id>
        <privilege>...</privilege>
        <updated>...</updated>
      </userPrivilege>
    </userPrivileges>
    <userRoles>
      <userRole>
        <id>...</id>
        <role/>
        <user/>
        <updated>...</updated>
      </userRole>
    </userRoles>
    <userSettings>
      <userSetting>
        <id>...</id>
        <key>...</key>
        <updated>...</updated>
        <value>...</value>
      </userSetting>
    </userSettings>
    <username>...</username>
    <id>...</id>
    <updated>...</updated>
  </user>
</undistributionRule>