Definition Type: Element
Name: Organization
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into OrganizationId in schema enrollment_xsd Drilldown into Subscriber in schema enrollment_xsd Drilldown into BenefitsAdministrativeAffiliate in schema enrollment_xsd Drilldown into organizationName in schema enrollment_xsdXSD Diagram of Organization in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Organization" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <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>
            <xsd:element name="Subscriber" type="SubscriberDataType" maxOccurs="unbounded" />
            <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="organizationName" type="xsd:string" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BenefitsAdministrativeAffiliate hr:BenefitsAdministrativeAffiliate 0 unbounded
Subscriber hr:Subscriber (1) unbounded
OrganizationId hr:OrganizationId 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
organizationName hr:organizationName Required