Definition Type: ComplexType
Name: BeneficiaryDataType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: USRateBasedCoverage.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema usratebasedcoverage_xsd Drilldown into StartDate in schema usratebasedcoverage_xsd Drilldown into BeneficiarySequence in schema usratebasedcoverage_xsd Drilldown into InheritanceAmount in schema usratebasedcoverage_xsd Drilldown into IdentificationCode in schema usratebasedcoverage_xsd Drilldown into Relationship in schema usratebasedcoverage_xsd Drilldown into DateOfBirth in schema usratebasedcoverage_xsd Drilldown into ContactInformation in schema usratebasedcoverage_xsd Drilldown into OrganizationName in schema usratebasedcoverage_xsd Drilldown into PersonName in schema usratebasedcoverage_xsdXSD Diagram of BeneficiaryDataType in schema usratebasedcoverage_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BeneficiaryDataType">
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="PersonName" type="PersonNameType" />
            <xsd:element name="OrganizationName" type="xsd:string" />
        </xsd:choice>
        <xsd:element name="ContactInformation" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DateOfBirth" type="DateNkNaType" minOccurs="0" />
        <xsd:element name="Relationship" type="FamilyRelationshipType" minOccurs="0" />
        <xsd:element name="IdentificationCode" type="EntityIdType" minOccurs="0" />
        <xsd:element name="InheritanceAmount" minOccurs="0">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:double">
                        <xsd:attribute name="inheritanceType" use="required">
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:string">
                                    <xsd:enumeration value="Percentage" />
                                    <xsd:enumeration value="MonetaryAmount" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:attribute>
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="BeneficiarySequence" type="xsd:integer" minOccurs="0" />
        <xsd:element name="StartDate" type="LocalDateNkNaType" />
        <xsd:element name="EndDate" type="LocalDateNaType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName (1) (1)
OrganizationName hr:OrganizationName (1) (1)
ContactInformation hr:ContactInformation 0 unbounded
DateOfBirth hr:DateOfBirth 0 (1)
Relationship hr:Relationship 0 (1)
IdentificationCode hr:IdentificationCode 0 (1)
InheritanceAmount hr:InheritanceAmount 0 (1)
BeneficiarySequence hr:BeneficiarySequence 0 (1)
StartDate hr:StartDate (1) (1)
EndDate hr:EndDate 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:BeneficiaryData