Definition Type: ComplexType
Name: BeneficiaryPersonType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DependentRelationshipCode in schema fields_xsd Drilldown into BirthDate in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into PersonName in schema components_xsd Drilldown into PriorIncorrectPersonLegalID in schema fields_xsd Drilldown into PersonLegalID in schema fields_xsd Drilldown into PriorIncorrectPersonID in schema fields_xsd Drilldown into PersonID in schema fields_xsdXSD Diagram of BeneficiaryPersonType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="BeneficiaryPersonType">
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PriorIncorrectPersonID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PersonLegalID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PriorIncorrectPersonLegalID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PersonName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="BirthDate" minOccurs="0" />
        <xsd:element ref="DependentRelationshipCode" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonID nsA:PersonID 0 unbounded
PriorIncorrectPersonID nsA:PriorIncorrectPersonID 0 unbounded
PersonLegalID nsA:PersonLegalID 0 unbounded
PriorIncorrectPersonLegalID nsA:PriorIncorrectPersonLegalID 0 unbounded
PersonName nsA:PersonName 0 unbounded
Communication nsA:Communication 0 unbounded
BirthDate nsA:BirthDate 0 (1)
DependentRelationshipCode nsA:DependentRelationshipCode 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:BeneficiaryPerson