Definition Type: ComplexType
Name: PayrollBenefitContributionsIdentifierType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollBenefitContributions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Domain in schema payrollbenefitcontributions_xsd Drilldown into Id in schema payrollbenefitcontributions_xsd Drilldown into validTo in schema payrollbenefitcontributions_xsd Drilldown into validFrom in schema payrollbenefitcontributions_xsd Drilldown into primaryIdentifier in schema payrollbenefitcontributions_xsdXSD Diagram of PayrollBenefitContributionsIdentifierType in schema payrollbenefitcontributions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PayrollBenefitContributionsIdentifierType">
    <xsd:sequence>
        <xsd:element name="Id" type="xsd:string" />
        <xsd:element name="Domain" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="IdIssuer" type="xsd:string" minOccurs="0" />
                    <xsd:element name="IdType" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="primaryIdentifier" type="xsd:boolean" />
    <xsd:attribute name="validFrom" type="AnyDateTimeNaType" />
    <xsd:attribute name="validTo" type="AnyDateTimeNaType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id hr:Id (1) (1)
Domain hr:Domain 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
primaryIdentifier hr:primaryIdentifier (Optional)
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)
Collapse Derivation Tree:
Collapse References:
hr:GovernmentId, hr:Identifier, hr:PersonIdhr:PlanId,