<xsd:attribute name="StakeholderTypeType" use="optional" id="uuid-F64605F4-D372-487C-9C5D-D68F1031BA86">
<xsd:annotation>
<xsd:documentation source="documentation" xml:lang="EN">An attribute indicating whether the stakeholder is an individual person, an organization, or a generic group of people.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Person"/>
<xsd:enumeration value="Organization"/>
<xsd:enumeration value="Generic_Group"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> |