<xsd:complexType name="AffiliationType">
<xsd:annotation>
<xsd:documentation>Contains information about membership within, or affiliation with, a professional association, trade group, or similar organization. Within the context of IndicativeData noun, this information usually would be provided only if there were dependencies between such such membership and a pay or benefit program. For example, some organizations may require membership, pay membership dues for the individual, or there otherwise offer a premium or other program for those with membership.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="LaborBargainingUnit" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="OrganizationAffiliation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|