<xsd:simpleType name="AffiliatedOrganizationTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values used to describe the type of assocation or affiliated organization.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Professional" />
<xsd:enumeration value="Social" />
<xsd:enumeration value="Community" />
<xsd:enumeration value="Non-Profit" />
<xsd:enumeration value="Religious" />
<xsd:enumeration value="Political" />
</xsd:restriction>
</xsd:simpleType>
|