An MTStakeholder represents a stakeholder which can take part in
one or more MTShare.
| name | data type | type | namespace | min/max occurs | constraints | wrapped by | description | 
|---|---|---|---|---|---|---|---|
| cae | int | element | 1/1 | required int | |||
| comment | string | element | 0/1 | ||||
| id | string | element | 0/1 | ||||
| name | string | element | 0/1 | ||||
| societyRelationship | list of MTUndistributionRule | element | 0/unbounded | societyRelationships | |||
| type | MTStakeholderType | element | 0/1 | ||||
| undistributionRule | list of MTUndistributionRule | element | 0/unbounded | undistributionRules | |||
| updated | dateTime | element | 0/1 | 
Example
<stakeholder>
  <cae>...</cae>
  <comment>...</comment>
  <id>...</id>
  <name>...</name>
  <societyRelationships>
    <societyRelationship>
      <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/>
        </userPrivileges>
        <userRoles>
          <userRole/>
        </userRoles>
        <userSettings>
          <userSetting/>
        </userSettings>
        <username>...</username>
        <id>...</id>
        <updated>...</updated>
      </user>
    </societyRelationship>
  </societyRelationships>
  <type>...</type>
  <undistributionRules>
    <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/>
        </userPrivileges>
        <userRoles>
          <userRole/>
        </userRoles>
        <userSettings>
          <userSetting/>
        </userSettings>
        <username>...</username>
        <id>...</id>
        <updated>...</updated>
      </user>
    </undistributionRule>
  </undistributionRules>
  <updated>...</updated>
</stakeholder>