MTStakeholder Data Type

An MTStakeholder represents a stakeholder which can take part in one or more MTShare.

Namespace
(Default)
Schema
ns0.xsd
Properties
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 MTStakeholderSocietyRelationship element 0/unbounded   societyRelationships  
type MTStakeholderType element 1/1 required    
updated dateTime element 0/1      

Example

<stakeholder>
  <cae>...</cae>
  <comment>...</comment>
  <id>...</id>
  <name>...</name>
  <societyRelationships>
    <societyRelationship>
      <stakeholder/>
      <id>...</id>
      <society>
        <country>...</country>
        <name>...</name>
        <id>...</id>
        <updated>...</updated>
      </society>
      <updated>...</updated>
    </societyRelationship>
  </societyRelationships>
  <type>...</type>
  <updated>...</updated>
</stakeholder>