Definition Type: Element
Name: OriginatingSubscriberData
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Provides a link from this subscriber to another subscriber. For use in elevated dependent situation such as survivorship.
Collapse XSD Schema Diagram:
Drilldown into PersonName in schema enrollment_xsd Drilldown into IdentificationCode in schema enrollment_xsdXSD Diagram of OriginatingSubscriberData in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="OriginatingSubscriberData" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Provides a link from this subscriber to another subscriber.  For use in elevated dependent situation such as survivorship.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="IdentificationCode" type="EntityIdType" />
            <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IdentificationCode hr:IdentificationCode (1) (1)
PersonName hr:PersonName 0 (1)