Definition Type: ComplexType
Name: USRateBasedBeneficiaryType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InheritanceAmount in schema components_xsd Drilldown into FamilyRelationshipCode in schema fields_xsd Drilldown into BirthDate in schema components_xsd Drilldown into Communication in schema components_xsd Drilldown into BeneficiaryID in schema fields_xsd Drilldown into BeneficiaryName in schema components_xsdXSD Diagram of USRateBasedBeneficiaryType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="USRateBasedBeneficiaryType">
    <xsd:sequence>
        <xsd:element ref="BeneficiaryName" />
        <xsd:element ref="BeneficiaryID" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="BirthDate" type="oa:DateType" minOccurs="0" />
        <xsd:element ref="FamilyRelationshipCode" minOccurs="0" />
        <xsd:element ref="InheritanceAmount" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BeneficiaryName nsA:BeneficiaryName (1) (1)
BeneficiaryID nsA:BeneficiaryID 0 (1)
Communication nsA:Communication 0 unbounded
BirthDate nsA:BirthDate 0 (1)
FamilyRelationshipCode nsA:FamilyRelationshipCode 0 (1)
InheritanceAmount nsA:InheritanceAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:BeneficiaryData