MTStakeholderSocietyRelationship Data Type

A MTStakeholderSocietyRelationship represents a relationship between a MTStakeholder and a MTSociety.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
id string element 0/1   An UUID (version 4) which uniquely represents this agreement.
society MTSociety element 1/1 required The society which takes part in the agreement.
stakeholder MTStakeholder element 1/1 required The stakeholder which this relationship is related to.
updated dateTime element 0/1   A timestamp indicating when this agreement was created or last updated.

Example

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