Definition Type: Element
Name: BenefitsAdministrativeAffiliate
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
These entities provides serivce to the Organization related to the organization's provision of benefits to subscribers.
Collapse XSD Schema Diagram:
Drilldown into ContactInformation in schema enrollment_xsd Drilldown into IdentificationCode in schema enrollment_xsd Drilldown into AccountNumber in schema enrollment_xsd Drilldown into EntityRole in schema enrollment_xsd Drilldown into PersonName in schema enrollment_xsd Drilldown into OrganizationName in schema enrollment_xsdXSD Diagram of BenefitsAdministrativeAffiliate in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="BenefitsAdministrativeAffiliate" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>These entities provides serivce to the Organization related to the organization's provision of benefits to subscribers.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice>
                <xsd:element name="OrganizationName" type="xsd:string" />
                <xsd:element name="PersonName" type="PersonNameType" />
            </xsd:choice>
            <xsd:element name="EntityRole">
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="Plan Sponsor" />
                        <xsd:enumeration value="Insurer" />
                        <xsd:enumeration value="Broker or Sales Office" />
                        <xsd:enumeration value="First Party Administrator" />
                        <xsd:enumeration value="Second Party Administrator" />
                        <xsd:enumeration value="Third Party Administrator" />
                        <xsd:enumeration value="Other Affiliate" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="AccountNumber" type="xsd:string" minOccurs="0" />
            <xsd:element name="IdentificationCode" type="EntityIdType" minOccurs="0" />
            <xsd:element name="ContactInformation" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName (1) (1)
PersonName hr:PersonName (1) (1)
EntityRole hr:EntityRole (1) (1)
AccountNumber hr:AccountNumber 0 (1)
IdentificationCode hr:IdentificationCode 0 (1)
ContactInformation hr:ContactInformation 0 unbounded