<xsd:complexType name="BeneficiaryType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Beneficiary. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of data about
a person or organization designated as the receiver of some allocation of account proceeds in the event of the account holder's death.</ccts:DefinitionText>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Note that BeneficiaryPerson and BeneficiaryOrganization are optional elements appearing in sequence. xsd:choice is not used for tool compatibility reasons. However, proper use is to use one or the other, but not both when a single BeneficiaryDetails instance.</ccts:UsageRule>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="PlanID" minOccurs="0" />
<xsd:element ref="BeneficiaryID" minOccurs="0" />
<xsd:element ref="PrecedenceCode" minOccurs="0" />
<xsd:element ref="BeneficiaryTypeCode" minOccurs="0" />
<xsd:element ref="BeneficiaryPerson" minOccurs="0" />
<xsd:element ref="BeneficiaryOrganization" minOccurs="0" />
<xsd:element ref="BenefitAmountDesignation" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|