Definition Type: ComplexType
Name: AffiliationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into OrganizationAffiliation in schema components_xsd Drilldown into LaborBargainingUnit in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of AffiliationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LaborBargainingUnit nsA:LaborBargainingUnit 0 unbounded
OrganizationAffiliation nsA:OrganizationAffiliation 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:Affiliation